Class TAbstractConductingEquipment
- Direct Known Subclasses:
TConductingEquipment,TTransformerWinding
Java class for tAbstractConductingEquipment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAbstractConductingEquipment">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tEquipment">
<sequence>
<element name="Terminal" type="{http://www.iec.ch/61850/2003/SCL}tTerminal" maxOccurs="2" minOccurs="0"/>
<element name="SubEquipment" type="{http://www.iec.ch/61850/2003/SCL}tSubEquipment" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TEquipment
virtualFields inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainer
lNodeFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the subEquipment property.Gets the value of the terminal property.booleanbooleanvoidvoidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TEquipment
isSetVirtual, isVirtual, setVirtual, unsetVirtualMethods inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainer
getLNode, isSetLNode, unsetLNodeMethods inherited from class org.lfenergy.compas.scl2007b4.model.TNaming
getDesc, getName, isSetDesc, isSetName, setDesc, setNameMethods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
terminal
-
subEquipment
-
-
Constructor Details
-
TAbstractConductingEquipment
public TAbstractConductingEquipment()
-
-
Method Details
-
getTerminal
Gets the value of the terminal 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 terminal property.For example, to add a new item, do as follows:
getTerminal().add(newItem);Objects of the following type(s) are allowed in the list
TTerminal -
isSetTerminal
public boolean isSetTerminal() -
unsetTerminal
public void unsetTerminal() -
getSubEquipment
Gets the value of the subEquipment 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 subEquipment property.For example, to add a new item, do as follows:
getSubEquipment().add(newItem);Objects of the following type(s) are allowed in the list
TSubEquipment -
isSetSubEquipment
public boolean isSetSubEquipment() -
unsetSubEquipment
public void unsetSubEquipment()
-