|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.cin.nip.async.generic.Query
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-04-09T03:53:26+02:00",
comments="JAXB RI v2.2.11")
public class Query
Java class for Query complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Query">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Max" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
<attribute name="Include" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Query()
|
|
| Method Summary | |
|---|---|
Integer |
getMax()
Gets the value of the max property. |
boolean |
isInclude()
Gets the value of the include property. |
void |
setInclude(Boolean value)
Sets the value of the include property. |
void |
setMax(Integer value)
Sets the value of the max property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Query()
| Method Detail |
|---|
public Integer getMax()
Integerpublic void setMax(Integer value)
value - allowed object is
Integerpublic boolean isInclude()
Booleanpublic void setInclude(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||