Class TServiceWithMax

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceWithMax
Direct Known Subclasses:
TGOOSEcapabilities, TServiceConfReportControl, TServiceWithMaxAndMaxAttributes, TServiceWithMaxAndModify, TSMVsc

public class TServiceWithMax extends Object

Java class for tServiceWithMax complex type.

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

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

    • max

      protected long max
  • Constructor Details

    • TServiceWithMax

      public TServiceWithMax()
  • Method Details

    • getMax

      public long getMax()
      Gets the value of the max property.
    • setMax

      public void setMax(long value)
      Sets the value of the max property.
    • isSetMax

      public boolean isSetMax()