org.sdmx.resources.sdmxml.schemas.v2_0.registry
Class QueryRegistrationRequestType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.registry.QueryRegistrationRequestType

public class QueryRegistrationRequestType
extends Object

The QueryRegistrationRequest is used to query the contents of a registry for data sets and metadata sets. The QueryRegistrationRequest specifies whether the result set should include metadata sets, data sets, or both with the QueryType element. The constraints which characterize the search - including reference period, are contained in teh Constraints within the child object references.

Java class for QueryRegistrationRequestType complex type.

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

 <complexType name="QueryRegistrationRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="QueryType" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}QueryTypeType"/>
         <choice>
           <element name="ProvisionAgreementRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}ProvisionAgreementRefType"/>
           <element name="DataflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DataflowRefType"/>
           <element name="MetadataflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}MetadataflowRefType"/>
           <element name="DataProviderRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DataProviderRefType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataflowRefType dataflowRef
           
protected  DataProviderRefType dataProviderRef
           
protected  MetadataflowRefType metadataflowRef
           
protected  ProvisionAgreementRefType provisionAgreementRef
           
protected  QueryTypeType queryType
           
 
Constructor Summary
QueryRegistrationRequestType()
           
 
Method Summary
 DataflowRefType getDataflowRef()
          Gets the value of the dataflowRef property.
 DataProviderRefType getDataProviderRef()
          Gets the value of the dataProviderRef property.
 MetadataflowRefType getMetadataflowRef()
          Gets the value of the metadataflowRef property.
 ProvisionAgreementRefType getProvisionAgreementRef()
          Gets the value of the provisionAgreementRef property.
 QueryTypeType getQueryType()
          Gets the value of the queryType property.
 void setDataflowRef(DataflowRefType value)
          Sets the value of the dataflowRef property.
 void setDataProviderRef(DataProviderRefType value)
          Sets the value of the dataProviderRef property.
 void setMetadataflowRef(MetadataflowRefType value)
          Sets the value of the metadataflowRef property.
 void setProvisionAgreementRef(ProvisionAgreementRefType value)
          Sets the value of the provisionAgreementRef property.
 void setQueryType(QueryTypeType value)
          Sets the value of the queryType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryType

protected QueryTypeType queryType

provisionAgreementRef

protected ProvisionAgreementRefType provisionAgreementRef

dataflowRef

protected DataflowRefType dataflowRef

metadataflowRef

protected MetadataflowRefType metadataflowRef

dataProviderRef

protected DataProviderRefType dataProviderRef
Constructor Detail

QueryRegistrationRequestType

public QueryRegistrationRequestType()
Method Detail

getQueryType

public QueryTypeType getQueryType()
Gets the value of the queryType property.

Returns:
possible object is QueryTypeType

setQueryType

public void setQueryType(QueryTypeType value)
Sets the value of the queryType property.

Parameters:
value - allowed object is QueryTypeType

getProvisionAgreementRef

public ProvisionAgreementRefType getProvisionAgreementRef()
Gets the value of the provisionAgreementRef property.

Returns:
possible object is ProvisionAgreementRefType

setProvisionAgreementRef

public void setProvisionAgreementRef(ProvisionAgreementRefType value)
Sets the value of the provisionAgreementRef property.

Parameters:
value - allowed object is ProvisionAgreementRefType

getDataflowRef

public DataflowRefType getDataflowRef()
Gets the value of the dataflowRef property.

Returns:
possible object is DataflowRefType

setDataflowRef

public void setDataflowRef(DataflowRefType value)
Sets the value of the dataflowRef property.

Parameters:
value - allowed object is DataflowRefType

getMetadataflowRef

public MetadataflowRefType getMetadataflowRef()
Gets the value of the metadataflowRef property.

Returns:
possible object is MetadataflowRefType

setMetadataflowRef

public void setMetadataflowRef(MetadataflowRefType value)
Sets the value of the metadataflowRef property.

Parameters:
value - allowed object is MetadataflowRefType

getDataProviderRef

public DataProviderRefType getDataProviderRef()
Gets the value of the dataProviderRef property.

Returns:
possible object is DataProviderRefType

setDataProviderRef

public void setDataProviderRef(DataProviderRefType value)
Sets the value of the dataProviderRef property.

Parameters:
value - allowed object is DataProviderRefType


Copyright © 2012. All Rights Reserved.