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

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

public class QueryProvisioningResponseType
extends Object

The QueryProvisioningResponse element is returned in response to queries regarding provisioning information. It carries either the provisioning information making up the result set, or relevant status messages containing errors or warnings, or both. The references to Dataflow, Metadataflow, and Data Provider are included in those cases where the result set has these objects, but not associated with any Provisioning Agreement.

Java class for QueryProvisioningResponseType complex type.

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

 <complexType name="QueryProvisioningResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ProvisionAgreement" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}ProvisionAgreementType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DataflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DataflowRefType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MetadataflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}MetadataflowRefType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DataProviderRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DataProviderRefType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="StatusMessage" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}StatusMessageType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<DataflowRefType> dataflowRef
           
protected  List<DataProviderRefType> dataProviderRef
           
protected  List<MetadataflowRefType> metadataflowRef
           
protected  List<ProvisionAgreementType> provisionAgreement
           
protected  StatusMessageType statusMessage
           
 
Constructor Summary
QueryProvisioningResponseType()
           
 
Method Summary
 List<DataflowRefType> getDataflowRef()
          Gets the value of the dataflowRef property.
 List<DataProviderRefType> getDataProviderRef()
          Gets the value of the dataProviderRef property.
 List<MetadataflowRefType> getMetadataflowRef()
          Gets the value of the metadataflowRef property.
 List<ProvisionAgreementType> getProvisionAgreement()
          Gets the value of the provisionAgreement property.
 StatusMessageType getStatusMessage()
          Gets the value of the statusMessage property.
 void setStatusMessage(StatusMessageType value)
          Sets the value of the statusMessage property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

provisionAgreement

protected List<ProvisionAgreementType> provisionAgreement

dataflowRef

protected List<DataflowRefType> dataflowRef

metadataflowRef

protected List<MetadataflowRefType> metadataflowRef

dataProviderRef

protected List<DataProviderRefType> dataProviderRef

statusMessage

protected StatusMessageType statusMessage
Constructor Detail

QueryProvisioningResponseType

public QueryProvisioningResponseType()
Method Detail

getProvisionAgreement

public List<ProvisionAgreementType> getProvisionAgreement()
Gets the value of the provisionAgreement property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the provisionAgreement property.

For example, to add a new item, do as follows:

    getProvisionAgreement().add(newItem);
 

Objects of the following type(s) are allowed in the list ProvisionAgreementType


getDataflowRef

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

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dataflowRef property.

For example, to add a new item, do as follows:

    getDataflowRef().add(newItem);
 

Objects of the following type(s) are allowed in the list DataflowRefType


getMetadataflowRef

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

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the metadataflowRef property.

For example, to add a new item, do as follows:

    getMetadataflowRef().add(newItem);
 

Objects of the following type(s) are allowed in the list MetadataflowRefType


getDataProviderRef

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

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dataProviderRef property.

For example, to add a new item, do as follows:

    getDataProviderRef().add(newItem);
 

Objects of the following type(s) are allowed in the list DataProviderRefType


getStatusMessage

public StatusMessageType getStatusMessage()
Gets the value of the statusMessage property.

Returns:
possible object is StatusMessageType

setStatusMessage

public void setStatusMessage(StatusMessageType value)
Sets the value of the statusMessage property.

Parameters:
value - allowed object is StatusMessageType


Copyright © 2012. All Rights Reserved.