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 Summary
Modifier and TypeFieldDescriptionprotected TInputs
protected String
protected List<TLogControl>
protected List<TReportControl>
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier 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.boolean
boolean
isSetDOI()
boolean
boolean
boolean
isSetLog()
boolean
boolean
void
Sets the value of the inputs property.void
Sets the value of the lnType property.void
void
unsetDOI()
void
unsetLog()
void
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
-
dataSet
-
reportControl
-
logControl
-
doi
-
inputs
-
log
-
lnType
-
-
Constructor Details
-
TAnyLN
public TAnyLN()
-
-
Method Details
-
getDataSet
Gets 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
set
method 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
-
isSetDataSet
public boolean isSetDataSet() -
unsetDataSet
public void unsetDataSet() -
getReportControl
Gets 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
set
method 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
-
isSetReportControl
public boolean isSetReportControl() -
unsetReportControl
public void unsetReportControl() -
getLogControl
Gets 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
set
method 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
-
isSetLogControl
public boolean isSetLogControl() -
unsetLogControl
public void unsetLogControl() -
getDOI
Gets 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
set
method 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
-
isSetDOI
public boolean isSetDOI() -
unsetDOI
public void unsetDOI() -
getInputs
Gets the value of the inputs property.- Returns:
- possible object is
TInputs
-
setInputs
Sets the value of the inputs property.- Parameters:
value
- allowed object isTInputs
-
isSetInputs
public boolean isSetInputs() -
getLog
Gets 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
set
method 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
-
isSetLog
public boolean isSetLog() -
unsetLog
public void unsetLog() -
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()
-