Class TProcess
Java class for tProcess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tProcess">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tGeneralEquipmentContainer">
<sequence>
<element name="ConductingEquipment" type="{http://www.iec.ch/61850/2003/SCL}tConductingEquipment" maxOccurs="unbounded" minOccurs="0"/>
<element name="Substation" type="{http://www.iec.ch/61850/2003/SCL}tSubstation" maxOccurs="unbounded" minOccurs="0"/>
<element name="Line" type="{http://www.iec.ch/61850/2003/SCL}tLine" maxOccurs="unbounded" minOccurs="0"/>
<element name="Process" type="{http://www.iec.ch/61850/2003/SCL}tProcess" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://www.iec.ch/61850/2003/SCL}tProcessType" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TConductingEquipment>protected List<TSubstation>protected StringFields inherited from class org.lfenergy.compas.scl2007b4.model.TGeneralEquipmentContainer
function, generalEquipmentFields 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.getLine()Gets the value of the line property.Gets the value of the process property.Gets the value of the substation property.getType()Gets the value of the type property.booleanbooleanbooleanbooleanbooleanvoidSets the value of the type property.voidvoidvoidvoidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TGeneralEquipmentContainer
getFunction, getGeneralEquipment, isSetFunction, isSetGeneralEquipment, unsetFunction, unsetGeneralEquipmentMethods 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
-
conductingEquipment
-
substation
-
line
-
process
-
type
-
-
Constructor Details
-
TProcess
public TProcess()
-
-
Method Details
-
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() -
getSubstation
Gets the value of the substation 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 substation property.For example, to add a new item, do as follows:
getSubstation().add(newItem);Objects of the following type(s) are allowed in the list
TSubstation -
isSetSubstation
public boolean isSetSubstation() -
unsetSubstation
public void unsetSubstation() -
getLine
Gets the value of the line 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 line property.For example, to add a new item, do as follows:
getLine().add(newItem);Objects of the following type(s) are allowed in the list
TLine -
isSetLine
public boolean isSetLine() -
unsetLine
public void unsetLine() -
getProcess
Gets the value of the process 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 process property.For example, to add a new item, do as follows:
getProcess().add(newItem);Objects of the following type(s) are allowed in the list
TProcess -
isSetProcess
public boolean isSetProcess() -
unsetProcess
public void unsetProcess() -
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()
-