Class TLNode
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TLNode
Java class for tLNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tLNode"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <attribute name="iedName" type="{http://www.iec.ch/61850/2003/SCL}tIEDNameOrNone" default="None" /> <attribute name="ldInst" type="{http://www.iec.ch/61850/2003/SCL}tLDInstOrEmpty" default="" /> <attribute name="prefix" type="{http://www.iec.ch/61850/2003/SCL}tPrefix" default="" /> <attribute name="lnClass" use="required" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" /> <attribute name="lnInst" type="{http://www.iec.ch/61850/2003/SCL}tLNInstOrEmpty" default="" /> <attribute name="lnType" 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
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the iedName property.Gets the value of the ldInst property.Gets the value of the lnClass property.Gets the value of the lnInst property.Gets the value of the lnType property.Gets the value of the prefix property.boolean
boolean
boolean
boolean
boolean
boolean
void
setIedName
(String value) Sets the value of the iedName property.void
Sets the value of the ldInst property.void
Sets the value of the lnInst property.void
Sets the value of the lnType property.void
Sets the value of the prefix property.void
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
-
iedName
-
ldInst
-
prefix
-
lnClass
-
lnInst
-
lnType
-
-
Constructor Details
-
TLNode
public TLNode()
-
-
Method Details
-
getIedName
Gets the value of the iedName property.- Returns:
- possible object is
String
-
setIedName
Sets the value of the iedName property.- Parameters:
value
- allowed object isString
-
isSetIedName
public boolean isSetIedName() -
getLdInst
Gets the value of the ldInst property.- Returns:
- possible object is
String
-
setLdInst
Sets the value of the ldInst property.- Parameters:
value
- allowed object isString
-
isSetLdInst
public boolean isSetLdInst() -
getPrefix
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
Sets the value of the prefix property.- Parameters:
value
- allowed object isString
-
isSetPrefix
public boolean isSetPrefix() -
getLnClass
Gets the value of the lnClass 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 lnClass property.For example, to add a new item, do as follows:
getLnClass().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetLnClass
public boolean isSetLnClass() -
unsetLnClass
public void unsetLnClass() -
getLnInst
Gets the value of the lnInst property.- Returns:
- possible object is
String
-
setLnInst
Sets the value of the lnInst property.- Parameters:
value
- allowed object isString
-
isSetLnInst
public boolean isSetLnInst() -
getLnType
Gets the value of the lnType property.- Returns:
- possible object is
String
-
setLnType
Sets the value of the lnType property.- Parameters:
value
- allowed object isString
-
isSetLnType
public boolean isSetLnType()
-