Class TServiceWithMaxNonZero
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceWithMaxNonZero
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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
maxprotected long max
 
- 
- 
Constructor Details- 
TServiceWithMaxNonZeropublic TServiceWithMaxNonZero()
 
- 
- 
Method Details- 
getMaxpublic long getMax()Gets the value of the max property.
- 
setMaxpublic void setMax(long value) Sets the value of the max property.
- 
isSetMaxpublic boolean isSetMax()
 
-