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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanGets the value of the setToRO property.voidsetSetToRO(boolean value) Sets the value of the setToRO property.void
- 
Field Details- 
setToRO
 
- 
- 
Constructor Details- 
TValueHandlingpublic TValueHandling()
 
- 
- 
Method Details- 
isSetToROpublic boolean isSetToRO()Gets the value of the setToRO property.- Returns:
- possible object is
     Boolean
 
- 
setSetToROpublic void setSetToRO(boolean value) Sets the value of the setToRO property.- Parameters:
- value- allowed object is- Boolean
 
- 
isSetSetToROpublic boolean isSetSetToRO()
- 
unsetSetToROpublic void unsetSetToRO()
 
-