|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchResultsType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
AbstractRecordType[] getAbstractRecordArray()
AbstractRecordType getAbstractRecordArray(int i)
int sizeOfAbstractRecordArray()
void setAbstractRecordArray(AbstractRecordType[] abstractRecordArray)
void setAbstractRecordArray(int i, AbstractRecordType abstractRecord)
AbstractRecordType insertNewAbstractRecord(int i)
AbstractRecordType addNewAbstractRecord()
void removeAbstractRecord(int i)
String getResultSetId()
org.apache.xmlbeans.XmlAnyURI xgetResultSetId()
boolean isSetResultSetId()
void setResultSetId(String resultSetId)
void xsetResultSetId(org.apache.xmlbeans.XmlAnyURI resultSetId)
void unsetResultSetId()
ElementSetType.Enum getElementSet()
ElementSetType xgetElementSet()
boolean isSetElementSet()
void setElementSet(ElementSetType.Enum elementSet)
void xsetElementSet(ElementSetType elementSet)
void unsetElementSet()
String getRecordSchema()
org.apache.xmlbeans.XmlAnyURI xgetRecordSchema()
boolean isSetRecordSchema()
void setRecordSchema(String recordSchema)
void xsetRecordSchema(org.apache.xmlbeans.XmlAnyURI recordSchema)
void unsetRecordSchema()
BigInteger getNumberOfRecordsMatched()
org.apache.xmlbeans.XmlNonNegativeInteger xgetNumberOfRecordsMatched()
void setNumberOfRecordsMatched(BigInteger numberOfRecordsMatched)
void xsetNumberOfRecordsMatched(org.apache.xmlbeans.XmlNonNegativeInteger numberOfRecordsMatched)
BigInteger getNumberOfRecordsReturned()
org.apache.xmlbeans.XmlNonNegativeInteger xgetNumberOfRecordsReturned()
void setNumberOfRecordsReturned(BigInteger numberOfRecordsReturned)
void xsetNumberOfRecordsReturned(org.apache.xmlbeans.XmlNonNegativeInteger numberOfRecordsReturned)
BigInteger getNextRecord()
org.apache.xmlbeans.XmlNonNegativeInteger xgetNextRecord()
boolean isSetNextRecord()
void setNextRecord(BigInteger nextRecord)
void xsetNextRecord(org.apache.xmlbeans.XmlNonNegativeInteger nextRecord)
void unsetNextRecord()
Calendar getExpires()
org.apache.xmlbeans.XmlDateTime xgetExpires()
boolean isSetExpires()
void setExpires(Calendar expires)
void xsetExpires(org.apache.xmlbeans.XmlDateTime expires)
void unsetExpires()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |