org.fosstrak.epcis.model
Class EPCISQueryBodyType

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

public class EPCISQueryBodyType
extends Object

Java class for EPCISQueryBodyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EPCISQueryBodyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}GetQueryNames"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}GetQueryNamesResult"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}Subscribe"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}SubscribeResult"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}Unsubscribe"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}UnsubscribeResult"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}GetSubscriptionIDs"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}GetSubscriptionIDsResult"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}Poll"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}GetStandardVersion"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}GetStandardVersionResult"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}GetVendorVersion"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}GetVendorVersionResult"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}DuplicateNameException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}InvalidURIException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}NoSuchNameException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}NoSuchSubscriptionException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}DuplicateSubscriptionException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}QueryParameterException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}QueryTooLargeException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}QueryTooComplexException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}SubscriptionControlsException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}SubscribeNotPermittedException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}SecurityException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}ValidationException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}ImplementationException"/>
         <element ref="{urn:epcglobal:epcis-query:xsd:1}QueryResults"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DuplicateNameException duplicateNameException
           
protected  DuplicateSubscriptionException duplicateSubscriptionException
           
protected  EmptyParms getQueryNames
           
protected  ArrayOfString getQueryNamesResult
           
protected  EmptyParms getStandardVersion
           
protected  String getStandardVersionResult
           
protected  GetSubscriptionIDs getSubscriptionIDs
           
protected  ArrayOfString getSubscriptionIDsResult
           
protected  EmptyParms getVendorVersion
           
protected  String getVendorVersionResult
           
protected  ImplementationException implementationException
           
protected  InvalidURIException invalidURIException
           
protected  NoSuchNameException noSuchNameException
           
protected  NoSuchSubscriptionException noSuchSubscriptionException
           
protected  Poll poll
           
protected  QueryParameterException queryParameterException
           
protected  QueryResults queryResults
           
protected  QueryTooComplexException queryTooComplexException
           
protected  QueryTooLargeException queryTooLargeException
           
protected  SecurityException securityException
           
protected  Subscribe subscribe
           
protected  SubscribeNotPermittedException subscribeNotPermittedException
           
protected  VoidHolder subscribeResult
           
protected  SubscriptionControlsException subscriptionControlsException
           
protected  Unsubscribe unsubscribe
           
protected  VoidHolder unsubscribeResult
           
protected  ValidationException validationException
           
 
Constructor Summary
EPCISQueryBodyType()
           
 
Method Summary
 DuplicateNameException getDuplicateNameException()
          Gets the value of the duplicateNameException property.
 DuplicateSubscriptionException getDuplicateSubscriptionException()
          Gets the value of the duplicateSubscriptionException property.
 EmptyParms getGetQueryNames()
          Gets the value of the getQueryNames property.
 ArrayOfString getGetQueryNamesResult()
          Gets the value of the getQueryNamesResult property.
 EmptyParms getGetStandardVersion()
          Gets the value of the getStandardVersion property.
 String getGetStandardVersionResult()
          Gets the value of the getStandardVersionResult property.
 GetSubscriptionIDs getGetSubscriptionIDs()
          Gets the value of the getSubscriptionIDs property.
 ArrayOfString getGetSubscriptionIDsResult()
          Gets the value of the getSubscriptionIDsResult property.
 EmptyParms getGetVendorVersion()
          Gets the value of the getVendorVersion property.
 String getGetVendorVersionResult()
          Gets the value of the getVendorVersionResult property.
 ImplementationException getImplementationException()
          Gets the value of the implementationException property.
 InvalidURIException getInvalidURIException()
          Gets the value of the invalidURIException property.
 NoSuchNameException getNoSuchNameException()
          Gets the value of the noSuchNameException property.
 NoSuchSubscriptionException getNoSuchSubscriptionException()
          Gets the value of the noSuchSubscriptionException property.
 Poll getPoll()
          Gets the value of the poll property.
 QueryParameterException getQueryParameterException()
          Gets the value of the queryParameterException property.
 QueryResults getQueryResults()
          Gets the value of the queryResults property.
 QueryTooComplexException getQueryTooComplexException()
          Gets the value of the queryTooComplexException property.
 QueryTooLargeException getQueryTooLargeException()
          Gets the value of the queryTooLargeException property.
 SecurityException getSecurityException()
          Gets the value of the securityException property.
 Subscribe getSubscribe()
          Gets the value of the subscribe property.
 SubscribeNotPermittedException getSubscribeNotPermittedException()
          Gets the value of the subscribeNotPermittedException property.
 VoidHolder getSubscribeResult()
          Gets the value of the subscribeResult property.
 SubscriptionControlsException getSubscriptionControlsException()
          Gets the value of the subscriptionControlsException property.
 Unsubscribe getUnsubscribe()
          Gets the value of the unsubscribe property.
 VoidHolder getUnsubscribeResult()
          Gets the value of the unsubscribeResult property.
 ValidationException getValidationException()
          Gets the value of the validationException property.
 void setDuplicateNameException(DuplicateNameException value)
          Sets the value of the duplicateNameException property.
 void setDuplicateSubscriptionException(DuplicateSubscriptionException value)
          Sets the value of the duplicateSubscriptionException property.
 void setGetQueryNames(EmptyParms value)
          Sets the value of the getQueryNames property.
 void setGetQueryNamesResult(ArrayOfString value)
          Sets the value of the getQueryNamesResult property.
 void setGetStandardVersion(EmptyParms value)
          Sets the value of the getStandardVersion property.
 void setGetStandardVersionResult(String value)
          Sets the value of the getStandardVersionResult property.
 void setGetSubscriptionIDs(GetSubscriptionIDs value)
          Sets the value of the getSubscriptionIDs property.
 void setGetSubscriptionIDsResult(ArrayOfString value)
          Sets the value of the getSubscriptionIDsResult property.
 void setGetVendorVersion(EmptyParms value)
          Sets the value of the getVendorVersion property.
 void setGetVendorVersionResult(String value)
          Sets the value of the getVendorVersionResult property.
 void setImplementationException(ImplementationException value)
          Sets the value of the implementationException property.
 void setInvalidURIException(InvalidURIException value)
          Sets the value of the invalidURIException property.
 void setNoSuchNameException(NoSuchNameException value)
          Sets the value of the noSuchNameException property.
 void setNoSuchSubscriptionException(NoSuchSubscriptionException value)
          Sets the value of the noSuchSubscriptionException property.
 void setPoll(Poll value)
          Sets the value of the poll property.
 void setQueryParameterException(QueryParameterException value)
          Sets the value of the queryParameterException property.
 void setQueryResults(QueryResults value)
          Sets the value of the queryResults property.
 void setQueryTooComplexException(QueryTooComplexException value)
          Sets the value of the queryTooComplexException property.
 void setQueryTooLargeException(QueryTooLargeException value)
          Sets the value of the queryTooLargeException property.
 void setSecurityException(SecurityException value)
          Sets the value of the securityException property.
 void setSubscribe(Subscribe value)
          Sets the value of the subscribe property.
 void setSubscribeNotPermittedException(SubscribeNotPermittedException value)
          Sets the value of the subscribeNotPermittedException property.
 void setSubscribeResult(VoidHolder value)
          Sets the value of the subscribeResult property.
 void setSubscriptionControlsException(SubscriptionControlsException value)
          Sets the value of the subscriptionControlsException property.
 void setUnsubscribe(Unsubscribe value)
          Sets the value of the unsubscribe property.
 void setUnsubscribeResult(VoidHolder value)
          Sets the value of the unsubscribeResult property.
 void setValidationException(ValidationException value)
          Sets the value of the validationException property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getQueryNames

protected EmptyParms getQueryNames

getQueryNamesResult

protected ArrayOfString getQueryNamesResult

subscribe

protected Subscribe subscribe

subscribeResult

protected VoidHolder subscribeResult

unsubscribe

protected Unsubscribe unsubscribe

unsubscribeResult

protected VoidHolder unsubscribeResult

getSubscriptionIDs

protected GetSubscriptionIDs getSubscriptionIDs

getSubscriptionIDsResult

protected ArrayOfString getSubscriptionIDsResult

poll

protected Poll poll

getStandardVersion

protected EmptyParms getStandardVersion

getStandardVersionResult

protected String getStandardVersionResult

getVendorVersion

protected EmptyParms getVendorVersion

getVendorVersionResult

protected String getVendorVersionResult

duplicateNameException

protected DuplicateNameException duplicateNameException

invalidURIException

protected InvalidURIException invalidURIException

noSuchNameException

protected NoSuchNameException noSuchNameException

noSuchSubscriptionException

protected NoSuchSubscriptionException noSuchSubscriptionException

duplicateSubscriptionException

protected DuplicateSubscriptionException duplicateSubscriptionException

queryParameterException

protected QueryParameterException queryParameterException

queryTooLargeException

protected QueryTooLargeException queryTooLargeException

queryTooComplexException

protected QueryTooComplexException queryTooComplexException

subscriptionControlsException

protected SubscriptionControlsException subscriptionControlsException

subscribeNotPermittedException

protected SubscribeNotPermittedException subscribeNotPermittedException

securityException

protected SecurityException securityException

validationException

protected ValidationException validationException

implementationException

protected ImplementationException implementationException

queryResults

protected QueryResults queryResults
Constructor Detail

EPCISQueryBodyType

public EPCISQueryBodyType()
Method Detail

getGetQueryNames

public EmptyParms getGetQueryNames()
Gets the value of the getQueryNames property.

Returns:
possible object is EmptyParms

setGetQueryNames

public void setGetQueryNames(EmptyParms value)
Sets the value of the getQueryNames property.

Parameters:
value - allowed object is EmptyParms

getGetQueryNamesResult

public ArrayOfString getGetQueryNamesResult()
Gets the value of the getQueryNamesResult property.

Returns:
possible object is ArrayOfString

setGetQueryNamesResult

public void setGetQueryNamesResult(ArrayOfString value)
Sets the value of the getQueryNamesResult property.

Parameters:
value - allowed object is ArrayOfString

getSubscribe

public Subscribe getSubscribe()
Gets the value of the subscribe property.

Returns:
possible object is Subscribe

setSubscribe

public void setSubscribe(Subscribe value)
Sets the value of the subscribe property.

Parameters:
value - allowed object is Subscribe

getSubscribeResult

public VoidHolder getSubscribeResult()
Gets the value of the subscribeResult property.

Returns:
possible object is VoidHolder

setSubscribeResult

public void setSubscribeResult(VoidHolder value)
Sets the value of the subscribeResult property.

Parameters:
value - allowed object is VoidHolder

getUnsubscribe

public Unsubscribe getUnsubscribe()
Gets the value of the unsubscribe property.

Returns:
possible object is Unsubscribe

setUnsubscribe

public void setUnsubscribe(Unsubscribe value)
Sets the value of the unsubscribe property.

Parameters:
value - allowed object is Unsubscribe

getUnsubscribeResult

public VoidHolder getUnsubscribeResult()
Gets the value of the unsubscribeResult property.

Returns:
possible object is VoidHolder

setUnsubscribeResult

public void setUnsubscribeResult(VoidHolder value)
Sets the value of the unsubscribeResult property.

Parameters:
value - allowed object is VoidHolder

getGetSubscriptionIDs

public GetSubscriptionIDs getGetSubscriptionIDs()
Gets the value of the getSubscriptionIDs property.

Returns:
possible object is GetSubscriptionIDs

setGetSubscriptionIDs

public void setGetSubscriptionIDs(GetSubscriptionIDs value)
Sets the value of the getSubscriptionIDs property.

Parameters:
value - allowed object is GetSubscriptionIDs

getGetSubscriptionIDsResult

public ArrayOfString getGetSubscriptionIDsResult()
Gets the value of the getSubscriptionIDsResult property.

Returns:
possible object is ArrayOfString

setGetSubscriptionIDsResult

public void setGetSubscriptionIDsResult(ArrayOfString value)
Sets the value of the getSubscriptionIDsResult property.

Parameters:
value - allowed object is ArrayOfString

getPoll

public Poll getPoll()
Gets the value of the poll property.

Returns:
possible object is Poll

setPoll

public void setPoll(Poll value)
Sets the value of the poll property.

Parameters:
value - allowed object is Poll

getGetStandardVersion

public EmptyParms getGetStandardVersion()
Gets the value of the getStandardVersion property.

Returns:
possible object is EmptyParms

setGetStandardVersion

public void setGetStandardVersion(EmptyParms value)
Sets the value of the getStandardVersion property.

Parameters:
value - allowed object is EmptyParms

getGetStandardVersionResult

public String getGetStandardVersionResult()
Gets the value of the getStandardVersionResult property.

Returns:
possible object is String

setGetStandardVersionResult

public void setGetStandardVersionResult(String value)
Sets the value of the getStandardVersionResult property.

Parameters:
value - allowed object is String

getGetVendorVersion

public EmptyParms getGetVendorVersion()
Gets the value of the getVendorVersion property.

Returns:
possible object is EmptyParms

setGetVendorVersion

public void setGetVendorVersion(EmptyParms value)
Sets the value of the getVendorVersion property.

Parameters:
value - allowed object is EmptyParms

getGetVendorVersionResult

public String getGetVendorVersionResult()
Gets the value of the getVendorVersionResult property.

Returns:
possible object is String

setGetVendorVersionResult

public void setGetVendorVersionResult(String value)
Sets the value of the getVendorVersionResult property.

Parameters:
value - allowed object is String

getDuplicateNameException

public DuplicateNameException getDuplicateNameException()
Gets the value of the duplicateNameException property.

Returns:
possible object is DuplicateNameException

setDuplicateNameException

public void setDuplicateNameException(DuplicateNameException value)
Sets the value of the duplicateNameException property.

Parameters:
value - allowed object is DuplicateNameException

getInvalidURIException

public InvalidURIException getInvalidURIException()
Gets the value of the invalidURIException property.

Returns:
possible object is InvalidURIException

setInvalidURIException

public void setInvalidURIException(InvalidURIException value)
Sets the value of the invalidURIException property.

Parameters:
value - allowed object is InvalidURIException

getNoSuchNameException

public NoSuchNameException getNoSuchNameException()
Gets the value of the noSuchNameException property.

Returns:
possible object is NoSuchNameException

setNoSuchNameException

public void setNoSuchNameException(NoSuchNameException value)
Sets the value of the noSuchNameException property.

Parameters:
value - allowed object is NoSuchNameException

getNoSuchSubscriptionException

public NoSuchSubscriptionException getNoSuchSubscriptionException()
Gets the value of the noSuchSubscriptionException property.

Returns:
possible object is NoSuchSubscriptionException

setNoSuchSubscriptionException

public void setNoSuchSubscriptionException(NoSuchSubscriptionException value)
Sets the value of the noSuchSubscriptionException property.

Parameters:
value - allowed object is NoSuchSubscriptionException

getDuplicateSubscriptionException

public DuplicateSubscriptionException getDuplicateSubscriptionException()
Gets the value of the duplicateSubscriptionException property.

Returns:
possible object is DuplicateSubscriptionException

setDuplicateSubscriptionException

public void setDuplicateSubscriptionException(DuplicateSubscriptionException value)
Sets the value of the duplicateSubscriptionException property.

Parameters:
value - allowed object is DuplicateSubscriptionException

getQueryParameterException

public QueryParameterException getQueryParameterException()
Gets the value of the queryParameterException property.

Returns:
possible object is QueryParameterException

setQueryParameterException

public void setQueryParameterException(QueryParameterException value)
Sets the value of the queryParameterException property.

Parameters:
value - allowed object is QueryParameterException

getQueryTooLargeException

public QueryTooLargeException getQueryTooLargeException()
Gets the value of the queryTooLargeException property.

Returns:
possible object is QueryTooLargeException

setQueryTooLargeException

public void setQueryTooLargeException(QueryTooLargeException value)
Sets the value of the queryTooLargeException property.

Parameters:
value - allowed object is QueryTooLargeException

getQueryTooComplexException

public QueryTooComplexException getQueryTooComplexException()
Gets the value of the queryTooComplexException property.

Returns:
possible object is QueryTooComplexException

setQueryTooComplexException

public void setQueryTooComplexException(QueryTooComplexException value)
Sets the value of the queryTooComplexException property.

Parameters:
value - allowed object is QueryTooComplexException

getSubscriptionControlsException

public SubscriptionControlsException getSubscriptionControlsException()
Gets the value of the subscriptionControlsException property.

Returns:
possible object is SubscriptionControlsException

setSubscriptionControlsException

public void setSubscriptionControlsException(SubscriptionControlsException value)
Sets the value of the subscriptionControlsException property.

Parameters:
value - allowed object is SubscriptionControlsException

getSubscribeNotPermittedException

public SubscribeNotPermittedException getSubscribeNotPermittedException()
Gets the value of the subscribeNotPermittedException property.

Returns:
possible object is SubscribeNotPermittedException

setSubscribeNotPermittedException

public void setSubscribeNotPermittedException(SubscribeNotPermittedException value)
Sets the value of the subscribeNotPermittedException property.

Parameters:
value - allowed object is SubscribeNotPermittedException

getSecurityException

public SecurityException getSecurityException()
Gets the value of the securityException property.

Returns:
possible object is SecurityException

setSecurityException

public void setSecurityException(SecurityException value)
Sets the value of the securityException property.

Parameters:
value - allowed object is SecurityException

getValidationException

public ValidationException getValidationException()
Gets the value of the validationException property.

Returns:
possible object is ValidationException

setValidationException

public void setValidationException(ValidationException value)
Sets the value of the validationException property.

Parameters:
value - allowed object is ValidationException

getImplementationException

public ImplementationException getImplementationException()
Gets the value of the implementationException property.

Returns:
possible object is ImplementationException

setImplementationException

public void setImplementationException(ImplementationException value)
Sets the value of the implementationException property.

Parameters:
value - allowed object is ImplementationException

getQueryResults

public QueryResults getQueryResults()
Gets the value of the queryResults property.

Returns:
possible object is QueryResults

setQueryResults

public void setQueryResults(QueryResults value)
Sets the value of the queryResults property.

Parameters:
value - allowed object is QueryResults


Copyright © 2010. All Rights Reserved.