org.sdmx.resources.sdmxml.schemas.v2_0.registry
Class QueryRegistrationResponseType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_0.registry.QueryRegistrationResponseType
public class QueryRegistrationResponseType
- extends Object
The QueryRegistrationResponse is sent as a response document to anyone querying the contents of a registry. The results set contains a set of links to data and/or metadata If the result set is null, or there is some other problem with the query, then appropriate error messages and statuses will be returned.
Java class for QueryRegistrationResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryRegistrationResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QueryResult" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}QueryResultType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
queryResult
protected List<QueryResultType> queryResult
QueryRegistrationResponseType
public QueryRegistrationResponseType()
getQueryResult
public List<QueryResultType> getQueryResult()
- Gets the value of the queryResult property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the queryResult property.
For example, to add a new item, do as follows:
getQueryResult().add(newItem);
Objects of the following type(s) are allowed in the list
QueryResultType
Copyright © 2012. All Rights Reserved.