Class TExtRef
Java class for tExtRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tExtRef"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agDesc"/> <attribute name="iedName" type="{http://www.iec.ch/61850/2003/SCL}tIEDNameOrRelative" /> <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" /> <attribute name="doName" type="{http://www.iec.ch/61850/2003/SCL}tFullDOName" /> <attribute name="daName" type="{http://www.iec.ch/61850/2003/SCL}tFullAttributeName" /> <attribute name="intAddr" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="serviceType" type="{http://www.iec.ch/61850/2003/SCL}tServiceType" /> <attribute name="srcLDInst" type="{http://www.iec.ch/61850/2003/SCL}tLDInst" /> <attribute name="srcPrefix" type="{http://www.iec.ch/61850/2003/SCL}tPrefix" /> <attribute name="srcLNClass" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" /> <attribute name="srcLNInst" type="{http://www.iec.ch/61850/2003/SCL}tLNInst" /> <attribute name="srcCBName" type="{http://www.iec.ch/61850/2003/SCL}tCBName" /> <attribute name="pServT" type="{http://www.iec.ch/61850/2003/SCL}tServiceType" /> <attribute name="pLN" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" /> <attribute name="pDO" type="{http://www.iec.ch/61850/2003/SCL}tFullDOName" /> <attribute name="pDA" type="{http://www.iec.ch/61850/2003/SCL}tFullAttributeName" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected TServiceType
protected TServiceType
protected String
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the daName property.getDesc()
Gets the value of the desc property.Gets the value of the doName property.Gets the value of the iedName property.Gets the value of the intAddr property.Gets the value of the ldInst property.Gets the value of the lnClass property.Gets the value of the lnInst property.getPDA()
Gets the value of the pda property.getPDO()
Gets the value of the pdo property.getPLN()
Gets the value of the pln property.Gets the value of the prefix property.Gets the value of the pServT property.Gets the value of the serviceType property.Gets the value of the srcCBName property.Gets the value of the srcLDInst property.Gets the value of the srcLNClass property.Gets the value of the srcLNInst property.Gets the value of the srcPrefix property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetPDA()
boolean
isSetPDO()
boolean
isSetPLN()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the daName property.void
Sets the value of the desc property.void
Sets the value of the doName property.void
setIedName
(String value) Sets the value of the iedName property.void
setIntAddr
(String value) Sets the value of the intAddr property.void
Sets the value of the ldInst property.void
Sets the value of the lnInst property.void
Sets the value of the pda property.void
Sets the value of the pdo property.void
Sets the value of the prefix property.void
setPServT
(TServiceType value) Sets the value of the pServT property.void
setServiceType
(TServiceType value) Sets the value of the serviceType property.void
setSrcCBName
(String value) Sets the value of the srcCBName property.void
setSrcLDInst
(String value) Sets the value of the srcLDInst property.void
setSrcLNInst
(String value) Sets the value of the srcLNInst property.void
setSrcPrefix
(String value) Sets the value of the srcPrefix property.void
void
unsetPLN()
void
-
Field Details
-
iedName
-
ldInst
-
prefix
-
lnClass
-
lnInst
-
doName
-
daName
-
intAddr
-
serviceType
-
srcLDInst
-
srcPrefix
-
srcLNClass
-
srcLNInst
-
srcCBName
-
pServT
-
pln
-
pdo
-
pda
-
desc
-
-
Constructor Details
-
TExtRef
public TExtRef()
-
-
Method Details
-
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() -
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() -
getDoName
Gets the value of the doName property.- Returns:
- possible object is
String
-
setDoName
Sets the value of the doName property.- Parameters:
value
- allowed object isString
-
isSetDoName
public boolean isSetDoName() -
getDaName
Gets the value of the daName property.- Returns:
- possible object is
String
-
setDaName
Sets the value of the daName property.- Parameters:
value
- allowed object isString
-
isSetDaName
public boolean isSetDaName() -
getIntAddr
Gets the value of the intAddr property.- Returns:
- possible object is
String
-
setIntAddr
Sets the value of the intAddr property.- Parameters:
value
- allowed object isString
-
isSetIntAddr
public boolean isSetIntAddr() -
getServiceType
Gets the value of the serviceType property.- Returns:
- possible object is
TServiceType
-
setServiceType
Sets the value of the serviceType property.- Parameters:
value
- allowed object isTServiceType
-
isSetServiceType
public boolean isSetServiceType() -
getSrcLDInst
Gets the value of the srcLDInst property.- Returns:
- possible object is
String
-
setSrcLDInst
Sets the value of the srcLDInst property.- Parameters:
value
- allowed object isString
-
isSetSrcLDInst
public boolean isSetSrcLDInst() -
getSrcPrefix
Gets the value of the srcPrefix property.- Returns:
- possible object is
String
-
setSrcPrefix
Sets the value of the srcPrefix property.- Parameters:
value
- allowed object isString
-
isSetSrcPrefix
public boolean isSetSrcPrefix() -
getSrcLNClass
Gets the value of the srcLNClass 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 srcLNClass property.For example, to add a new item, do as follows:
getSrcLNClass().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetSrcLNClass
public boolean isSetSrcLNClass() -
unsetSrcLNClass
public void unsetSrcLNClass() -
getSrcLNInst
Gets the value of the srcLNInst property.- Returns:
- possible object is
String
-
setSrcLNInst
Sets the value of the srcLNInst property.- Parameters:
value
- allowed object isString
-
isSetSrcLNInst
public boolean isSetSrcLNInst() -
getSrcCBName
Gets the value of the srcCBName property.- Returns:
- possible object is
String
-
setSrcCBName
Sets the value of the srcCBName property.- Parameters:
value
- allowed object isString
-
isSetSrcCBName
public boolean isSetSrcCBName() -
getPServT
Gets the value of the pServT property.- Returns:
- possible object is
TServiceType
-
setPServT
Sets the value of the pServT property.- Parameters:
value
- allowed object isTServiceType
-
isSetPServT
public boolean isSetPServT() -
getPLN
Gets the value of the pln 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 pln property.For example, to add a new item, do as follows:
getPLN().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetPLN
public boolean isSetPLN() -
unsetPLN
public void unsetPLN() -
getPDO
Gets the value of the pdo property.- Returns:
- possible object is
String
-
setPDO
Sets the value of the pdo property.- Parameters:
value
- allowed object isString
-
isSetPDO
public boolean isSetPDO() -
getPDA
Gets the value of the pda property.- Returns:
- possible object is
String
-
setPDA
Sets the value of the pda property.- Parameters:
value
- allowed object isString
-
isSetPDA
public boolean isSetPDA() -
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()
-