net.opengis.cat.csw.x202
Interface GetRecordsType

All Superinterfaces:
RequestBaseType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
GetRecordsTypeImpl

public interface GetRecordsType
extends RequestBaseType

An XML GetRecordsType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.


Nested Class Summary
static class GetRecordsType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 AbstractQueryType addNewAbstractQuery()
          Appends and returns a new empty "AbstractQuery" element
 DistributedSearchType addNewDistributedSearch()
          Appends and returns a new empty "DistributedSearch" element
 org.apache.xmlbeans.XmlAnyURI addNewResponseHandler()
          Appends and returns a new empty value (as xml) as the last "ResponseHandler" element
 void addResponseHandler(String responseHandler)
          Appends the value as the last "ResponseHandler" element
 AbstractQueryType getAbstractQuery()
          Gets the "AbstractQuery" element
 DistributedSearchType getDistributedSearch()
          Gets the "DistributedSearch" element
 BigInteger getMaxRecords()
          Gets the "maxRecords" attribute
 String getOutputFormat()
          Gets the "outputFormat" attribute
 String getOutputSchema()
          Gets the "outputSchema" attribute
 String getRequestId()
          Gets the "requestId" attribute
 String[] getResponseHandlerArray()
          Gets array of all "ResponseHandler" elements
 String getResponseHandlerArray(int i)
          Gets ith "ResponseHandler" element
 ResultType.Enum getResultType()
          Gets the "resultType" attribute
 BigInteger getStartPosition()
          Gets the "startPosition" attribute
 org.apache.xmlbeans.XmlAnyURI insertNewResponseHandler(int i)
          Inserts and returns a new empty value (as xml) as the ith "ResponseHandler" element
 void insertResponseHandler(int i, String responseHandler)
          Inserts the value as the ith "ResponseHandler" element
 boolean isSetAbstractQuery()
          True if has "AbstractQuery" element
 boolean isSetDistributedSearch()
          True if has "DistributedSearch" element
 boolean isSetMaxRecords()
          True if has "maxRecords" attribute
 boolean isSetOutputFormat()
          True if has "outputFormat" attribute
 boolean isSetOutputSchema()
          True if has "outputSchema" attribute
 boolean isSetRequestId()
          True if has "requestId" attribute
 boolean isSetResultType()
          True if has "resultType" attribute
 boolean isSetStartPosition()
          True if has "startPosition" attribute
 void removeResponseHandler(int i)
          Removes the ith "ResponseHandler" element
 void setAbstractQuery(AbstractQueryType abstractQuery)
          Sets the "AbstractQuery" element
 void setDistributedSearch(DistributedSearchType distributedSearch)
          Sets the "DistributedSearch" element
 void setMaxRecords(BigInteger maxRecords)
          Sets the "maxRecords" attribute
 void setOutputFormat(String outputFormat)
          Sets the "outputFormat" attribute
 void setOutputSchema(String outputSchema)
          Sets the "outputSchema" attribute
 void setRequestId(String requestId)
          Sets the "requestId" attribute
 void setResponseHandlerArray(int i, String responseHandler)
          Sets ith "ResponseHandler" element
 void setResponseHandlerArray(String[] responseHandlerArray)
          Sets array of all "ResponseHandler" element
 void setResultType(ResultType.Enum resultType)
          Sets the "resultType" attribute
 void setStartPosition(BigInteger startPosition)
          Sets the "startPosition" attribute
 int sizeOfResponseHandlerArray()
          Returns number of "ResponseHandler" element
 void unsetAbstractQuery()
          Unsets the "AbstractQuery" element
 void unsetDistributedSearch()
          Unsets the "DistributedSearch" element
 void unsetMaxRecords()
          Unsets the "maxRecords" attribute
 void unsetOutputFormat()
          Unsets the "outputFormat" attribute
 void unsetOutputSchema()
          Unsets the "outputSchema" attribute
 void unsetRequestId()
          Unsets the "requestId" attribute
 void unsetResultType()
          Unsets the "resultType" attribute
 void unsetStartPosition()
          Unsets the "startPosition" attribute
 org.apache.xmlbeans.XmlNonNegativeInteger xgetMaxRecords()
          Gets (as xml) the "maxRecords" attribute
 org.apache.xmlbeans.XmlString xgetOutputFormat()
          Gets (as xml) the "outputFormat" attribute
 org.apache.xmlbeans.XmlAnyURI xgetOutputSchema()
          Gets (as xml) the "outputSchema" attribute
 org.apache.xmlbeans.XmlAnyURI xgetRequestId()
          Gets (as xml) the "requestId" attribute
 org.apache.xmlbeans.XmlAnyURI[] xgetResponseHandlerArray()
          Gets (as xml) array of all "ResponseHandler" elements
 org.apache.xmlbeans.XmlAnyURI xgetResponseHandlerArray(int i)
          Gets (as xml) ith "ResponseHandler" element
 ResultType xgetResultType()
          Gets (as xml) the "resultType" attribute
 org.apache.xmlbeans.XmlPositiveInteger xgetStartPosition()
          Gets (as xml) the "startPosition" attribute
 void xsetMaxRecords(org.apache.xmlbeans.XmlNonNegativeInteger maxRecords)
          Sets (as xml) the "maxRecords" attribute
 void xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
          Sets (as xml) the "outputFormat" attribute
 void xsetOutputSchema(org.apache.xmlbeans.XmlAnyURI outputSchema)
          Sets (as xml) the "outputSchema" attribute
 void xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
          Sets (as xml) the "requestId" attribute
 void xsetResponseHandlerArray(int i, org.apache.xmlbeans.XmlAnyURI responseHandler)
          Sets (as xml) ith "ResponseHandler" element
 void xsetResponseHandlerArray(org.apache.xmlbeans.XmlAnyURI[] responseHandlerArray)
          Sets (as xml) array of all "ResponseHandler" element
 void xsetResultType(ResultType resultType)
          Sets (as xml) the "resultType" attribute
 void xsetStartPosition(org.apache.xmlbeans.XmlPositiveInteger startPosition)
          Sets (as xml) the "startPosition" attribute
 
Methods inherited from interface net.opengis.cat.csw.x202.RequestBaseType
getService, getVersion, setService, setVersion, xgetService, xgetVersion, xsetService, xsetVersion
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDistributedSearch

DistributedSearchType getDistributedSearch()
Gets the "DistributedSearch" element


isSetDistributedSearch

boolean isSetDistributedSearch()
True if has "DistributedSearch" element


setDistributedSearch

void setDistributedSearch(DistributedSearchType distributedSearch)
Sets the "DistributedSearch" element


addNewDistributedSearch

DistributedSearchType addNewDistributedSearch()
Appends and returns a new empty "DistributedSearch" element


unsetDistributedSearch

void unsetDistributedSearch()
Unsets the "DistributedSearch" element


getResponseHandlerArray

String[] getResponseHandlerArray()
Gets array of all "ResponseHandler" elements


getResponseHandlerArray

String getResponseHandlerArray(int i)
Gets ith "ResponseHandler" element


xgetResponseHandlerArray

org.apache.xmlbeans.XmlAnyURI[] xgetResponseHandlerArray()
Gets (as xml) array of all "ResponseHandler" elements


xgetResponseHandlerArray

org.apache.xmlbeans.XmlAnyURI xgetResponseHandlerArray(int i)
Gets (as xml) ith "ResponseHandler" element


sizeOfResponseHandlerArray

int sizeOfResponseHandlerArray()
Returns number of "ResponseHandler" element


setResponseHandlerArray

void setResponseHandlerArray(String[] responseHandlerArray)
Sets array of all "ResponseHandler" element


setResponseHandlerArray

void setResponseHandlerArray(int i,
                             String responseHandler)
Sets ith "ResponseHandler" element


xsetResponseHandlerArray

void xsetResponseHandlerArray(org.apache.xmlbeans.XmlAnyURI[] responseHandlerArray)
Sets (as xml) array of all "ResponseHandler" element


xsetResponseHandlerArray

void xsetResponseHandlerArray(int i,
                              org.apache.xmlbeans.XmlAnyURI responseHandler)
Sets (as xml) ith "ResponseHandler" element


insertResponseHandler

void insertResponseHandler(int i,
                           String responseHandler)
Inserts the value as the ith "ResponseHandler" element


addResponseHandler

void addResponseHandler(String responseHandler)
Appends the value as the last "ResponseHandler" element


insertNewResponseHandler

org.apache.xmlbeans.XmlAnyURI insertNewResponseHandler(int i)
Inserts and returns a new empty value (as xml) as the ith "ResponseHandler" element


addNewResponseHandler

org.apache.xmlbeans.XmlAnyURI addNewResponseHandler()
Appends and returns a new empty value (as xml) as the last "ResponseHandler" element


removeResponseHandler

void removeResponseHandler(int i)
Removes the ith "ResponseHandler" element


getAbstractQuery

AbstractQueryType getAbstractQuery()
Gets the "AbstractQuery" element


isSetAbstractQuery

boolean isSetAbstractQuery()
True if has "AbstractQuery" element


setAbstractQuery

void setAbstractQuery(AbstractQueryType abstractQuery)
Sets the "AbstractQuery" element


addNewAbstractQuery

AbstractQueryType addNewAbstractQuery()
Appends and returns a new empty "AbstractQuery" element


unsetAbstractQuery

void unsetAbstractQuery()
Unsets the "AbstractQuery" element


getRequestId

String getRequestId()
Gets the "requestId" attribute


xgetRequestId

org.apache.xmlbeans.XmlAnyURI xgetRequestId()
Gets (as xml) the "requestId" attribute


isSetRequestId

boolean isSetRequestId()
True if has "requestId" attribute


setRequestId

void setRequestId(String requestId)
Sets the "requestId" attribute


xsetRequestId

void xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
Sets (as xml) the "requestId" attribute


unsetRequestId

void unsetRequestId()
Unsets the "requestId" attribute


getResultType

ResultType.Enum getResultType()
Gets the "resultType" attribute


xgetResultType

ResultType xgetResultType()
Gets (as xml) the "resultType" attribute


isSetResultType

boolean isSetResultType()
True if has "resultType" attribute


setResultType

void setResultType(ResultType.Enum resultType)
Sets the "resultType" attribute


xsetResultType

void xsetResultType(ResultType resultType)
Sets (as xml) the "resultType" attribute


unsetResultType

void unsetResultType()
Unsets the "resultType" attribute


getOutputFormat

String getOutputFormat()
Gets the "outputFormat" attribute


xgetOutputFormat

org.apache.xmlbeans.XmlString xgetOutputFormat()
Gets (as xml) the "outputFormat" attribute


isSetOutputFormat

boolean isSetOutputFormat()
True if has "outputFormat" attribute


setOutputFormat

void setOutputFormat(String outputFormat)
Sets the "outputFormat" attribute


xsetOutputFormat

void xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
Sets (as xml) the "outputFormat" attribute


unsetOutputFormat

void unsetOutputFormat()
Unsets the "outputFormat" attribute


getOutputSchema

String getOutputSchema()
Gets the "outputSchema" attribute


xgetOutputSchema

org.apache.xmlbeans.XmlAnyURI xgetOutputSchema()
Gets (as xml) the "outputSchema" attribute


isSetOutputSchema

boolean isSetOutputSchema()
True if has "outputSchema" attribute


setOutputSchema

void setOutputSchema(String outputSchema)
Sets the "outputSchema" attribute


xsetOutputSchema

void xsetOutputSchema(org.apache.xmlbeans.XmlAnyURI outputSchema)
Sets (as xml) the "outputSchema" attribute


unsetOutputSchema

void unsetOutputSchema()
Unsets the "outputSchema" attribute


getStartPosition

BigInteger getStartPosition()
Gets the "startPosition" attribute


xgetStartPosition

org.apache.xmlbeans.XmlPositiveInteger xgetStartPosition()
Gets (as xml) the "startPosition" attribute


isSetStartPosition

boolean isSetStartPosition()
True if has "startPosition" attribute


setStartPosition

void setStartPosition(BigInteger startPosition)
Sets the "startPosition" attribute


xsetStartPosition

void xsetStartPosition(org.apache.xmlbeans.XmlPositiveInteger startPosition)
Sets (as xml) the "startPosition" attribute


unsetStartPosition

void unsetStartPosition()
Unsets the "startPosition" attribute


getMaxRecords

BigInteger getMaxRecords()
Gets the "maxRecords" attribute


xgetMaxRecords

org.apache.xmlbeans.XmlNonNegativeInteger xgetMaxRecords()
Gets (as xml) the "maxRecords" attribute


isSetMaxRecords

boolean isSetMaxRecords()
True if has "maxRecords" attribute


setMaxRecords

void setMaxRecords(BigInteger maxRecords)
Sets the "maxRecords" attribute


xsetMaxRecords

void xsetMaxRecords(org.apache.xmlbeans.XmlNonNegativeInteger maxRecords)
Sets (as xml) the "maxRecords" attribute


unsetMaxRecords

void unsetMaxRecords()
Unsets the "maxRecords" attribute



Copyright © 2004-2012 52north.org. All Rights Reserved.