Class TAssociation
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TAssociation
Java class for tAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAssociation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agLNRef"/> <attribute name="kind" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAssociationKindEnum" /> <attribute name="associationID" type="{http://www.iec.ch/61850/2003/SCL}tAssociationID" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the associationID property.getDesc()
Gets the value of the desc property.Gets the value of the iedName property.getKind()
Gets the value of the kind 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
boolean
void
setAssociationID
(String value) Sets the value of the associationID property.void
Sets the value of the desc property.void
setIedName
(String value) Sets the value of the iedName property.void
setKind
(TAssociationKindEnum value) Sets the value of the kind 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
-
kind
-
associationID
-
prefix
-
lnClass
-
lnInst
-
iedName
-
ldInst
-
desc
-
-
Constructor Details
-
TAssociation
public TAssociation()
-
-
Method Details
-
getKind
Gets the value of the kind property.- Returns:
- possible object is
TAssociationKindEnum
-
setKind
Sets the value of the kind property.- Parameters:
value
- allowed object isTAssociationKindEnum
-
isSetKind
public boolean isSetKind() -
getAssociationID
Gets the value of the associationID property.- Returns:
- possible object is
String
-
setAssociationID
Sets the value of the associationID property.- Parameters:
value
- allowed object isString
-
isSetAssociationID
public boolean isSetAssociationID() -
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()
-