|
||||||||||
| 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.RegistrationStatusType
public class RegistrationStatusType
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 |
|---|
protected StatusMessageType statusMessage
protected DatasourceType datasource
protected DataProviderRefType dataProviderRef
protected DataflowRefType dataflowRef
protected MetadataflowRefType metadaflowRef
protected ProvisionAgreementRefType provisionAgreementRef
| Constructor Detail |
|---|
public RegistrationStatusType()
| Method Detail |
|---|
public StatusMessageType getStatusMessage()
StatusMessageTypepublic void setStatusMessage(StatusMessageType value)
value - allowed object is
StatusMessageTypepublic DatasourceType getDatasource()
DatasourceTypepublic void setDatasource(DatasourceType value)
value - allowed object is
DatasourceTypepublic DataProviderRefType getDataProviderRef()
DataProviderRefTypepublic void setDataProviderRef(DataProviderRefType value)
value - allowed object is
DataProviderRefTypepublic DataflowRefType getDataflowRef()
DataflowRefTypepublic void setDataflowRef(DataflowRefType value)
value - allowed object is
DataflowRefTypepublic MetadataflowRefType getMetadaflowRef()
MetadataflowRefTypepublic void setMetadaflowRef(MetadataflowRefType value)
value - allowed object is
MetadataflowRefTypepublic ProvisionAgreementRefType getProvisionAgreementRef()
ProvisionAgreementRefTypepublic void setProvisionAgreementRef(ProvisionAgreementRefType value)
value - allowed object is
ProvisionAgreementRefType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||