Class TRptEnabled


public class TRptEnabled extends TUnNaming

Java class for tRptEnabled complex type.

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

 <complexType name="tRptEnabled">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <sequence>
         <element name="ClientLN" type="{http://www.iec.ch/61850/2003/SCL}tClientLN" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="max" default="1">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
             <minExclusive value="0"/>
           </restriction>
         </simpleType>
       </attribute>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TRptEnabled

      public TRptEnabled()
  • Method Details

    • getClientLN

      public List<TClientLN> getClientLN()
      Gets the value of the clientLN 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 clientLN property.

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

          getClientLN().add(newItem);
       

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

    • isSetClientLN

      public boolean isSetClientLN()
    • unsetClientLN

      public void unsetClientLN()
    • getMax

      public long getMax()
      Gets the value of the max property.
      Returns:
      possible object is Long
    • setMax

      public void setMax(long value)
      Sets the value of the max property.
      Parameters:
      value - allowed object is Long
    • isSetMax

      public boolean isSetMax()
    • unsetMax

      public void unsetMax()