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

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

public class ResultType
extends Object

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

datasource

protected DatasourceType datasource

provisionAgreementRef

protected ProvisionAgreementRefType provisionAgreementRef

dataflowRef

protected DataflowRefType dataflowRef

metadataflowRef

protected DataflowRefType metadataflowRef

dataProviderRef

protected DataProviderRefType dataProviderRef
Constructor Detail

ResultType

public ResultType()
Method Detail

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

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

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

getMetadataflowRef

public DataflowRefType getMetadataflowRef()
Gets the value of the metadataflowRef property.

Returns:
possible object is DataflowRefType

setMetadataflowRef

public void setMetadataflowRef(DataflowRefType value)
Sets the value of the metadataflowRef property.

Parameters:
value - allowed object is DataflowRefType

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


Copyright © 2012. All Rights Reserved.