Class TGeneralEquipment
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.TGeneralEquipment
Java class for tGeneralEquipment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGeneralEquipment"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tEquipment"> <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}tGeneralEquipmentEnum" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TEquipment
virtual
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.getType()
Gets the value of the type property.boolean
boolean
void
Sets the value of the type property.void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TEquipment
isSetVirtual, isVirtual, setVirtual, unsetVirtual
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
-
type
-
-
Constructor Details
-
TGeneralEquipment
public TGeneralEquipment()
-
-
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() -
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()
-