Class TVal
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TVal
Java class for tVal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tVal"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>normalizedString"> <attribute name="sGroup" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </extension> </simpleContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
-
sGroup
-
-
Constructor Details
-
TVal
public TVal()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
isSetValue
public boolean isSetValue() -
getSGroup
public long getSGroup()Gets the value of the sGroup property.- Returns:
- possible object is
Long
-
setSGroup
public void setSGroup(long value) Sets the value of the sGroup property.- Parameters:
value
- allowed object isLong
-
isSetSGroup
public boolean isSetSGroup() -
unsetSGroup
public void unsetSGroup()
-