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

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.SearchResultsTypeImpl
All Implemented Interfaces:
Serializable, SearchResultsType, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public class SearchResultsTypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements SearchResultsType

An XML SearchResultsType(@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.SearchResultsType
SearchResultsType.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.SearchResultsType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
SearchResultsTypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 AbstractRecordType addNewAbstractRecord()
          Appends and returns a new empty value (as xml) as the last "AbstractRecord" element
 AbstractRecordType[] getAbstractRecordArray()
          Gets array of all "AbstractRecord" elements
 AbstractRecordType getAbstractRecordArray(int i)
          Gets ith "AbstractRecord" element
 ElementSetType.Enum getElementSet()
          Gets the "elementSet" attribute
 Calendar getExpires()
          Gets the "expires" attribute
 BigInteger getNextRecord()
          Gets the "nextRecord" attribute
 BigInteger getNumberOfRecordsMatched()
          Gets the "numberOfRecordsMatched" attribute
 BigInteger getNumberOfRecordsReturned()
          Gets the "numberOfRecordsReturned" attribute
 String getRecordSchema()
          Gets the "recordSchema" attribute
 String getResultSetId()
          Gets the "resultSetId" attribute
 AbstractRecordType insertNewAbstractRecord(int i)
          Inserts and returns a new empty value (as xml) as the ith "AbstractRecord" element
 boolean isSetElementSet()
          True if has "elementSet" attribute
 boolean isSetExpires()
          True if has "expires" attribute
 boolean isSetNextRecord()
          True if has "nextRecord" attribute
 boolean isSetRecordSchema()
          True if has "recordSchema" attribute
 boolean isSetResultSetId()
          True if has "resultSetId" attribute
 void removeAbstractRecord(int i)
          Removes the ith "AbstractRecord" element
 void setAbstractRecordArray(AbstractRecordType[] abstractRecordArray)
          Sets array of all "AbstractRecord" element
 void setAbstractRecordArray(int i, AbstractRecordType abstractRecord)
          Sets ith "AbstractRecord" element
 void setElementSet(ElementSetType.Enum elementSet)
          Sets the "elementSet" attribute
 void setExpires(Calendar expires)
          Sets the "expires" attribute
 void setNextRecord(BigInteger nextRecord)
          Sets the "nextRecord" attribute
 void setNumberOfRecordsMatched(BigInteger numberOfRecordsMatched)
          Sets the "numberOfRecordsMatched" attribute
 void setNumberOfRecordsReturned(BigInteger numberOfRecordsReturned)
          Sets the "numberOfRecordsReturned" attribute
 void setRecordSchema(String recordSchema)
          Sets the "recordSchema" attribute
 void setResultSetId(String resultSetId)
          Sets the "resultSetId" attribute
 int sizeOfAbstractRecordArray()
          Returns number of "AbstractRecord" element
 void unsetElementSet()
          Unsets the "elementSet" attribute
 void unsetExpires()
          Unsets the "expires" attribute
 void unsetNextRecord()
          Unsets the "nextRecord" attribute
 void unsetRecordSchema()
          Unsets the "recordSchema" attribute
 void unsetResultSetId()
          Unsets the "resultSetId" attribute
 ElementSetType xgetElementSet()
          Gets (as xml) the "elementSet" attribute
 org.apache.xmlbeans.XmlDateTime xgetExpires()
          Gets (as xml) the "expires" attribute
 org.apache.xmlbeans.XmlNonNegativeInteger xgetNextRecord()
          Gets (as xml) the "nextRecord" attribute
 org.apache.xmlbeans.XmlNonNegativeInteger xgetNumberOfRecordsMatched()
          Gets (as xml) the "numberOfRecordsMatched" attribute
 org.apache.xmlbeans.XmlNonNegativeInteger xgetNumberOfRecordsReturned()
          Gets (as xml) the "numberOfRecordsReturned" attribute
 org.apache.xmlbeans.XmlAnyURI xgetRecordSchema()
          Gets (as xml) the "recordSchema" attribute
 org.apache.xmlbeans.XmlAnyURI xgetResultSetId()
          Gets (as xml) the "resultSetId" attribute
 void xsetElementSet(ElementSetType elementSet)
          Sets (as xml) the "elementSet" attribute
 void xsetExpires(org.apache.xmlbeans.XmlDateTime expires)
          Sets (as xml) the "expires" attribute
 void xsetNextRecord(org.apache.xmlbeans.XmlNonNegativeInteger nextRecord)
          Sets (as xml) the "nextRecord" attribute
 void xsetNumberOfRecordsMatched(org.apache.xmlbeans.XmlNonNegativeInteger numberOfRecordsMatched)
          Sets (as xml) the "numberOfRecordsMatched" attribute
 void xsetNumberOfRecordsReturned(org.apache.xmlbeans.XmlNonNegativeInteger numberOfRecordsReturned)
          Sets (as xml) the "numberOfRecordsReturned" attribute
 void xsetRecordSchema(org.apache.xmlbeans.XmlAnyURI recordSchema)
          Sets (as xml) the "recordSchema" attribute
 void xsetResultSetId(org.apache.xmlbeans.XmlAnyURI resultSetId)
          Sets (as xml) the "resultSetId" attribute
 
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 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

SearchResultsTypeImpl

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

getAbstractRecordArray

public AbstractRecordType[] getAbstractRecordArray()
Gets array of all "AbstractRecord" elements

Specified by:
getAbstractRecordArray in interface SearchResultsType

getAbstractRecordArray

public AbstractRecordType getAbstractRecordArray(int i)
Gets ith "AbstractRecord" element

Specified by:
getAbstractRecordArray in interface SearchResultsType

sizeOfAbstractRecordArray

public int sizeOfAbstractRecordArray()
Returns number of "AbstractRecord" element

Specified by:
sizeOfAbstractRecordArray in interface SearchResultsType

setAbstractRecordArray

public void setAbstractRecordArray(AbstractRecordType[] abstractRecordArray)
Sets array of all "AbstractRecord" element

Specified by:
setAbstractRecordArray in interface SearchResultsType

setAbstractRecordArray

public void setAbstractRecordArray(int i,
                                   AbstractRecordType abstractRecord)
Sets ith "AbstractRecord" element

Specified by:
setAbstractRecordArray in interface SearchResultsType

insertNewAbstractRecord

public AbstractRecordType insertNewAbstractRecord(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractRecord" element

Specified by:
insertNewAbstractRecord in interface SearchResultsType

addNewAbstractRecord

public AbstractRecordType addNewAbstractRecord()
Appends and returns a new empty value (as xml) as the last "AbstractRecord" element

Specified by:
addNewAbstractRecord in interface SearchResultsType

removeAbstractRecord

public void removeAbstractRecord(int i)
Removes the ith "AbstractRecord" element

Specified by:
removeAbstractRecord in interface SearchResultsType

getResultSetId

public String getResultSetId()
Gets the "resultSetId" attribute

Specified by:
getResultSetId in interface SearchResultsType

xgetResultSetId

public org.apache.xmlbeans.XmlAnyURI xgetResultSetId()
Gets (as xml) the "resultSetId" attribute

Specified by:
xgetResultSetId in interface SearchResultsType

isSetResultSetId

public boolean isSetResultSetId()
True if has "resultSetId" attribute

Specified by:
isSetResultSetId in interface SearchResultsType

setResultSetId

public void setResultSetId(String resultSetId)
Sets the "resultSetId" attribute

Specified by:
setResultSetId in interface SearchResultsType

xsetResultSetId

public void xsetResultSetId(org.apache.xmlbeans.XmlAnyURI resultSetId)
Sets (as xml) the "resultSetId" attribute

Specified by:
xsetResultSetId in interface SearchResultsType

unsetResultSetId

public void unsetResultSetId()
Unsets the "resultSetId" attribute

Specified by:
unsetResultSetId in interface SearchResultsType

getElementSet

public ElementSetType.Enum getElementSet()
Gets the "elementSet" attribute

Specified by:
getElementSet in interface SearchResultsType

xgetElementSet

public ElementSetType xgetElementSet()
Gets (as xml) the "elementSet" attribute

Specified by:
xgetElementSet in interface SearchResultsType

isSetElementSet

public boolean isSetElementSet()
True if has "elementSet" attribute

Specified by:
isSetElementSet in interface SearchResultsType

setElementSet

public void setElementSet(ElementSetType.Enum elementSet)
Sets the "elementSet" attribute

Specified by:
setElementSet in interface SearchResultsType

xsetElementSet

public void xsetElementSet(ElementSetType elementSet)
Sets (as xml) the "elementSet" attribute

Specified by:
xsetElementSet in interface SearchResultsType

unsetElementSet

public void unsetElementSet()
Unsets the "elementSet" attribute

Specified by:
unsetElementSet in interface SearchResultsType

getRecordSchema

public String getRecordSchema()
Gets the "recordSchema" attribute

Specified by:
getRecordSchema in interface SearchResultsType

xgetRecordSchema

public org.apache.xmlbeans.XmlAnyURI xgetRecordSchema()
Gets (as xml) the "recordSchema" attribute

Specified by:
xgetRecordSchema in interface SearchResultsType

isSetRecordSchema

public boolean isSetRecordSchema()
True if has "recordSchema" attribute

Specified by:
isSetRecordSchema in interface SearchResultsType

setRecordSchema

public void setRecordSchema(String recordSchema)
Sets the "recordSchema" attribute

Specified by:
setRecordSchema in interface SearchResultsType

xsetRecordSchema

public void xsetRecordSchema(org.apache.xmlbeans.XmlAnyURI recordSchema)
Sets (as xml) the "recordSchema" attribute

Specified by:
xsetRecordSchema in interface SearchResultsType

unsetRecordSchema

public void unsetRecordSchema()
Unsets the "recordSchema" attribute

Specified by:
unsetRecordSchema in interface SearchResultsType

getNumberOfRecordsMatched

public BigInteger getNumberOfRecordsMatched()
Gets the "numberOfRecordsMatched" attribute

Specified by:
getNumberOfRecordsMatched in interface SearchResultsType

xgetNumberOfRecordsMatched

public org.apache.xmlbeans.XmlNonNegativeInteger xgetNumberOfRecordsMatched()
Gets (as xml) the "numberOfRecordsMatched" attribute

Specified by:
xgetNumberOfRecordsMatched in interface SearchResultsType

setNumberOfRecordsMatched

public void setNumberOfRecordsMatched(BigInteger numberOfRecordsMatched)
Sets the "numberOfRecordsMatched" attribute

Specified by:
setNumberOfRecordsMatched in interface SearchResultsType

xsetNumberOfRecordsMatched

public void xsetNumberOfRecordsMatched(org.apache.xmlbeans.XmlNonNegativeInteger numberOfRecordsMatched)
Sets (as xml) the "numberOfRecordsMatched" attribute

Specified by:
xsetNumberOfRecordsMatched in interface SearchResultsType

getNumberOfRecordsReturned

public BigInteger getNumberOfRecordsReturned()
Gets the "numberOfRecordsReturned" attribute

Specified by:
getNumberOfRecordsReturned in interface SearchResultsType

xgetNumberOfRecordsReturned

public org.apache.xmlbeans.XmlNonNegativeInteger xgetNumberOfRecordsReturned()
Gets (as xml) the "numberOfRecordsReturned" attribute

Specified by:
xgetNumberOfRecordsReturned in interface SearchResultsType

setNumberOfRecordsReturned

public void setNumberOfRecordsReturned(BigInteger numberOfRecordsReturned)
Sets the "numberOfRecordsReturned" attribute

Specified by:
setNumberOfRecordsReturned in interface SearchResultsType

xsetNumberOfRecordsReturned

public void xsetNumberOfRecordsReturned(org.apache.xmlbeans.XmlNonNegativeInteger numberOfRecordsReturned)
Sets (as xml) the "numberOfRecordsReturned" attribute

Specified by:
xsetNumberOfRecordsReturned in interface SearchResultsType

getNextRecord

public BigInteger getNextRecord()
Gets the "nextRecord" attribute

Specified by:
getNextRecord in interface SearchResultsType

xgetNextRecord

public org.apache.xmlbeans.XmlNonNegativeInteger xgetNextRecord()
Gets (as xml) the "nextRecord" attribute

Specified by:
xgetNextRecord in interface SearchResultsType

isSetNextRecord

public boolean isSetNextRecord()
True if has "nextRecord" attribute

Specified by:
isSetNextRecord in interface SearchResultsType

setNextRecord

public void setNextRecord(BigInteger nextRecord)
Sets the "nextRecord" attribute

Specified by:
setNextRecord in interface SearchResultsType

xsetNextRecord

public void xsetNextRecord(org.apache.xmlbeans.XmlNonNegativeInteger nextRecord)
Sets (as xml) the "nextRecord" attribute

Specified by:
xsetNextRecord in interface SearchResultsType

unsetNextRecord

public void unsetNextRecord()
Unsets the "nextRecord" attribute

Specified by:
unsetNextRecord in interface SearchResultsType

getExpires

public Calendar getExpires()
Gets the "expires" attribute

Specified by:
getExpires in interface SearchResultsType

xgetExpires

public org.apache.xmlbeans.XmlDateTime xgetExpires()
Gets (as xml) the "expires" attribute

Specified by:
xgetExpires in interface SearchResultsType

isSetExpires

public boolean isSetExpires()
True if has "expires" attribute

Specified by:
isSetExpires in interface SearchResultsType

setExpires

public void setExpires(Calendar expires)
Sets the "expires" attribute

Specified by:
setExpires in interface SearchResultsType

xsetExpires

public void xsetExpires(org.apache.xmlbeans.XmlDateTime expires)
Sets (as xml) the "expires" attribute

Specified by:
xsetExpires in interface SearchResultsType

unsetExpires

public void unsetExpires()
Unsets the "expires" attribute

Specified by:
unsetExpires in interface SearchResultsType


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