Class TAccessPoint


public class TAccessPoint extends TUnNaming

Java class for tAccessPoint complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tAccessPoint">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <sequence>
         <choice minOccurs="0">
           <element name="Server" type="{http://www.iec.ch/61850/2003/SCL}tServer"/>
           <element ref="{http://www.iec.ch/61850/2003/SCL}LN" maxOccurs="unbounded"/>
           <element name="ServerAt" type="{http://www.iec.ch/61850/2003/SCL}tServerAt"/>
         </choice>
         <element name="Services" type="{http://www.iec.ch/61850/2003/SCL}tServices" minOccurs="0"/>
         <element name="GOOSESecurity" type="{http://www.iec.ch/61850/2003/SCL}tCertificate" maxOccurs="7" minOccurs="0"/>
         <element name="SMVSecurity" type="{http://www.iec.ch/61850/2003/SCL}tCertificate" maxOccurs="7" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" />
       <attribute name="router" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="clock" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="kdc" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TAccessPoint

      public TAccessPoint()
  • Method Details

    • getServer

      public TServer getServer()
      Gets the value of the server property.
      Returns:
      possible object is TServer
    • setServer

      public void setServer(TServer value)
      Sets the value of the server property.
      Parameters:
      value - allowed object is TServer
    • isSetServer

      public boolean isSetServer()
    • getLN

      public List<TLN> getLN()
      Gets the value of the ln 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 ln property.

      For example, to add a new item, do as follows:

          getLN().add(newItem);
       

      Objects of the following type(s) are allowed in the list TLN

    • isSetLN

      public boolean isSetLN()
    • unsetLN

      public void unsetLN()
    • getServerAt

      public TServerAt getServerAt()
      Gets the value of the serverAt property.
      Returns:
      possible object is TServerAt
    • setServerAt

      public void setServerAt(TServerAt value)
      Sets the value of the serverAt property.
      Parameters:
      value - allowed object is TServerAt
    • isSetServerAt

      public boolean isSetServerAt()
    • getServices

      public TServices getServices()
      Gets the value of the services property.
      Returns:
      possible object is TServices
    • setServices

      public void setServices(TServices value)
      Sets the value of the services property.
      Parameters:
      value - allowed object is TServices
    • isSetServices

      public boolean isSetServices()
    • getGOOSESecurity

      public List<TCertificate> getGOOSESecurity()
      Gets the value of the gooseSecurity 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 gooseSecurity property.

      For example, to add a new item, do as follows:

          getGOOSESecurity().add(newItem);
       

      Objects of the following type(s) are allowed in the list TCertificate

    • isSetGOOSESecurity

      public boolean isSetGOOSESecurity()
    • unsetGOOSESecurity

      public void unsetGOOSESecurity()
    • getSMVSecurity

      public List<TCertificate> getSMVSecurity()
      Gets the value of the smvSecurity 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 smvSecurity property.

      For example, to add a new item, do as follows:

          getSMVSecurity().add(newItem);
       

      Objects of the following type(s) are allowed in the list TCertificate

    • isSetSMVSecurity

      public boolean isSetSMVSecurity()
    • unsetSMVSecurity

      public void unsetSMVSecurity()
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isSetName

      public boolean isSetName()
    • isRouter

      public boolean isRouter()
      Gets the value of the router property.
      Returns:
      possible object is Boolean
    • setRouter

      public void setRouter(boolean value)
      Sets the value of the router property.
      Parameters:
      value - allowed object is Boolean
    • isSetRouter

      public boolean isSetRouter()
    • unsetRouter

      public void unsetRouter()
    • isClock

      public boolean isClock()
      Gets the value of the clock property.
      Returns:
      possible object is Boolean
    • setClock

      public void setClock(boolean value)
      Sets the value of the clock property.
      Parameters:
      value - allowed object is Boolean
    • isSetClock

      public boolean isSetClock()
    • unsetClock

      public void unsetClock()
    • isKdc

      public boolean isKdc()
      Gets the value of the kdc property.
      Returns:
      possible object is Boolean
    • setKdc

      public void setKdc(boolean value)
      Sets the value of the kdc property.
      Parameters:
      value - allowed object is Boolean
    • isSetKdc

      public boolean isSetKdc()
    • unsetKdc

      public void unsetKdc()