|
||||||||||
| 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.ResultType
public class ResultType
Result contains the information about either a data or metadata source, being returned as part of a QueryResult element. If the
Java class for ResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Datasource" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DatasourceType" minOccurs="0"/>
<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}DataflowRefType"/>
<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 DatasourceType |
datasource
|
protected DataflowRefType |
metadataflowRef
|
protected ProvisionAgreementRefType |
provisionAgreementRef
|
| Constructor Summary | |
|---|---|
ResultType()
|
|
| 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. |
DataflowRefType |
getMetadataflowRef()
Gets the value of the metadataflowRef property. |
ProvisionAgreementRefType |
getProvisionAgreementRef()
Gets the value of the provisionAgreementRef 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 |
setMetadataflowRef(DataflowRefType value)
Sets the value of the metadataflowRef property. |
void |
setProvisionAgreementRef(ProvisionAgreementRefType value)
Sets the value of the provisionAgreementRef property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DatasourceType datasource
protected ProvisionAgreementRefType provisionAgreementRef
protected DataflowRefType dataflowRef
protected DataflowRefType metadataflowRef
protected DataProviderRefType dataProviderRef
| Constructor Detail |
|---|
public ResultType()
| Method Detail |
|---|
public DatasourceType getDatasource()
DatasourceTypepublic void setDatasource(DatasourceType value)
value - allowed object is
DatasourceTypepublic ProvisionAgreementRefType getProvisionAgreementRef()
ProvisionAgreementRefTypepublic void setProvisionAgreementRef(ProvisionAgreementRefType value)
value - allowed object is
ProvisionAgreementRefTypepublic DataflowRefType getDataflowRef()
DataflowRefTypepublic void setDataflowRef(DataflowRefType value)
value - allowed object is
DataflowRefTypepublic DataflowRefType getMetadataflowRef()
DataflowRefTypepublic void setMetadataflowRef(DataflowRefType value)
value - allowed object is
DataflowRefTypepublic 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 | |||||||||