Class TEnumVal

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

public class TEnumVal extends Object

Java class for tEnumVal complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tEnumVal">
   <simpleContent>
     <extension base="<http://www.iec.ch/61850/2003/SCL>tEnumStringValue">
       <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agDesc"/>
       <attribute name="ord" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • ord

      protected int ord
    • desc

      protected String desc
  • Constructor Details

    • TEnumVal

      public TEnumVal()
  • 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()
    • getOrd

      public int getOrd()
      Gets the value of the ord property.
    • setOrd

      public void setOrd(int value)
      Sets the value of the ord property.
    • isSetOrd

      public boolean isSetOrd()
    • getDesc

      public String getDesc()
      Gets the value of the desc property.
      Returns:
      possible object is String
    • setDesc

      public void setDesc(String value)
      Sets the value of the desc property.
      Parameters:
      value - allowed object is String
    • isSetDesc

      public boolean isSetDesc()