|
||||||||||
| 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.ConceptWhereType
public class ConceptWhereType
The ConceptWhere element representes a query for a concept or concepts. 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 ConceptWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConceptWhereType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Concept" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AgencyID" 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 String |
agencyID
|
protected AndType |
and
|
protected String |
concept
|
protected OrType |
or
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ConceptWhereType()
|
|
| Method Summary | |
|---|---|
String |
getAgencyID()
Gets the value of the agencyID property. |
AndType |
getAnd()
Gets the value of the and property. |
String |
getConcept()
Gets the value of the concept property. |
OrType |
getOr()
Gets the value of the or property. |
String |
getVersion()
Gets the value of the version property. |
void |
setAgencyID(String value)
Sets the value of the agencyID property. |
void |
setAnd(AndType value)
Sets the value of the and property. |
void |
setConcept(String value)
Sets the value of the concept property. |
void |
setOr(OrType value)
Sets the value of the or 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 concept
protected String agencyID
protected String version
protected OrType or
protected AndType and
| Constructor Detail |
|---|
public ConceptWhereType()
| Method Detail |
|---|
public String getConcept()
Stringpublic void setConcept(String value)
value - allowed object is
Stringpublic String getAgencyID()
Stringpublic void setAgencyID(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 | |||||||||