Class TSDI
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TSDI
Java class for tSDI complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSDI">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="SDI" type="{http://www.iec.ch/61850/2003/SCL}tSDI"/>
<element name="DAI" type="{http://www.iec.ch/61850/2003/SCL}tDAI"/>
</choice>
<attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAttributeNameEnum" />
<attribute name="ix" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="sAddr" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetIx()Gets the value of the ix property.getName()Gets the value of the name property.getSAddr()Gets the value of the sAddr property.Gets the value of the sdiOrDAI property.booleanisSetIx()booleanbooleanbooleanvoidsetIx(long value) Sets the value of the ix property.voidSets the value of the name property.voidSets the value of the sAddr property.voidunsetIx()voidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaming
getDesc, isSetDesc, setDescMethods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
sdiOrDAI
-
name
-
ix
-
sAddr
-
-
Constructor Details
-
TSDI
public TSDI()
-
-
Method Details
-
getSDIOrDAI
Gets the value of the sdiOrDAI property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the sdiOrDAI property.For example, to add a new item, do as follows:
getSDIOrDAI().add(newItem);Objects of the following type(s) are allowed in the list
TSDITDAI -
isSetSDIOrDAI
public boolean isSetSDIOrDAI() -
unsetSDIOrDAI
public void unsetSDIOrDAI() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName() -
getIx
public long getIx()Gets the value of the ix property.- Returns:
- possible object is
Long
-
setIx
public void setIx(long value) Sets the value of the ix property.- Parameters:
value- allowed object isLong
-
isSetIx
public boolean isSetIx() -
unsetIx
public void unsetIx() -
getSAddr
Gets the value of the sAddr property.- Returns:
- possible object is
String
-
setSAddr
Sets the value of the sAddr property.- Parameters:
value- allowed object isString
-
isSetSAddr
public boolean isSetSAddr()
-