|
||||||||||
| 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.QueryProvisioningResponseType
public class QueryProvisioningResponseType
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 |
|---|
protected List<ProvisionAgreementType> provisionAgreement
protected List<DataflowRefType> dataflowRef
protected List<MetadataflowRefType> metadataflowRef
protected List<DataProviderRefType> dataProviderRef
protected StatusMessageType statusMessage
| Constructor Detail |
|---|
public QueryProvisioningResponseType()
| Method Detail |
|---|
public List<ProvisionAgreementType> getProvisionAgreement()
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
public List<DataflowRefType> getDataflowRef()
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
public List<MetadataflowRefType> getMetadataflowRef()
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
public List<DataProviderRefType> getDataProviderRef()
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
public StatusMessageType getStatusMessage()
StatusMessageTypepublic void setStatusMessage(StatusMessageType value)
value - allowed object is
StatusMessageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||