|
||||||||||
| 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.DataflowRefType
public class DataflowRefType
The DataflowRef type structures a reference to a dataflow definition. This requires that ID are provided for a pre-existing Agency and Dataflow Definition in the registry. The Version element may be used to specify the version of the indicated dataflow. If absent, the most recent version is assumed. The URN element is used to provide the registry-specific URN as an alternate means of identification. At a minimum, either the URN element or AgencyID, DataflowID, and (optionally) version must be supplied. When used in a response document of any type, the URN must always be provided. Datasource may be used to specify a datasource. Constraints can be used to specify constraints associated with the dataflow.
Java class for DataflowRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataflowRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="URN" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="AgencyID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" minOccurs="0"/>
<element name="DataflowID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" minOccurs="0"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Datasource" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DatasourceType" minOccurs="0"/>
<element name="Constraint" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}ConstraintType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
agencyID
|
protected ConstraintType |
constraint
|
protected String |
dataflowID
|
protected DatasourceType |
datasource
|
protected String |
urn
|
protected String |
version
|
| Constructor Summary | |
|---|---|
DataflowRefType()
|
|
| Method Summary | |
|---|---|
String |
getAgencyID()
Gets the value of the agencyID property. |
ConstraintType |
getConstraint()
Gets the value of the constraint property. |
String |
getDataflowID()
Gets the value of the dataflowID property. |
DatasourceType |
getDatasource()
Gets the value of the datasource property. |
String |
getURN()
Gets the value of the urn property. |
String |
getVersion()
Gets the value of the version property. |
void |
setAgencyID(String value)
Sets the value of the agencyID property. |
void |
setConstraint(ConstraintType value)
Sets the value of the constraint property. |
void |
setDataflowID(String value)
Sets the value of the dataflowID property. |
void |
setDatasource(DatasourceType value)
Sets the value of the datasource property. |
void |
setURN(String value)
Sets the value of the urn property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String urn
protected String agencyID
protected String dataflowID
protected String version
protected DatasourceType datasource
protected ConstraintType constraint
| Constructor Detail |
|---|
public DataflowRefType()
| Method Detail |
|---|
public String getURN()
Stringpublic void setURN(String value)
value - allowed object is
Stringpublic String getAgencyID()
Stringpublic void setAgencyID(String value)
value - allowed object is
Stringpublic String getDataflowID()
Stringpublic void setDataflowID(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic DatasourceType getDatasource()
DatasourceTypepublic void setDatasource(DatasourceType value)
value - allowed object is
DatasourceTypepublic ConstraintType getConstraint()
ConstraintTypepublic void setConstraint(ConstraintType value)
value - allowed object is
ConstraintType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||