Class TSettingControl


public class TSettingControl extends TUnNaming

Java class for tSettingControl complex type.

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

 <complexType name="tSettingControl">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <attribute name="numOfSGs" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
             <minInclusive value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="actSG" default="1">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
             <minInclusive value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="resvTms" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • numOfSGs

      protected long numOfSGs
    • actSG

      protected Long actSG
    • resvTms

      protected Integer resvTms
  • Constructor Details

    • TSettingControl

      public TSettingControl()
  • Method Details

    • getNumOfSGs

      public long getNumOfSGs()
      Gets the value of the numOfSGs property.
    • setNumOfSGs

      public void setNumOfSGs(long value)
      Sets the value of the numOfSGs property.
    • isSetNumOfSGs

      public boolean isSetNumOfSGs()
    • getActSG

      public long getActSG()
      Gets the value of the actSG property.
      Returns:
      possible object is Long
    • setActSG

      public void setActSG(long value)
      Sets the value of the actSG property.
      Parameters:
      value - allowed object is Long
    • isSetActSG

      public boolean isSetActSG()
    • unsetActSG

      public void unsetActSG()
    • getResvTms

      public int getResvTms()
      Gets the value of the resvTms property.
      Returns:
      possible object is Integer
    • setResvTms

      public void setResvTms(int value)
      Sets the value of the resvTms property.
      Parameters:
      value - allowed object is Integer
    • isSetResvTms

      public boolean isSetResvTms()
    • unsetResvTms

      public void unsetResvTms()