Class TSupSubscription

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TSupSubscription

public class TSupSubscription extends Object

Java class for tSupSubscription complex type.

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

 <complexType name="tSupSubscription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="maxGo" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="maxSv" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • maxGo

      protected long maxGo
    • maxSv

      protected long maxSv
  • Constructor Details

    • TSupSubscription

      public TSupSubscription()
  • Method Details

    • getMaxGo

      public long getMaxGo()
      Gets the value of the maxGo property.
    • setMaxGo

      public void setMaxGo(long value)
      Sets the value of the maxGo property.
    • isSetMaxGo

      public boolean isSetMaxGo()
    • getMaxSv

      public long getMaxSv()
      Gets the value of the maxSv property.
    • setMaxSv

      public void setMaxSv(long value)
      Sets the value of the maxSv property.
    • isSetMaxSv

      public boolean isSetMaxSv()