org.fosstrak.epcis.model
Class Poll

java.lang.Object
  extended by org.fosstrak.epcis.model.Poll

public class Poll
extends Object

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

queryName

protected String queryName

params

protected QueryParams params
Constructor Detail

Poll

public Poll()
Method Detail

getQueryName

public String getQueryName()
Gets the value of the queryName property.

Returns:
possible object is String

setQueryName

public void setQueryName(String value)
Sets the value of the queryName property.

Parameters:
value - allowed object is String

getParams

public QueryParams getParams()
Gets the value of the params property.

Returns:
possible object is QueryParams

setParams

public void setParams(QueryParams value)
Sets the value of the params property.

Parameters:
value - allowed object is QueryParams


Copyright © 2010. All Rights Reserved.