Class TConnectedAP
Java class for tConnectedAP complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tConnectedAP"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <sequence> <element name="Address" type="{http://www.iec.ch/61850/2003/SCL}tAddress" minOccurs="0"/> <element name="GSE" type="{http://www.iec.ch/61850/2003/SCL}tGSE" maxOccurs="unbounded" minOccurs="0"/> <element name="SMV" type="{http://www.iec.ch/61850/2003/SCL}tSMV" maxOccurs="unbounded" minOccurs="0"/> <element name="PhysConn" type="{http://www.iec.ch/61850/2003/SCL}tPhysConn" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="iedName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tIEDName" /> <attribute name="apName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" /> <attribute name="redProt" type="{http://www.iec.ch/61850/2003/SCL}tRedProtEnum" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected TAddress
protected String
protected String
protected TRedProtEnum
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.Gets the value of the apName property.getGSE()
Gets the value of the gse property.Gets the value of the iedName property.Gets the value of the physConn property.Gets the value of the redProt property.getSMV()
Gets the value of the smv property.boolean
boolean
boolean
isSetGSE()
boolean
boolean
boolean
boolean
isSetSMV()
void
setAddress
(TAddress value) Sets the value of the address property.void
Sets the value of the apName property.void
setIedName
(String value) Sets the value of the iedName property.void
setRedProt
(TRedProtEnum value) Sets the value of the redProt property.void
unsetGSE()
void
void
unsetSMV()
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
-
address
-
gse
-
smv
-
physConn
-
iedName
-
apName
-
redProt
-
-
Constructor Details
-
TConnectedAP
public TConnectedAP()
-
-
Method Details
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
TAddress
-
setAddress
Sets the value of the address property.- Parameters:
value
- allowed object isTAddress
-
isSetAddress
public boolean isSetAddress() -
getGSE
Gets the value of the gse 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 gse property.For example, to add a new item, do as follows:
getGSE().add(newItem);
Objects of the following type(s) are allowed in the list
TGSE
-
isSetGSE
public boolean isSetGSE() -
unsetGSE
public void unsetGSE() -
getSMV
Gets the value of the smv 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 smv property.For example, to add a new item, do as follows:
getSMV().add(newItem);
Objects of the following type(s) are allowed in the list
TSMV
-
isSetSMV
public boolean isSetSMV() -
unsetSMV
public void unsetSMV() -
getPhysConn
Gets the value of the physConn 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 physConn property.For example, to add a new item, do as follows:
getPhysConn().add(newItem);
Objects of the following type(s) are allowed in the list
TPhysConn
-
isSetPhysConn
public boolean isSetPhysConn() -
unsetPhysConn
public void unsetPhysConn() -
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() -
getApName
Gets the value of the apName property.- Returns:
- possible object is
String
-
setApName
Sets the value of the apName property.- Parameters:
value
- allowed object isString
-
isSetApName
public boolean isSetApName() -
getRedProt
Gets the value of the redProt property.- Returns:
- possible object is
TRedProtEnum
-
setRedProt
Sets the value of the redProt property.- Parameters:
value
- allowed object isTRedProtEnum
-
isSetRedProt
public boolean isSetRedProt()
-