|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetRecordsResponseType
An XML GetRecordsResponseType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
GetRecordsResponseType.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 | |
---|---|
SearchResultsType |
addNewSearchResults()
Appends and returns a new empty "SearchResults" element |
RequestStatusType |
addNewSearchStatus()
Appends and returns a new empty "SearchStatus" element |
String |
getRequestId()
Gets the "RequestId" element |
SearchResultsType |
getSearchResults()
Gets the "SearchResults" element |
RequestStatusType |
getSearchStatus()
Gets the "SearchStatus" element |
String |
getVersion()
Gets the "version" attribute |
boolean |
isSetRequestId()
True if has "RequestId" element |
boolean |
isSetVersion()
True if has "version" attribute |
void |
setRequestId(String requestId)
Sets the "RequestId" element |
void |
setSearchResults(SearchResultsType searchResults)
Sets the "SearchResults" element |
void |
setSearchStatus(RequestStatusType searchStatus)
Sets the "SearchStatus" element |
void |
setVersion(String version)
Sets the "version" attribute |
void |
unsetRequestId()
Unsets the "RequestId" element |
void |
unsetVersion()
Unsets the "version" attribute |
org.apache.xmlbeans.XmlAnyURI |
xgetRequestId()
Gets (as xml) the "RequestId" element |
org.apache.xmlbeans.XmlString |
xgetVersion()
Gets (as xml) the "version" attribute |
void |
xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
Sets (as xml) the "RequestId" element |
void |
xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" 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 |
---|
String getRequestId()
org.apache.xmlbeans.XmlAnyURI xgetRequestId()
boolean isSetRequestId()
void setRequestId(String requestId)
void xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
void unsetRequestId()
RequestStatusType getSearchStatus()
void setSearchStatus(RequestStatusType searchStatus)
RequestStatusType addNewSearchStatus()
SearchResultsType getSearchResults()
void setSearchResults(SearchResultsType searchResults)
SearchResultsType addNewSearchResults()
String getVersion()
org.apache.xmlbeans.XmlString xgetVersion()
boolean isSetVersion()
void setVersion(String version)
void xsetVersion(org.apache.xmlbeans.XmlString version)
void unsetVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |