org.fosstrak.epcis.model
Class GetSubscriptionIDs

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

public class GetSubscriptionIDs
extends Object

Java class for GetSubscriptionIDs complex type.

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

 <complexType name="GetSubscriptionIDs">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="queryName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String queryName
           
 
Constructor Summary
GetSubscriptionIDs()
           
 
Method Summary
 String getQueryName()
          Gets the value of the queryName 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
Constructor Detail

GetSubscriptionIDs

public GetSubscriptionIDs()
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


Copyright © 2010. All Rights Reserved.