Class TTerminal
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TTerminal
Java class for tTerminal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTerminal"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <attribute name="name" type="{http://www.iec.ch/61850/2003/SCL}tAnyName" default="" /> <attribute name="connectivityNode" use="required" type="{http://www.iec.ch/61850/2003/SCL}tConnectivityNodeReference" /> <attribute name="processName" type="{http://www.iec.ch/61850/2003/SCL}tProcessName" /> <attribute name="substationName" type="{http://www.iec.ch/61850/2003/SCL}tName" /> <attribute name="voltageLevelName" type="{http://www.iec.ch/61850/2003/SCL}tName" /> <attribute name="bayName" type="{http://www.iec.ch/61850/2003/SCL}tName" /> <attribute name="cNodeName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tName" /> <attribute name="lineName" type="{http://www.iec.ch/61850/2003/SCL}tName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bayName property.Gets the value of the cNodeName property.Gets the value of the connectivityNode property.Gets the value of the lineName property.getName()
Gets the value of the name property.Gets the value of the processName property.Gets the value of the substationName property.Gets the value of the voltageLevelName property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setBayName
(String value) Sets the value of the bayName property.void
setCNodeName
(String value) Sets the value of the cNodeName property.void
setConnectivityNode
(String value) Sets the value of the connectivityNode property.void
setLineName
(String value) Sets the value of the lineName property.void
Sets the value of the name property.void
setProcessName
(String value) Sets the value of the processName property.void
setSubstationName
(String value) Sets the value of the substationName property.void
setVoltageLevelName
(String value) Sets the value of the voltageLevelName property.Methods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaming
getDesc, isSetDesc, setDesc
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
name
-
connectivityNode
-
processName
-
substationName
-
voltageLevelName
-
bayName
-
cNodeName
-
lineName
-
-
Constructor Details
-
TTerminal
public TTerminal()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getConnectivityNode
Gets the value of the connectivityNode property.- Returns:
- possible object is
String
-
setConnectivityNode
Sets the value of the connectivityNode property.- Parameters:
value
- allowed object isString
-
isSetConnectivityNode
public boolean isSetConnectivityNode() -
getProcessName
Gets the value of the processName property.- Returns:
- possible object is
String
-
setProcessName
Sets the value of the processName property.- Parameters:
value
- allowed object isString
-
isSetProcessName
public boolean isSetProcessName() -
getSubstationName
Gets the value of the substationName property.- Returns:
- possible object is
String
-
setSubstationName
Sets the value of the substationName property.- Parameters:
value
- allowed object isString
-
isSetSubstationName
public boolean isSetSubstationName() -
getVoltageLevelName
Gets the value of the voltageLevelName property.- Returns:
- possible object is
String
-
setVoltageLevelName
Sets the value of the voltageLevelName property.- Parameters:
value
- allowed object isString
-
isSetVoltageLevelName
public boolean isSetVoltageLevelName() -
getBayName
Gets the value of the bayName property.- Returns:
- possible object is
String
-
setBayName
Sets the value of the bayName property.- Parameters:
value
- allowed object isString
-
isSetBayName
public boolean isSetBayName() -
getCNodeName
Gets the value of the cNodeName property.- Returns:
- possible object is
String
-
setCNodeName
Sets the value of the cNodeName property.- Parameters:
value
- allowed object isString
-
isSetCNodeName
public boolean isSetCNodeName() -
getLineName
Gets the value of the lineName property.- Returns:
- possible object is
String
-
setLineName
Sets the value of the lineName property.- Parameters:
value
- allowed object isString
-
isSetLineName
public boolean isSetLineName()
-