Class TSubEquipment
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.TSubEquipment
Java class for tSubEquipment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSubEquipment"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tPowerSystemResource"> <sequence> <element name="EqFunction" type="{http://www.iec.ch/61850/2003/SCL}tEqFunction" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agVirtual"/> <attribute name="phase" type="{http://www.iec.ch/61850/2003/SCL}tPhaseEnum" default="none" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<TEqFunction>
protected TPhaseEnum
protected Boolean
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 eqFunction property.getPhase()
Gets the value of the phase property.boolean
boolean
boolean
boolean
Gets the value of the virtual property.void
setPhase
(TPhaseEnum value) Sets the value of the phase property.void
setVirtual
(boolean value) Sets the value of the virtual property.void
void
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
-
eqFunction
-
phase
-
virtual
-
-
Constructor Details
-
TSubEquipment
public TSubEquipment()
-
-
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
set
method 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() -
getPhase
Gets the value of the phase property.- Returns:
- possible object is
TPhaseEnum
-
setPhase
Sets the value of the phase property.- Parameters:
value
- allowed object isTPhaseEnum
-
isSetPhase
public boolean isSetPhase() -
isVirtual
public boolean isVirtual()Gets the value of the virtual property.- Returns:
- possible object is
Boolean
-
setVirtual
public void setVirtual(boolean value) Sets the value of the virtual property.- Parameters:
value
- allowed object isBoolean
-
isSetVirtual
public boolean isSetVirtual() -
unsetVirtual
public void unsetVirtual()
-