org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class QuerySubscriptionRequestType

java.lang.Object
  extended by 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>
 


Field Summary
protected  OrganisationReferenceType organisation
           
 
Constructor Summary
QuerySubscriptionRequestType()
           
 
Method Summary
 OrganisationReferenceType getOrganisation()
          Gets the value of the organisation property.
 void setOrganisation(OrganisationReferenceType value)
          Sets the value of the organisation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

organisation

protected OrganisationReferenceType organisation
Constructor Detail

QuerySubscriptionRequestType

public QuerySubscriptionRequestType()
Method Detail

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.