Class TRedProt
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TRedProt
Java class for tRedProt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tRedProt">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="hsr" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="prp" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="rstp" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisHsr()Gets the value of the hsr property.booleanisPrp()Gets the value of the prp property.booleanisRstp()Gets the value of the rstp property.booleanisSetHsr()booleanisSetPrp()booleanvoidsetHsr(boolean value) Sets the value of the hsr property.voidsetPrp(boolean value) Sets the value of the prp property.voidsetRstp(boolean value) Sets the value of the rstp property.voidunsetHsr()voidunsetPrp()void
-
Field Details
-
hsr
-
prp
-
rstp
-
-
Constructor Details
-
TRedProt
public TRedProt()
-
-
Method Details
-
isHsr
public boolean isHsr()Gets the value of the hsr property.- Returns:
- possible object is
Boolean
-
setHsr
public void setHsr(boolean value) Sets the value of the hsr property.- Parameters:
value- allowed object isBoolean
-
isSetHsr
public boolean isSetHsr() -
unsetHsr
public void unsetHsr() -
isPrp
public boolean isPrp()Gets the value of the prp property.- Returns:
- possible object is
Boolean
-
setPrp
public void setPrp(boolean value) Sets the value of the prp property.- Parameters:
value- allowed object isBoolean
-
isSetPrp
public boolean isSetPrp() -
unsetPrp
public void unsetPrp() -
isRstp
public boolean isRstp()Gets the value of the rstp property.- Returns:
- possible object is
Boolean
-
setRstp
public void setRstp(boolean value) Sets the value of the rstp property.- Parameters:
value- allowed object isBoolean
-
isSetRstp
public boolean isSetRstp() -
unsetRstp
public void unsetRstp()
-