org.fosstrak.epcis.model
Class GetSubscriptionIDs
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
queryName
protected String queryName
GetSubscriptionIDs
public GetSubscriptionIDs()
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.