Class TLN0
- Direct Known Subclasses:
LN0
Java class for tLN0 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tLN0"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tAnyLN"> <sequence> <element name="GSEControl" type="{http://www.iec.ch/61850/2003/SCL}tGSEControl" maxOccurs="unbounded" minOccurs="0"/> <element name="SampledValueControl" type="{http://www.iec.ch/61850/2003/SCL}tSampledValueControl" maxOccurs="unbounded" minOccurs="0"/> <element name="SettingControl" type="{http://www.iec.ch/61850/2003/SCL}tSettingControl" minOccurs="0"/> </sequence> <attribute name="lnClass" use="required" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" fixed="LLN0" /> <attribute name="inst" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TGSEControl>
protected String
protected List<TSampledValueControl>
protected TSettingControl
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the gseControl property.getInst()
Gets the value of the inst property.Gets the value of the lnClass property.Gets the value of the sampledValueControl property.Gets the value of the settingControl property.boolean
boolean
boolean
boolean
boolean
void
Sets the value of the inst property.void
setSettingControl
(TSettingControl value) Sets the value of the settingControl property.void
void
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
-
gseControl
-
sampledValueControl
-
settingControl
-
lnClass
-
inst
-
-
Constructor Details
-
TLN0
public TLN0()
-
-
Method Details
-
getGSEControl
Gets the value of the gseControl 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 gseControl property.For example, to add a new item, do as follows:
getGSEControl().add(newItem);
Objects of the following type(s) are allowed in the list
TGSEControl
-
isSetGSEControl
public boolean isSetGSEControl() -
unsetGSEControl
public void unsetGSEControl() -
getSampledValueControl
Gets the value of the sampledValueControl 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 sampledValueControl property.For example, to add a new item, do as follows:
getSampledValueControl().add(newItem);
Objects of the following type(s) are allowed in the list
TSampledValueControl
-
isSetSampledValueControl
public boolean isSetSampledValueControl() -
unsetSampledValueControl
public void unsetSampledValueControl() -
getSettingControl
Gets the value of the settingControl property.- Returns:
- possible object is
TSettingControl
-
setSettingControl
Sets the value of the settingControl property.- Parameters:
value
- allowed object isTSettingControl
-
isSetSettingControl
public boolean isSetSettingControl() -
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()
-