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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isHsr()
Gets the value of the hsr property.boolean
isPrp()
Gets the value of the prp property.boolean
isRstp()
Gets the value of the rstp property.boolean
isSetHsr()
boolean
isSetPrp()
boolean
void
setHsr
(boolean value) Sets the value of the hsr property.void
setPrp
(boolean value) Sets the value of the prp property.void
setRstp
(boolean value) Sets the value of the rstp property.void
unsetHsr()
void
unsetPrp()
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()
-