Class TClientLN
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TClientLN
Java class for tClientLN complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tClientLN"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agLNRef"/> <attribute name="apRef" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetApRef()
Gets the value of the apRef property.getDesc()
Gets the value of the desc property.Gets the value of the iedName 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.boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the apRef property.void
Sets the value of the desc property.void
setIedName
(String value) Sets the value of the iedName 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
-
Field Details
-
apRef
-
prefix
-
lnClass
-
lnInst
-
iedName
-
ldInst
-
desc
-
-
Constructor Details
-
TClientLN
public TClientLN()
-
-
Method Details
-
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() -
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() -
getIedName
Gets the value of the iedName property.- Returns:
- possible object is
String
-
setIedName
Sets the value of the iedName property.- Parameters:
value
- allowed object isString
-
isSetIedName
public boolean isSetIedName() -
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() -
getDesc
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value
- allowed object isString
-
isSetDesc
public boolean isSetDesc()
-