Class TAnyLN
Java class for tAnyLN complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="tAnyLN">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <sequence>
         <element name="DataSet" type="{http://www.iec.ch/61850/2003/SCL}tDataSet" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ReportControl" type="{http://www.iec.ch/61850/2003/SCL}tReportControl" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LogControl" type="{http://www.iec.ch/61850/2003/SCL}tLogControl" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DOI" type="{http://www.iec.ch/61850/2003/SCL}tDOI" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Inputs" type="{http://www.iec.ch/61850/2003/SCL}tInputs" minOccurs="0"/>
         <element name="Log" type="{http://www.iec.ch/61850/2003/SCL}tLog" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="lnType" use="required" type="{http://www.iec.ch/61850/2003/SCL}tName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected TInputsprotected Stringprotected List<TLogControl>protected List<TReportControl>Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement_private, any, text
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the dataSet property.getDOI()Gets the value of the doi property.Gets the value of the inputs property.Gets the value of the lnType property.getLog()Gets the value of the log property.Gets the value of the logControl property.Gets the value of the reportControl property.booleanbooleanisSetDOI()booleanbooleanbooleanisSetLog()booleanbooleanvoidSets the value of the inputs property.voidSets the value of the lnType property.voidvoidunsetDOI()voidunsetLog()voidvoidMethods 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- 
dataSet
- 
reportControl
- 
logControl
- 
doi
- 
inputs
- 
log
- 
lnType
 
- 
- 
Constructor Details- 
TAnyLNpublic TAnyLN()
 
- 
- 
Method Details- 
getDataSetGets the value of the dataSet 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 dataSet property.For example, to add a new item, do as follows: getDataSet().add(newItem);Objects of the following type(s) are allowed in the list TDataSet
- 
isSetDataSetpublic boolean isSetDataSet()
- 
unsetDataSetpublic void unsetDataSet()
- 
getReportControlGets the value of the reportControl 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 reportControl property.For example, to add a new item, do as follows: getReportControl().add(newItem);Objects of the following type(s) are allowed in the list TReportControl
- 
isSetReportControlpublic boolean isSetReportControl()
- 
unsetReportControlpublic void unsetReportControl()
- 
getLogControlGets the value of the logControl 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 logControl property.For example, to add a new item, do as follows: getLogControl().add(newItem);Objects of the following type(s) are allowed in the list TLogControl
- 
isSetLogControlpublic boolean isSetLogControl()
- 
unsetLogControlpublic void unsetLogControl()
- 
getDOIGets the value of the doi 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 doi property.For example, to add a new item, do as follows: getDOI().add(newItem);Objects of the following type(s) are allowed in the list TDOI
- 
isSetDOIpublic boolean isSetDOI()
- 
unsetDOIpublic void unsetDOI()
- 
getInputsGets the value of the inputs property.- Returns:
- possible object is
     TInputs
 
- 
setInputsSets the value of the inputs property.- Parameters:
- value- allowed object is- TInputs
 
- 
isSetInputspublic boolean isSetInputs()
- 
getLogGets the value of the log 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 log property.For example, to add a new item, do as follows: getLog().add(newItem);Objects of the following type(s) are allowed in the list TLog
- 
isSetLogpublic boolean isSetLog()
- 
unsetLogpublic void unsetLog()
- 
getLnTypeGets the value of the lnType property.- Returns:
- possible object is
     String
 
- 
setLnTypeSets the value of the lnType property.- Parameters:
- value- allowed object is- String
 
- 
isSetLnTypepublic boolean isSetLnType()
 
-