Class TServer


public class TServer extends TUnNaming

Java class for tServer complex type.

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

 <complexType name="tServer">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <sequence>
         <element name="Authentication">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agAuthentication"/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="LDevice" type="{http://www.iec.ch/61850/2003/SCL}tLDevice" maxOccurs="unbounded"/>
         <element name="Association" type="{http://www.iec.ch/61850/2003/SCL}tAssociation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="30" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TServer

      public TServer()
  • Method Details

    • getAuthentication

      public TServer.Authentication getAuthentication()
      Gets the value of the authentication property.
      Returns:
      possible object is TServer.Authentication
    • setAuthentication

      public void setAuthentication(TServer.Authentication value)
      Sets the value of the authentication property.
      Parameters:
      value - allowed object is TServer.Authentication
    • isSetAuthentication

      public boolean isSetAuthentication()
    • getLDevice

      public List<TLDevice> getLDevice()
      Gets the value of the lDevice 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 lDevice property.

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

          getLDevice().add(newItem);
       

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

    • isSetLDevice

      public boolean isSetLDevice()
    • unsetLDevice

      public void unsetLDevice()
    • getAssociation

      public List<TAssociation> getAssociation()
      Gets the value of the association 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 association property.

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

          getAssociation().add(newItem);
       

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

    • isSetAssociation

      public boolean isSetAssociation()
    • unsetAssociation

      public void unsetAssociation()
    • getTimeout

      public long getTimeout()
      Gets the value of the timeout property.
      Returns:
      possible object is Long
    • setTimeout

      public void setTimeout(long value)
      Sets the value of the timeout property.
      Parameters:
      value - allowed object is Long
    • isSetTimeout

      public boolean isSetTimeout()
    • unsetTimeout

      public void unsetTimeout()