Class TServiceWithMax
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceWithMax
- Direct Known Subclasses:
TGOOSEcapabilities
,TServiceConfReportControl
,TServiceWithMaxAndMaxAttributes
,TServiceWithMaxAndModify
,TSMVsc
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 Summary
-
Constructor Summary
-
Method Summary
-
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()
-