Class TPowerTransformer
Java class for tPowerTransformer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPowerTransformer">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tEquipment">
<sequence>
<element name="TransformerWinding" type="{http://www.iec.ch/61850/2003/SCL}tTransformerWinding" maxOccurs="unbounded"/>
<element name="SubEquipment" type="{http://www.iec.ch/61850/2003/SCL}tSubEquipment" maxOccurs="unbounded" minOccurs="0"/>
<element name="EqFunction" type="{http://www.iec.ch/61850/2003/SCL}tEqFunction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.iec.ch/61850/2003/SCL}tPowerTransformerEnum" fixed="PTR" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TEqFunction>protected List<TSubEquipment>protected List<TTransformerWinding>protected TPowerTransformerEnumFields 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 eqFunction property.Gets the value of the subEquipment property.Gets the value of the transformerWinding property.getType()Gets the value of the type property.booleanbooleanbooleanbooleanvoidsetType(TPowerTransformerEnum value) Sets the value of the type property.voidvoidvoidMethods 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
-
transformerWinding
-
subEquipment
-
eqFunction
-
type
-
-
Constructor Details
-
TPowerTransformer
public TPowerTransformer()
-
-
Method Details
-
getTransformerWinding
Gets the value of the transformerWinding 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 transformerWinding property.For example, to add a new item, do as follows:
getTransformerWinding().add(newItem);Objects of the following type(s) are allowed in the list
TTransformerWinding -
isSetTransformerWinding
public boolean isSetTransformerWinding() -
unsetTransformerWinding
public void unsetTransformerWinding() -
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() -
getEqFunction
Gets the value of the eqFunction 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 eqFunction property.For example, to add a new item, do as follows:
getEqFunction().add(newItem);Objects of the following type(s) are allowed in the list
TEqFunction -
isSetEqFunction
public boolean isSetEqFunction() -
unsetEqFunction
public void unsetEqFunction() -
getType
Gets the value of the type property.- Returns:
- possible object is
TPowerTransformerEnum
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isTPowerTransformerEnum
-
isSetType
public boolean isSetType()
-