Class TSubstation
Java class for tSubstation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSubstation"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tEquipmentContainer"> <sequence> <element name="VoltageLevel" type="{http://www.iec.ch/61850/2003/SCL}tVoltageLevel" maxOccurs="unbounded"/> <element name="Function" type="{http://www.iec.ch/61850/2003/SCL}tFunction" maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TEquipmentContainer
generalEquipment, powerTransformer
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainer
lNode
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the function property.Gets the value of the voltageLevel property.boolean
boolean
void
void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TEquipmentContainer
getGeneralEquipment, getPowerTransformer, isSetGeneralEquipment, isSetPowerTransformer, unsetGeneralEquipment, unsetPowerTransformer
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainer
getLNode, isSetLNode, unsetLNode
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TNaming
getDesc, getName, isSetDesc, isSetName, setDesc, setName
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
voltageLevel
-
function
-
-
Constructor Details
-
TSubstation
public TSubstation()
-
-
Method Details
-
getVoltageLevel
Gets the value of the voltageLevel 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
set
method for the voltageLevel property.For example, to add a new item, do as follows:
getVoltageLevel().add(newItem);
Objects of the following type(s) are allowed in the list
TVoltageLevel
-
isSetVoltageLevel
public boolean isSetVoltageLevel() -
unsetVoltageLevel
public void unsetVoltageLevel() -
getFunction
Gets the value of the function 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
set
method for the function property.For example, to add a new item, do as follows:
getFunction().add(newItem);
Objects of the following type(s) are allowed in the list
TFunction
-
isSetFunction
public boolean isSetFunction() -
unsetFunction
public void unsetFunction()
-