|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.epcis.model.Poll
public class Poll
Java class for Poll complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Poll">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="queryName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="params" type="{urn:epcglobal:epcis-query:xsd:1}QueryParams"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected QueryParams |
params
|
protected String |
queryName
|
| Constructor Summary | |
|---|---|
Poll()
|
|
| Method Summary | |
|---|---|
QueryParams |
getParams()
Gets the value of the params property. |
String |
getQueryName()
Gets the value of the queryName property. |
void |
setParams(QueryParams value)
Sets the value of the params property. |
void |
setQueryName(String value)
Sets the value of the queryName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String queryName
protected QueryParams params
| Constructor Detail |
|---|
public Poll()
| Method Detail |
|---|
public String getQueryName()
Stringpublic void setQueryName(String value)
value - allowed object is Stringpublic QueryParams getParams()
QueryParamspublic void setParams(QueryParams value)
value - allowed object is QueryParams
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||