Class TEnumVal
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TEnumVal
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDesc()
Gets the value of the desc property.int
getOrd()
Gets the value of the ord property.getValue()
Gets the value of the value property.boolean
boolean
isSetOrd()
boolean
void
Sets the value of the desc property.void
setOrd
(int value) Sets the value of the ord property.void
Sets the value of the value property.
-
Field Details
-
value
-
ord
protected int ord -
desc
-
-
Constructor Details
-
TEnumVal
public TEnumVal()
-
-
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() -
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
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value
- allowed object isString
-
isSetDesc
public boolean isSetDesc()
-