|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.registry.QueryRegistrationRequestType
public class QueryRegistrationRequestType
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 |
|---|
protected QueryTypeType queryType
protected ProvisionAgreementRefType provisionAgreementRef
protected DataflowRefType dataflowRef
protected MetadataflowRefType metadataflowRef
protected DataProviderRefType dataProviderRef
| Constructor Detail |
|---|
public QueryRegistrationRequestType()
| Method Detail |
|---|
public QueryTypeType getQueryType()
QueryTypeTypepublic void setQueryType(QueryTypeType value)
value - allowed object is
QueryTypeTypepublic ProvisionAgreementRefType getProvisionAgreementRef()
ProvisionAgreementRefTypepublic void setProvisionAgreementRef(ProvisionAgreementRefType value)
value - allowed object is
ProvisionAgreementRefTypepublic DataflowRefType getDataflowRef()
DataflowRefTypepublic void setDataflowRef(DataflowRefType value)
value - allowed object is
DataflowRefTypepublic MetadataflowRefType getMetadataflowRef()
MetadataflowRefTypepublic void setMetadataflowRef(MetadataflowRefType value)
value - allowed object is
MetadataflowRefTypepublic DataProviderRefType getDataProviderRef()
DataProviderRefTypepublic void setDataProviderRef(DataProviderRefType value)
value - allowed object is
DataProviderRefType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||