Class TLine
Java class for tLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tLine"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tGeneralEquipmentContainer"> <sequence> <element name="Voltage" type="{http://www.iec.ch/61850/2003/SCL}tVoltage" minOccurs="0"/> <element name="ConductingEquipment" type="{http://www.iec.ch/61850/2003/SCL}tConductingEquipment" maxOccurs="unbounded"/> <element name="ConnectivityNode" type="{http://www.iec.ch/61850/2003/SCL}tConnectivityNode" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="type" type="{http://www.iec.ch/61850/2003/SCL}tLineType" /> <attribute name="nomFreq"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="numPhases"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte"> <minExclusive value="0"/> </restriction> </simpleType> </attribute> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<TConductingEquipment>
protected List<TConnectivityNode>
protected BigDecimal
protected Short
protected String
protected TVoltage
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TGeneralEquipmentContainer
function, generalEquipment
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 connectivityNode property.Gets the value of the nomFreq property.short
Gets the value of the numPhases property.getType()
Gets the value of the type property.Gets the value of the voltage property.boolean
boolean
boolean
boolean
boolean
boolean
void
setNomFreq
(BigDecimal value) Sets the value of the nomFreq property.void
setNumPhases
(short value) Sets the value of the numPhases property.void
Sets the value of the type property.void
setVoltage
(TVoltage value) Sets the value of the voltage property.void
void
void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TGeneralEquipmentContainer
getFunction, getGeneralEquipment, isSetFunction, isSetGeneralEquipment, unsetFunction, unsetGeneralEquipment
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
-
voltage
-
conductingEquipment
-
connectivityNode
-
type
-
nomFreq
-
numPhases
-
-
Constructor Details
-
TLine
public TLine()
-
-
Method Details
-
getVoltage
Gets the value of the voltage property.- Returns:
- possible object is
TVoltage
-
setVoltage
Sets the value of the voltage property.- Parameters:
value
- allowed object isTVoltage
-
isSetVoltage
public boolean isSetVoltage() -
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() -
getConnectivityNode
Gets the value of the connectivityNode 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 connectivityNode property.For example, to add a new item, do as follows:
getConnectivityNode().add(newItem);
Objects of the following type(s) are allowed in the list
TConnectivityNode
-
isSetConnectivityNode
public boolean isSetConnectivityNode() -
unsetConnectivityNode
public void unsetConnectivityNode() -
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() -
getNomFreq
Gets the value of the nomFreq property.- Returns:
- possible object is
BigDecimal
-
setNomFreq
Sets the value of the nomFreq property.- Parameters:
value
- allowed object isBigDecimal
-
isSetNomFreq
public boolean isSetNomFreq() -
getNumPhases
public short getNumPhases()Gets the value of the numPhases property.- Returns:
- possible object is
Short
-
setNumPhases
public void setNumPhases(short value) Sets the value of the numPhases property.- Parameters:
value
- allowed object isShort
-
isSetNumPhases
public boolean isSetNumPhases() -
unsetNumPhases
public void unsetNumPhases()
-