Class TValueHandling
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TValueHandling
Java class for tValueHandling complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tValueHandling"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="setToRO" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Gets the value of the setToRO property.void
setSetToRO
(boolean value) Sets the value of the setToRO property.void
-
Field Details
-
setToRO
-
-
Constructor Details
-
TValueHandling
public TValueHandling()
-
-
Method Details
-
isSetToRO
public boolean isSetToRO()Gets the value of the setToRO property.- Returns:
- possible object is
Boolean
-
setSetToRO
public void setSetToRO(boolean value) Sets the value of the setToRO property.- Parameters:
value
- allowed object isBoolean
-
isSetSetToRO
public boolean isSetSetToRO() -
unsetSetToRO
public void unsetSetToRO()
-