|
||||||||||
| 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.query.DataWhereType
public class DataWhereType
The DataWhere element representes a query for data. It contains all of the clauses in that query, represented by its child elements. Values are the IDs of the referenced object.
Java class for DataWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataWhereType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="DataSet" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="KeyFamily" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Dimension" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}DimensionType"/>
<element name="Attribute" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}AttributeType"/>
<element name="Codelist" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}CodelistType"/>
<element name="Time" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}TimeType"/>
<element name="Category" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}CategoryType"/>
<element name="Concept" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DataProvider" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Dataflow" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Or" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}OrType"/>
<element name="And" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}AndType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AndType |
and
|
protected AttributeType |
attribute
|
protected CategoryType |
category
|
protected CodelistType |
codelist
|
protected String |
concept
|
protected String |
dataflow
|
protected String |
dataProvider
|
protected String |
dataSet
|
protected DimensionType |
dimension
|
protected String |
keyFamily
|
protected OrType |
or
|
protected TimeType |
time
|
protected String |
version
|
| Constructor Summary | |
|---|---|
DataWhereType()
|
|
| Method Summary | |
|---|---|
AndType |
getAnd()
Gets the value of the and property. |
AttributeType |
getAttribute()
Gets the value of the attribute property. |
CategoryType |
getCategory()
Gets the value of the category property. |
CodelistType |
getCodelist()
Gets the value of the codelist property. |
String |
getConcept()
Gets the value of the concept property. |
String |
getDataflow()
Gets the value of the dataflow property. |
String |
getDataProvider()
Gets the value of the dataProvider property. |
String |
getDataSet()
Gets the value of the dataSet property. |
DimensionType |
getDimension()
Gets the value of the dimension property. |
String |
getKeyFamily()
Gets the value of the keyFamily property. |
OrType |
getOr()
Gets the value of the or property. |
TimeType |
getTime()
Gets the value of the time property. |
String |
getVersion()
Gets the value of the version property. |
void |
setAnd(AndType value)
Sets the value of the and property. |
void |
setAttribute(AttributeType value)
Sets the value of the attribute property. |
void |
setCategory(CategoryType value)
Sets the value of the category property. |
void |
setCodelist(CodelistType value)
Sets the value of the codelist property. |
void |
setConcept(String value)
Sets the value of the concept property. |
void |
setDataflow(String value)
Sets the value of the dataflow property. |
void |
setDataProvider(String value)
Sets the value of the dataProvider property. |
void |
setDataSet(String value)
Sets the value of the dataSet property. |
void |
setDimension(DimensionType value)
Sets the value of the dimension property. |
void |
setKeyFamily(String value)
Sets the value of the keyFamily property. |
void |
setOr(OrType value)
Sets the value of the or property. |
void |
setTime(TimeType value)
Sets the value of the time 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 dataSet
protected String keyFamily
protected DimensionType dimension
protected AttributeType attribute
protected CodelistType codelist
protected TimeType time
protected CategoryType category
protected String concept
protected String dataProvider
protected String dataflow
protected String version
protected OrType or
protected AndType and
| Constructor Detail |
|---|
public DataWhereType()
| Method Detail |
|---|
public String getDataSet()
Stringpublic void setDataSet(String value)
value - allowed object is
Stringpublic String getKeyFamily()
Stringpublic void setKeyFamily(String value)
value - allowed object is
Stringpublic DimensionType getDimension()
DimensionTypepublic void setDimension(DimensionType value)
value - allowed object is
DimensionTypepublic AttributeType getAttribute()
AttributeTypepublic void setAttribute(AttributeType value)
value - allowed object is
AttributeTypepublic CodelistType getCodelist()
CodelistTypepublic void setCodelist(CodelistType value)
value - allowed object is
CodelistTypepublic TimeType getTime()
TimeTypepublic void setTime(TimeType value)
value - allowed object is
TimeTypepublic CategoryType getCategory()
CategoryTypepublic void setCategory(CategoryType value)
value - allowed object is
CategoryTypepublic String getConcept()
Stringpublic void setConcept(String value)
value - allowed object is
Stringpublic String getDataProvider()
Stringpublic void setDataProvider(String value)
value - allowed object is
Stringpublic String getDataflow()
Stringpublic void setDataflow(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic OrType getOr()
OrTypepublic void setOr(OrType value)
value - allowed object is
OrTypepublic AndType getAnd()
AndTypepublic void setAnd(AndType value)
value - allowed object is
AndType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||