Class TSubFunction
Java class for tSubFunction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSubFunction"> <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="ConductingEquipment" type="{http://www.iec.ch/61850/2003/SCL}tConductingEquipment" maxOccurs="unbounded" minOccurs="0"/> <element name="SubFunction" type="{http://www.iec.ch/61850/2003/SCL}tSubFunction" 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<TConductingEquipment>
protected List<TGeneralEquipment>
protected List<TSubFunction>
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 conductingEquipment property.Gets the value of the generalEquipment property.Gets the value of the subFunction property.getType()
Gets the value of the type property.boolean
boolean
boolean
boolean
void
Sets the value of the type property.void
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
-
conductingEquipment
-
subFunction
-
type
-
-
Constructor Details
-
TSubFunction
public TSubFunction()
-
-
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() -
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
set
method 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() -
getSubFunction
Gets the value of the subFunction 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 subFunction property.For example, to add a new item, do as follows:
getSubFunction().add(newItem);
Objects of the following type(s) are allowed in the list
TSubFunction
-
isSetSubFunction
public boolean isSetSubFunction() -
unsetSubFunction
public void unsetSubFunction() -
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()
-