|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.query.DataQueryType
public class DataQueryType
DataQueryType defines the structure of a query for data. This is generally appliable for any data request, but can be refined depending on the type of data being queried (generic or structured, time series specific or not) to the requirements of the requested format.
Java class for DataQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataQueryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReturnDetails" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataReturnDetailsType"/>
<element name="DataWhere" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataParametersAndType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DataParametersAndType |
dataWhere
|
protected DataReturnDetailsType |
returnDetails
|
| Constructor Summary | |
|---|---|
DataQueryType()
|
|
| Method Summary | |
|---|---|
DataParametersAndType |
getDataWhere()
Gets the value of the dataWhere property. |
DataReturnDetailsType |
getReturnDetails()
Gets the value of the returnDetails property. |
void |
setDataWhere(DataParametersAndType value)
Sets the value of the dataWhere property. |
void |
setReturnDetails(DataReturnDetailsType value)
Sets the value of the returnDetails property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DataReturnDetailsType returnDetails
protected DataParametersAndType dataWhere
| Constructor Detail |
|---|
public DataQueryType()
| Method Detail |
|---|
public DataReturnDetailsType getReturnDetails()
DataReturnDetailsTypepublic void setReturnDetails(DataReturnDetailsType value)
value - allowed object is
DataReturnDetailsTypepublic DataParametersAndType getDataWhere()
DataParametersAndTypepublic void setDataWhere(DataParametersAndType value)
value - allowed object is
DataParametersAndType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||