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 SummaryFieldsModifier and TypeFieldDescriptionprotected TAddressprotected Stringprotected Stringprotected TRedProtEnumFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement_private, any, text
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.booleanbooleanbooleanisSetGSE()booleanbooleanbooleanbooleanisSetSMV()voidsetAddress(TAddress value) Sets the value of the address property.voidSets the value of the apName property.voidsetIedName(String value) Sets the value of the iedName property.voidsetRedProt(TRedProtEnum value) Sets the value of the redProt property.voidunsetGSE()voidvoidunsetSMV()Methods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaminggetDesc, isSetDesc, setDescMethods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElementgetAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
- 
Field Details- 
address
- 
gse
- 
smv
- 
physConn
- 
iedName
- 
apName
- 
redProt
 
- 
- 
Constructor Details- 
TConnectedAPpublic TConnectedAP()
 
- 
- 
Method Details- 
getAddressGets the value of the address property.- Returns:
- possible object is
     TAddress
 
- 
setAddressSets the value of the address property.- Parameters:
- value- allowed object is- TAddress
 
- 
isSetAddresspublic boolean isSetAddress()
- 
getGSEGets 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 setmethod 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
- 
isSetGSEpublic boolean isSetGSE()
- 
unsetGSEpublic void unsetGSE()
- 
getSMVGets 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 setmethod 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
- 
isSetSMVpublic boolean isSetSMV()
- 
unsetSMVpublic void unsetSMV()
- 
getPhysConnGets 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 setmethod 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
- 
isSetPhysConnpublic boolean isSetPhysConn()
- 
unsetPhysConnpublic void unsetPhysConn()
- 
getIedNameGets the value of the iedName property.- Returns:
- possible object is
     String
 
- 
setIedNameSets the value of the iedName property.- Parameters:
- value- allowed object is- String
 
- 
isSetIedNamepublic boolean isSetIedName()
- 
getApNameGets the value of the apName property.- Returns:
- possible object is
     String
 
- 
setApNameSets the value of the apName property.- Parameters:
- value- allowed object is- String
 
- 
isSetApNamepublic boolean isSetApName()
- 
getRedProtGets the value of the redProt property.- Returns:
- possible object is
     TRedProtEnum
 
- 
setRedProtSets the value of the redProt property.- Parameters:
- value- allowed object is- TRedProtEnum
 
- 
isSetRedProtpublic boolean isSetRedProt()
 
-