Class TFunction
Java class for tFunction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tFunction">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tPowerSystemResource">
<sequence>
<element name="SubFunction" type="{http://www.iec.ch/61850/2003/SCL}tSubFunction" maxOccurs="unbounded" minOccurs="0"/>
<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"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TConductingEquipment>protected List<TGeneralEquipment>protected List<TSubFunction>protected StringFields 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 conductingEquipment property.Gets the value of the generalEquipment property.Gets the value of the subFunction property.getType()Gets the value of the type property.booleanbooleanbooleanbooleanvoidSets the value of the type property.voidvoidvoidMethods 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
-
subFunction
-
generalEquipment
-
conductingEquipment
-
type
-
-
Constructor Details
-
TFunction
public TFunction()
-
-
Method Details
-
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
setmethod 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() -
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
setmethod 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
setmethod 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() -
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()
-