net.opengis.cat.csw.x202.impl
Class GetRecordsTypeImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by net.opengis.cat.csw.x202.impl.RequestBaseTypeImpl
              extended by net.opengis.cat.csw.x202.impl.GetRecordsTypeImpl
All Implemented Interfaces:
Serializable, GetRecordsType, RequestBaseType, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public class GetRecordsTypeImpl
extends RequestBaseTypeImpl
implements GetRecordsType

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.opengis.cat.csw.x202.GetRecordsType
GetRecordsType.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface net.opengis.cat.csw.x202.GetRecordsType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
GetRecordsTypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
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 class net.opengis.cat.csw.x202.impl.RequestBaseTypeImpl
getService, getVersion, setService, setVersion, xgetService, xgetVersion, xsetService, xsetVersion
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

GetRecordsTypeImpl

public GetRecordsTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getDistributedSearch

public DistributedSearchType getDistributedSearch()
Gets the "DistributedSearch" element

Specified by:
getDistributedSearch in interface GetRecordsType

isSetDistributedSearch

public boolean isSetDistributedSearch()
True if has "DistributedSearch" element

Specified by:
isSetDistributedSearch in interface GetRecordsType

setDistributedSearch

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

Specified by:
setDistributedSearch in interface GetRecordsType

addNewDistributedSearch

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

Specified by:
addNewDistributedSearch in interface GetRecordsType

unsetDistributedSearch

public void unsetDistributedSearch()
Unsets the "DistributedSearch" element

Specified by:
unsetDistributedSearch in interface GetRecordsType

getResponseHandlerArray

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

Specified by:
getResponseHandlerArray in interface GetRecordsType

getResponseHandlerArray

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

Specified by:
getResponseHandlerArray in interface GetRecordsType

xgetResponseHandlerArray

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

Specified by:
xgetResponseHandlerArray in interface GetRecordsType

xgetResponseHandlerArray

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

Specified by:
xgetResponseHandlerArray in interface GetRecordsType

sizeOfResponseHandlerArray

public int sizeOfResponseHandlerArray()
Returns number of "ResponseHandler" element

Specified by:
sizeOfResponseHandlerArray in interface GetRecordsType

setResponseHandlerArray

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

Specified by:
setResponseHandlerArray in interface GetRecordsType

setResponseHandlerArray

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

Specified by:
setResponseHandlerArray in interface GetRecordsType

xsetResponseHandlerArray

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

Specified by:
xsetResponseHandlerArray in interface GetRecordsType

xsetResponseHandlerArray

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

Specified by:
xsetResponseHandlerArray in interface GetRecordsType

insertResponseHandler

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

Specified by:
insertResponseHandler in interface GetRecordsType

addResponseHandler

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

Specified by:
addResponseHandler in interface GetRecordsType

insertNewResponseHandler

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

Specified by:
insertNewResponseHandler in interface GetRecordsType

addNewResponseHandler

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

Specified by:
addNewResponseHandler in interface GetRecordsType

removeResponseHandler

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

Specified by:
removeResponseHandler in interface GetRecordsType

getAbstractQuery

public AbstractQueryType getAbstractQuery()
Gets the "AbstractQuery" element

Specified by:
getAbstractQuery in interface GetRecordsType

isSetAbstractQuery

public boolean isSetAbstractQuery()
True if has "AbstractQuery" element

Specified by:
isSetAbstractQuery in interface GetRecordsType

setAbstractQuery

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

Specified by:
setAbstractQuery in interface GetRecordsType

addNewAbstractQuery

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

Specified by:
addNewAbstractQuery in interface GetRecordsType

unsetAbstractQuery

public void unsetAbstractQuery()
Unsets the "AbstractQuery" element

Specified by:
unsetAbstractQuery in interface GetRecordsType

getRequestId

public String getRequestId()
Gets the "requestId" attribute

Specified by:
getRequestId in interface GetRecordsType

xgetRequestId

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

Specified by:
xgetRequestId in interface GetRecordsType

isSetRequestId

public boolean isSetRequestId()
True if has "requestId" attribute

Specified by:
isSetRequestId in interface GetRecordsType

setRequestId

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

Specified by:
setRequestId in interface GetRecordsType

xsetRequestId

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

Specified by:
xsetRequestId in interface GetRecordsType

unsetRequestId

public void unsetRequestId()
Unsets the "requestId" attribute

Specified by:
unsetRequestId in interface GetRecordsType

getResultType

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

Specified by:
getResultType in interface GetRecordsType

xgetResultType

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

Specified by:
xgetResultType in interface GetRecordsType

isSetResultType

public boolean isSetResultType()
True if has "resultType" attribute

Specified by:
isSetResultType in interface GetRecordsType

setResultType

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

Specified by:
setResultType in interface GetRecordsType

xsetResultType

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

Specified by:
xsetResultType in interface GetRecordsType

unsetResultType

public void unsetResultType()
Unsets the "resultType" attribute

Specified by:
unsetResultType in interface GetRecordsType

getOutputFormat

public String getOutputFormat()
Gets the "outputFormat" attribute

Specified by:
getOutputFormat in interface GetRecordsType

xgetOutputFormat

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

Specified by:
xgetOutputFormat in interface GetRecordsType

isSetOutputFormat

public boolean isSetOutputFormat()
True if has "outputFormat" attribute

Specified by:
isSetOutputFormat in interface GetRecordsType

setOutputFormat

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

Specified by:
setOutputFormat in interface GetRecordsType

xsetOutputFormat

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

Specified by:
xsetOutputFormat in interface GetRecordsType

unsetOutputFormat

public void unsetOutputFormat()
Unsets the "outputFormat" attribute

Specified by:
unsetOutputFormat in interface GetRecordsType

getOutputSchema

public String getOutputSchema()
Gets the "outputSchema" attribute

Specified by:
getOutputSchema in interface GetRecordsType

xgetOutputSchema

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

Specified by:
xgetOutputSchema in interface GetRecordsType

isSetOutputSchema

public boolean isSetOutputSchema()
True if has "outputSchema" attribute

Specified by:
isSetOutputSchema in interface GetRecordsType

setOutputSchema

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

Specified by:
setOutputSchema in interface GetRecordsType

xsetOutputSchema

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

Specified by:
xsetOutputSchema in interface GetRecordsType

unsetOutputSchema

public void unsetOutputSchema()
Unsets the "outputSchema" attribute

Specified by:
unsetOutputSchema in interface GetRecordsType

getStartPosition

public BigInteger getStartPosition()
Gets the "startPosition" attribute

Specified by:
getStartPosition in interface GetRecordsType

xgetStartPosition

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

Specified by:
xgetStartPosition in interface GetRecordsType

isSetStartPosition

public boolean isSetStartPosition()
True if has "startPosition" attribute

Specified by:
isSetStartPosition in interface GetRecordsType

setStartPosition

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

Specified by:
setStartPosition in interface GetRecordsType

xsetStartPosition

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

Specified by:
xsetStartPosition in interface GetRecordsType

unsetStartPosition

public void unsetStartPosition()
Unsets the "startPosition" attribute

Specified by:
unsetStartPosition in interface GetRecordsType

getMaxRecords

public BigInteger getMaxRecords()
Gets the "maxRecords" attribute

Specified by:
getMaxRecords in interface GetRecordsType

xgetMaxRecords

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

Specified by:
xgetMaxRecords in interface GetRecordsType

isSetMaxRecords

public boolean isSetMaxRecords()
True if has "maxRecords" attribute

Specified by:
isSetMaxRecords in interface GetRecordsType

setMaxRecords

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

Specified by:
setMaxRecords in interface GetRecordsType

xsetMaxRecords

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

Specified by:
xsetMaxRecords in interface GetRecordsType

unsetMaxRecords

public void unsetMaxRecords()
Unsets the "maxRecords" attribute

Specified by:
unsetMaxRecords in interface GetRecordsType


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