net.opengis.cat.csw.x202
Interface SearchResultsType

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

public interface SearchResultsType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class SearchResultsType.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
 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 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

getAbstractRecordArray

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


getAbstractRecordArray

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


sizeOfAbstractRecordArray

int sizeOfAbstractRecordArray()
Returns number of "AbstractRecord" element


setAbstractRecordArray

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


setAbstractRecordArray

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


insertNewAbstractRecord

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


addNewAbstractRecord

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


removeAbstractRecord

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


getResultSetId

String getResultSetId()
Gets the "resultSetId" attribute


xgetResultSetId

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


isSetResultSetId

boolean isSetResultSetId()
True if has "resultSetId" attribute


setResultSetId

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


xsetResultSetId

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


unsetResultSetId

void unsetResultSetId()
Unsets the "resultSetId" attribute


getElementSet

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


xgetElementSet

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


isSetElementSet

boolean isSetElementSet()
True if has "elementSet" attribute


setElementSet

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


xsetElementSet

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


unsetElementSet

void unsetElementSet()
Unsets the "elementSet" attribute


getRecordSchema

String getRecordSchema()
Gets the "recordSchema" attribute


xgetRecordSchema

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


isSetRecordSchema

boolean isSetRecordSchema()
True if has "recordSchema" attribute


setRecordSchema

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


xsetRecordSchema

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


unsetRecordSchema

void unsetRecordSchema()
Unsets the "recordSchema" attribute


getNumberOfRecordsMatched

BigInteger getNumberOfRecordsMatched()
Gets the "numberOfRecordsMatched" attribute


xgetNumberOfRecordsMatched

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


setNumberOfRecordsMatched

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


xsetNumberOfRecordsMatched

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


getNumberOfRecordsReturned

BigInteger getNumberOfRecordsReturned()
Gets the "numberOfRecordsReturned" attribute


xgetNumberOfRecordsReturned

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


setNumberOfRecordsReturned

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


xsetNumberOfRecordsReturned

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


getNextRecord

BigInteger getNextRecord()
Gets the "nextRecord" attribute


xgetNextRecord

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


isSetNextRecord

boolean isSetNextRecord()
True if has "nextRecord" attribute


setNextRecord

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


xsetNextRecord

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


unsetNextRecord

void unsetNextRecord()
Unsets the "nextRecord" attribute


getExpires

Calendar getExpires()
Gets the "expires" attribute


xgetExpires

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


isSetExpires

boolean isSetExpires()
True if has "expires" attribute


setExpires

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


xsetExpires

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


unsetExpires

void unsetExpires()
Unsets the "expires" attribute



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