Class TAbstractEqFuncSubFunc
- Direct Known Subclasses:
TEqFunction
,TEqSubFunction
Java class for tAbstractEqFuncSubFunc complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAbstractEqFuncSubFunc"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tPowerSystemResource"> <sequence> <element name="GeneralEquipment" type="{http://www.iec.ch/61850/2003/SCL}tGeneralEquipment" maxOccurs="unbounded" minOccurs="0"/> <element name="EqSubFunction" type="{http://www.iec.ch/61850/2003/SCL}tEqSubFunction" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<TEqSubFunction>
protected List<TGeneralEquipment>
protected String
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 eqSubFunction property.Gets the value of the generalEquipment property.getType()
Gets the value of the type property.boolean
boolean
boolean
void
Sets the value of the type 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
-
generalEquipment
-
eqSubFunction
-
type
-
-
Constructor Details
-
TAbstractEqFuncSubFunc
public TAbstractEqFuncSubFunc()
-
-
Method Details
-
getGeneralEquipment
Gets the value of the generalEquipment 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 generalEquipment property.For example, to add a new item, do as follows:
getGeneralEquipment().add(newItem);
Objects of the following type(s) are allowed in the list
TGeneralEquipment
-
isSetGeneralEquipment
public boolean isSetGeneralEquipment() -
unsetGeneralEquipment
public void unsetGeneralEquipment() -
getEqSubFunction
Gets the value of the eqSubFunction 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 eqSubFunction property.For example, to add a new item, do as follows:
getEqSubFunction().add(newItem);
Objects of the following type(s) are allowed in the list
TEqSubFunction
-
isSetEqSubFunction
public boolean isSetEqSubFunction() -
unsetEqSubFunction
public void unsetEqSubFunction() -
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()
-