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 SummaryFieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TAnyLNdataSet, doi, inputs, lnType, log, logControl, reportControlFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement_private, any, text
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetInst()Gets the value of the inst property.Gets the value of the lnClass property.Gets the value of the prefix property.booleanbooleanbooleanvoidSets the value of the inst property.voidSets the value of the prefix property.voidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TAnyLNgetDataSet, getDOI, getInputs, getLnType, getLog, getLogControl, getReportControl, isSetDataSet, isSetDOI, isSetInputs, isSetLnType, isSetLog, isSetLogControl, isSetReportControl, setInputs, setLnType, unsetDataSet, unsetDOI, unsetLog, unsetLogControl, unsetReportControlMethods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaminggetDesc, isSetDesc, setDescMethods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElementgetAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
- 
Field Details- 
prefix
- 
lnClass
- 
inst
 
- 
- 
Constructor Details- 
TLNpublic TLN()
 
- 
- 
Method Details- 
getPrefixGets the value of the prefix property.- Returns:
- possible object is
     String
 
- 
setPrefixSets the value of the prefix property.- Parameters:
- value- allowed object is- String
 
- 
isSetPrefixpublic boolean isSetPrefix()
- 
getLnClassGets 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 setmethod 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
- 
isSetLnClasspublic boolean isSetLnClass()
- 
unsetLnClasspublic void unsetLnClass()
- 
getInstGets the value of the inst property.- Returns:
- possible object is
     String
 
- 
setInstSets the value of the inst property.- Parameters:
- value- allowed object is- String
 
- 
isSetInstpublic boolean isSetInst()
 
-