java.lang.Object
org.lfenergy.compas.scl2007b4.model.TVal

public class TVal extends Object

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 Details

    • value

      protected String value
    • sGroup

      protected Long sGroup
  • Constructor Details

    • TVal

      public TVal()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • 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 is Long
    • isSetSGroup

      public boolean isSetSGroup()
    • unsetSGroup

      public void unsetSGroup()