|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
net.opengis.cat.csw.x202.impl.RequestBaseTypeImpl
net.opengis.cat.csw.x202.impl.GetRecordsTypeImpl
public class GetRecordsTypeImpl
An XML GetRecordsType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.
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 |
---|
public GetRecordsTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail |
---|
public DistributedSearchType getDistributedSearch()
getDistributedSearch
in interface GetRecordsType
public boolean isSetDistributedSearch()
isSetDistributedSearch
in interface GetRecordsType
public void setDistributedSearch(DistributedSearchType distributedSearch)
setDistributedSearch
in interface GetRecordsType
public DistributedSearchType addNewDistributedSearch()
addNewDistributedSearch
in interface GetRecordsType
public void unsetDistributedSearch()
unsetDistributedSearch
in interface GetRecordsType
public String[] getResponseHandlerArray()
getResponseHandlerArray
in interface GetRecordsType
public String getResponseHandlerArray(int i)
getResponseHandlerArray
in interface GetRecordsType
public org.apache.xmlbeans.XmlAnyURI[] xgetResponseHandlerArray()
xgetResponseHandlerArray
in interface GetRecordsType
public org.apache.xmlbeans.XmlAnyURI xgetResponseHandlerArray(int i)
xgetResponseHandlerArray
in interface GetRecordsType
public int sizeOfResponseHandlerArray()
sizeOfResponseHandlerArray
in interface GetRecordsType
public void setResponseHandlerArray(String[] responseHandlerArray)
setResponseHandlerArray
in interface GetRecordsType
public void setResponseHandlerArray(int i, String responseHandler)
setResponseHandlerArray
in interface GetRecordsType
public void xsetResponseHandlerArray(org.apache.xmlbeans.XmlAnyURI[] responseHandlerArray)
xsetResponseHandlerArray
in interface GetRecordsType
public void xsetResponseHandlerArray(int i, org.apache.xmlbeans.XmlAnyURI responseHandler)
xsetResponseHandlerArray
in interface GetRecordsType
public void insertResponseHandler(int i, String responseHandler)
insertResponseHandler
in interface GetRecordsType
public void addResponseHandler(String responseHandler)
addResponseHandler
in interface GetRecordsType
public org.apache.xmlbeans.XmlAnyURI insertNewResponseHandler(int i)
insertNewResponseHandler
in interface GetRecordsType
public org.apache.xmlbeans.XmlAnyURI addNewResponseHandler()
addNewResponseHandler
in interface GetRecordsType
public void removeResponseHandler(int i)
removeResponseHandler
in interface GetRecordsType
public AbstractQueryType getAbstractQuery()
getAbstractQuery
in interface GetRecordsType
public boolean isSetAbstractQuery()
isSetAbstractQuery
in interface GetRecordsType
public void setAbstractQuery(AbstractQueryType abstractQuery)
setAbstractQuery
in interface GetRecordsType
public AbstractQueryType addNewAbstractQuery()
addNewAbstractQuery
in interface GetRecordsType
public void unsetAbstractQuery()
unsetAbstractQuery
in interface GetRecordsType
public String getRequestId()
getRequestId
in interface GetRecordsType
public org.apache.xmlbeans.XmlAnyURI xgetRequestId()
xgetRequestId
in interface GetRecordsType
public boolean isSetRequestId()
isSetRequestId
in interface GetRecordsType
public void setRequestId(String requestId)
setRequestId
in interface GetRecordsType
public void xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
xsetRequestId
in interface GetRecordsType
public void unsetRequestId()
unsetRequestId
in interface GetRecordsType
public ResultType.Enum getResultType()
getResultType
in interface GetRecordsType
public ResultType xgetResultType()
xgetResultType
in interface GetRecordsType
public boolean isSetResultType()
isSetResultType
in interface GetRecordsType
public void setResultType(ResultType.Enum resultType)
setResultType
in interface GetRecordsType
public void xsetResultType(ResultType resultType)
xsetResultType
in interface GetRecordsType
public void unsetResultType()
unsetResultType
in interface GetRecordsType
public String getOutputFormat()
getOutputFormat
in interface GetRecordsType
public org.apache.xmlbeans.XmlString xgetOutputFormat()
xgetOutputFormat
in interface GetRecordsType
public boolean isSetOutputFormat()
isSetOutputFormat
in interface GetRecordsType
public void setOutputFormat(String outputFormat)
setOutputFormat
in interface GetRecordsType
public void xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
xsetOutputFormat
in interface GetRecordsType
public void unsetOutputFormat()
unsetOutputFormat
in interface GetRecordsType
public String getOutputSchema()
getOutputSchema
in interface GetRecordsType
public org.apache.xmlbeans.XmlAnyURI xgetOutputSchema()
xgetOutputSchema
in interface GetRecordsType
public boolean isSetOutputSchema()
isSetOutputSchema
in interface GetRecordsType
public void setOutputSchema(String outputSchema)
setOutputSchema
in interface GetRecordsType
public void xsetOutputSchema(org.apache.xmlbeans.XmlAnyURI outputSchema)
xsetOutputSchema
in interface GetRecordsType
public void unsetOutputSchema()
unsetOutputSchema
in interface GetRecordsType
public BigInteger getStartPosition()
getStartPosition
in interface GetRecordsType
public org.apache.xmlbeans.XmlPositiveInteger xgetStartPosition()
xgetStartPosition
in interface GetRecordsType
public boolean isSetStartPosition()
isSetStartPosition
in interface GetRecordsType
public void setStartPosition(BigInteger startPosition)
setStartPosition
in interface GetRecordsType
public void xsetStartPosition(org.apache.xmlbeans.XmlPositiveInteger startPosition)
xsetStartPosition
in interface GetRecordsType
public void unsetStartPosition()
unsetStartPosition
in interface GetRecordsType
public BigInteger getMaxRecords()
getMaxRecords
in interface GetRecordsType
public org.apache.xmlbeans.XmlNonNegativeInteger xgetMaxRecords()
xgetMaxRecords
in interface GetRecordsType
public boolean isSetMaxRecords()
isSetMaxRecords
in interface GetRecordsType
public void setMaxRecords(BigInteger maxRecords)
setMaxRecords
in interface GetRecordsType
public void xsetMaxRecords(org.apache.xmlbeans.XmlNonNegativeInteger maxRecords)
xsetMaxRecords
in interface GetRecordsType
public void unsetMaxRecords()
unsetMaxRecords
in interface GetRecordsType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |