org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class QuerySubscriptionRequestType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.registry.QuerySubscriptionRequestType
public class QuerySubscriptionRequestType
- extends Object
QuerySubscriptionRequestType describes the structure of a query for subscriptions. Subscriptions for a given organisation may be retrieved.
Java class for QuerySubscriptionRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuerySubscriptionRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Organisation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}OrganisationReferenceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
organisation
protected OrganisationReferenceType organisation
QuerySubscriptionRequestType
public QuerySubscriptionRequestType()
getOrganisation
public OrganisationReferenceType getOrganisation()
- Gets the value of the organisation property.
- Returns:
- possible object is
OrganisationReferenceType
setOrganisation
public void setOrganisation(OrganisationReferenceType value)
- Sets the value of the organisation property.
- Parameters:
value - allowed object is
OrganisationReferenceType
Copyright © 2012. All Rights Reserved.