Class TServiceWithMaxNonZero

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

public class TServiceWithMaxNonZero extends Object

Java class for tServiceWithMaxNonZero complex type.

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

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

    • max

      protected long max
  • Constructor Details

    • TServiceWithMaxNonZero

      public TServiceWithMaxNonZero()
  • 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()