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

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

public class RegistrationStatusType
extends Object

Each RegistrationStatus reports the status of a submitted data set or metadata set registration, and carries any error messages. If successful, the Datasource which has been registered is returned, and a reference to the provision agreement, dataflow, metadataflow, or data provider is returned.

Java class for RegistrationStatusType complex type.

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

 <complexType name="RegistrationStatusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StatusMessage" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}StatusMessageType"/>
         <element name="Datasource" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DatasourceType" minOccurs="0"/>
         <element name="DataProviderRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DataProviderRefType" minOccurs="0"/>
         <element name="DataflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DataflowRefType" minOccurs="0"/>
         <element name="MetadaflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}MetadataflowRefType" minOccurs="0"/>
         <element name="ProvisionAgreementRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}ProvisionAgreementRefType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataflowRefType dataflowRef
           
protected  DataProviderRefType dataProviderRef
           
protected  DatasourceType datasource
           
protected  MetadataflowRefType metadaflowRef
           
protected  ProvisionAgreementRefType provisionAgreementRef
           
protected  StatusMessageType statusMessage
           
 
Constructor Summary
RegistrationStatusType()
           
 
Method Summary
 DataflowRefType getDataflowRef()
          Gets the value of the dataflowRef property.
 DataProviderRefType getDataProviderRef()
          Gets the value of the dataProviderRef property.
 DatasourceType getDatasource()
          Gets the value of the datasource property.
 MetadataflowRefType getMetadaflowRef()
          Gets the value of the metadaflowRef property.
 ProvisionAgreementRefType getProvisionAgreementRef()
          Gets the value of the provisionAgreementRef property.
 StatusMessageType getStatusMessage()
          Gets the value of the statusMessage property.
 void setDataflowRef(DataflowRefType value)
          Sets the value of the dataflowRef property.
 void setDataProviderRef(DataProviderRefType value)
          Sets the value of the dataProviderRef property.
 void setDatasource(DatasourceType value)
          Sets the value of the datasource property.
 void setMetadaflowRef(MetadataflowRefType value)
          Sets the value of the metadaflowRef property.
 void setProvisionAgreementRef(ProvisionAgreementRefType value)
          Sets the value of the provisionAgreementRef 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

statusMessage

protected StatusMessageType statusMessage

datasource

protected DatasourceType datasource

dataProviderRef

protected DataProviderRefType dataProviderRef

dataflowRef

protected DataflowRefType dataflowRef

metadaflowRef

protected MetadataflowRefType metadaflowRef

provisionAgreementRef

protected ProvisionAgreementRefType provisionAgreementRef
Constructor Detail

RegistrationStatusType

public RegistrationStatusType()
Method Detail

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

getDatasource

public DatasourceType getDatasource()
Gets the value of the datasource property.

Returns:
possible object is DatasourceType

setDatasource

public void setDatasource(DatasourceType value)
Sets the value of the datasource property.

Parameters:
value - allowed object is DatasourceType

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

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

getMetadaflowRef

public MetadataflowRefType getMetadaflowRef()
Gets the value of the metadaflowRef property.

Returns:
possible object is MetadataflowRefType

setMetadaflowRef

public void setMetadaflowRef(MetadataflowRefType value)
Sets the value of the metadaflowRef property.

Parameters:
value - allowed object is MetadataflowRefType

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


Copyright © 2012. All Rights Reserved.