Class TLDevice
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TLDevice
Java class for tLDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tLDevice"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <sequence> <element ref="{http://www.iec.ch/61850/2003/SCL}LN0"/> <element ref="{http://www.iec.ch/61850/2003/SCL}LN" maxOccurs="unbounded" minOccurs="0"/> <element name="AccessControl" type="{http://www.iec.ch/61850/2003/SCL}tAccessControl" minOccurs="0"/> </sequence> <attribute name="inst" use="required" type="{http://www.iec.ch/61850/2003/SCL}tLDInst" /> <attribute name="ldName" type="{http://www.iec.ch/61850/2003/SCL}tLDName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TAccessControl
protected String
protected String
protected LN0
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 accessControl property.getInst()
Gets the value of the inst property.Gets the value of the ldName property.getLN()
Gets the value of the ln property.getLN0()
Gets the value of the ln0 property.boolean
boolean
boolean
boolean
isSetLN()
boolean
isSetLN0()
void
setAccessControl
(TAccessControl value) Sets the value of the accessControl property.void
Sets the value of the inst property.void
Sets the value of the ldName property.void
Sets the value of the ln0 property.void
unsetLN()
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
-
ln0
-
ln
-
accessControl
-
inst
-
ldName
-
-
Constructor Details
-
TLDevice
public TLDevice()
-
-
Method Details
-
getLN0
Gets the value of the ln0 property.- Returns:
- possible object is
LN0
-
setLN0
Sets the value of the ln0 property.- Parameters:
value
- allowed object isLN0
-
isSetLN0
public boolean isSetLN0() -
getLN
Gets the value of the ln 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 ln property.For example, to add a new item, do as follows:
getLN().add(newItem);
Objects of the following type(s) are allowed in the list
TLN
-
isSetLN
public boolean isSetLN() -
unsetLN
public void unsetLN() -
getAccessControl
Gets the value of the accessControl property.- Returns:
- possible object is
TAccessControl
-
setAccessControl
Sets the value of the accessControl property.- Parameters:
value
- allowed object isTAccessControl
-
isSetAccessControl
public boolean isSetAccessControl() -
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() -
getLdName
Gets the value of the ldName property.- Returns:
- possible object is
String
-
setLdName
Sets the value of the ldName property.- Parameters:
value
- allowed object isString
-
isSetLdName
public boolean isSetLdName()
-