Class TEquipmentContainer
- Direct Known Subclasses:
TBay,TSubstation,TVoltageLevel
Java class for tEquipmentContainer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tEquipmentContainer">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tPowerSystemResource">
<sequence>
<element name="PowerTransformer" type="{http://www.iec.ch/61850/2003/SCL}tPowerTransformer" maxOccurs="unbounded" minOccurs="0"/>
<element name="GeneralEquipment" type="{http://www.iec.ch/61850/2003/SCL}tGeneralEquipment" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TGeneralEquipment>protected List<TPowerTransformer>Fields 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 generalEquipment property.Gets the value of the powerTransformer property.booleanbooleanvoidvoidMethods 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
-
powerTransformer
-
generalEquipment
-
-
Constructor Details
-
TEquipmentContainer
public TEquipmentContainer()
-
-
Method Details
-
getPowerTransformer
Gets the value of the powerTransformer 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 powerTransformer property.For example, to add a new item, do as follows:
getPowerTransformer().add(newItem);Objects of the following type(s) are allowed in the list
TPowerTransformer -
isSetPowerTransformer
public boolean isSetPowerTransformer() -
unsetPowerTransformer
public void unsetPowerTransformer() -
getGeneralEquipment
Gets the value of the generalEquipment 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 generalEquipment property.For example, to add a new item, do as follows:
getGeneralEquipment().add(newItem);Objects of the following type(s) are allowed in the list
TGeneralEquipment -
isSetGeneralEquipment
public boolean isSetGeneralEquipment() -
unsetGeneralEquipment
public void unsetGeneralEquipment()
-