|
||||||||||
| 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.registry.QueryResultType
public class QueryResultType
QueryResultType describes the structure of a query result for a single data source. Either a data result or metadata result is detailed, depending on the data source.
Java class for QueryResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="DataResult" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}ResultType"/>
<element name="MetadataResult" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}ResultType"/>
</choice>
</sequence>
<attribute name="timeSeriesMatch" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ResultType |
dataResult
|
protected ResultType |
metadataResult
|
protected boolean |
timeSeriesMatch
|
| Constructor Summary | |
|---|---|
QueryResultType()
|
|
| Method Summary | |
|---|---|
ResultType |
getDataResult()
Gets the value of the dataResult property. |
ResultType |
getMetadataResult()
Gets the value of the metadataResult property. |
boolean |
isTimeSeriesMatch()
Gets the value of the timeSeriesMatch property. |
void |
setDataResult(ResultType value)
Sets the value of the dataResult property. |
void |
setMetadataResult(ResultType value)
Sets the value of the metadataResult property. |
void |
setTimeSeriesMatch(boolean value)
Sets the value of the timeSeriesMatch property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ResultType dataResult
protected ResultType metadataResult
protected boolean timeSeriesMatch
| Constructor Detail |
|---|
public QueryResultType()
| Method Detail |
|---|
public ResultType getDataResult()
ResultTypepublic void setDataResult(ResultType value)
value - allowed object is
ResultTypepublic ResultType getMetadataResult()
ResultTypepublic void setMetadataResult(ResultType value)
value - allowed object is
ResultTypepublic boolean isTimeSeriesMatch()
public void setTimeSeriesMatch(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||