Class TBay
Java class for tBay complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tBay">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tEquipmentContainer">
<sequence>
<element name="ConductingEquipment" type="{http://www.iec.ch/61850/2003/SCL}tConductingEquipment" maxOccurs="unbounded" minOccurs="0"/>
<element name="ConnectivityNode" type="{http://www.iec.ch/61850/2003/SCL}tConnectivityNode" maxOccurs="unbounded" minOccurs="0"/>
<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
FieldsModifier and TypeFieldDescriptionprotected List<TConductingEquipment>protected List<TConnectivityNode>Fields inherited from class org.lfenergy.compas.scl2007b4.model.TEquipmentContainer
generalEquipment, powerTransformerFields 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 conductingEquipment property.Gets the value of the connectivityNode property.Gets the value of the function property.booleanbooleanbooleanvoidvoidvoidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TEquipmentContainer
getGeneralEquipment, getPowerTransformer, isSetGeneralEquipment, isSetPowerTransformer, unsetGeneralEquipment, unsetPowerTransformerMethods 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
-
conductingEquipment
-
connectivityNode
-
function
-
-
Constructor Details
-
TBay
public TBay()
-
-
Method Details
-
getConductingEquipment
Gets the value of the conductingEquipment 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 conductingEquipment property.For example, to add a new item, do as follows:
getConductingEquipment().add(newItem);Objects of the following type(s) are allowed in the list
TConductingEquipment -
isSetConductingEquipment
public boolean isSetConductingEquipment() -
unsetConductingEquipment
public void unsetConductingEquipment() -
getConnectivityNode
Gets the value of the connectivityNode 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 connectivityNode property.For example, to add a new item, do as follows:
getConnectivityNode().add(newItem);Objects of the following type(s) are allowed in the list
TConnectivityNode -
isSetConnectivityNode
public boolean isSetConnectivityNode() -
unsetConnectivityNode
public void unsetConnectivityNode() -
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
setmethod 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()
-