Class TLN
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TAnyLN
org.lfenergy.compas.scl2007b4.model.TLN
Java class for tLN complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tLN"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tAnyLN"> <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="inst" use="required" type="{http://www.iec.ch/61850/2003/SCL}tLNInst" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TAnyLN
dataSet, doi, inputs, lnType, log, logControl, reportControl
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInst()
Gets the value of the inst property.Gets the value of the lnClass property.Gets the value of the prefix property.boolean
boolean
boolean
void
Sets the value of the inst property.void
Sets the value of the prefix property.void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TAnyLN
getDataSet, getDOI, getInputs, getLnType, getLog, getLogControl, getReportControl, isSetDataSet, isSetDOI, isSetInputs, isSetLnType, isSetLog, isSetLogControl, isSetReportControl, setInputs, setLnType, unsetDataSet, unsetDOI, unsetLog, unsetLogControl, unsetReportControl
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
-
prefix
-
lnClass
-
inst
-
-
Constructor Details
-
TLN
public TLN()
-
-
Method Details
-
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() -
getInst
Gets the value of the inst property.- Returns:
- possible object is
String
-
setInst
Sets the value of the inst property.- Parameters:
value
- allowed object isString
-
isSetInst
public boolean isSetInst()
-