Class TControlWithIEDName.IEDName
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TControlWithIEDName.IEDName
- Enclosing class:
- TControlWithIEDName
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.iec.ch/61850/2003/SCL>tIEDName"> <attribute name="apRef" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" /> <attribute name="ldInst" type="{http://www.iec.ch/61850/2003/SCL}tLDInst" /> <attribute name="prefix" type="{http://www.iec.ch/61850/2003/SCL}tPrefix" /> <attribute name="lnClass" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" /> <attribute name="lnInst" type="{http://www.iec.ch/61850/2003/SCL}tLNInst" /> </extension> </simpleContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetApRef()
Gets the value of the apRef property.Gets the value of the ldInst property.Gets the value of the lnClass property.Gets the value of the lnInst property.Gets the value of the prefix property.getValue()
Gets the value of the value property.boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the apRef property.void
Sets the value of the ldInst property.void
Sets the value of the lnInst property.void
Sets the value of the prefix property.void
Sets the value of the value property.void
-
Field Details
-
value
-
apRef
-
ldInst
-
prefix
-
lnClass
-
lnInst
-
-
Constructor Details
-
IEDName
public IEDName()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
isSetValue
public boolean isSetValue() -
getApRef
Gets the value of the apRef property.- Returns:
- possible object is
String
-
setApRef
Sets the value of the apRef property.- Parameters:
value
- allowed object isString
-
isSetApRef
public boolean isSetApRef() -
getLdInst
Gets the value of the ldInst property.- Returns:
- possible object is
String
-
setLdInst
Sets the value of the ldInst property.- Parameters:
value
- allowed object isString
-
isSetLdInst
public boolean isSetLdInst() -
getPrefix
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
Sets the value of the prefix property.- Parameters:
value
- allowed object isString
-
isSetPrefix
public boolean isSetPrefix() -
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() -
getLnInst
Gets the value of the lnInst property.- Returns:
- possible object is
String
-
setLnInst
Sets the value of the lnInst property.- Parameters:
value
- allowed object isString
-
isSetLnInst
public boolean isSetLnInst()
-