Class TConductingEquipment
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TNaming
org.lfenergy.compas.scl2007b4.model.TLNodeContainer
org.lfenergy.compas.scl2007b4.model.TPowerSystemResource
org.lfenergy.compas.scl2007b4.model.TEquipment
org.lfenergy.compas.scl2007b4.model.TAbstractConductingEquipment
org.lfenergy.compas.scl2007b4.model.TConductingEquipment
Java class for tConductingEquipment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tConductingEquipment">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tAbstractConductingEquipment">
<sequence>
<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}tCommonConductingEquipmentEnum" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TAbstractConductingEquipment
subEquipment, terminalFields 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.getType()Gets the value of the type property.booleanbooleanvoidSets the value of the type property.voidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TAbstractConductingEquipment
getSubEquipment, getTerminal, isSetSubEquipment, isSetTerminal, unsetSubEquipment, unsetTerminalMethods 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
-
eqFunction
-
type
-
-
Constructor Details
-
TConductingEquipment
public TConductingEquipment()
-
-
Method Details
-
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
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isSetType
public boolean isSetType()
-