net.opengis.cat.csw.x202
Interface GetRecordsResponseType

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

public interface GetRecordsResponseType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getRequestId

String getRequestId()
Gets the "RequestId" element


xgetRequestId

org.apache.xmlbeans.XmlAnyURI xgetRequestId()
Gets (as xml) the "RequestId" element


isSetRequestId

boolean isSetRequestId()
True if has "RequestId" element


setRequestId

void setRequestId(String requestId)
Sets the "RequestId" element


xsetRequestId

void xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
Sets (as xml) the "RequestId" element


unsetRequestId

void unsetRequestId()
Unsets the "RequestId" element


getSearchStatus

RequestStatusType getSearchStatus()
Gets the "SearchStatus" element


setSearchStatus

void setSearchStatus(RequestStatusType searchStatus)
Sets the "SearchStatus" element


addNewSearchStatus

RequestStatusType addNewSearchStatus()
Appends and returns a new empty "SearchStatus" element


getSearchResults

SearchResultsType getSearchResults()
Gets the "SearchResults" element


setSearchResults

void setSearchResults(SearchResultsType searchResults)
Sets the "SearchResults" element


addNewSearchResults

SearchResultsType addNewSearchResults()
Appends and returns a new empty "SearchResults" element


getVersion

String getVersion()
Gets the "version" attribute


xgetVersion

org.apache.xmlbeans.XmlString xgetVersion()
Gets (as xml) the "version" attribute


isSetVersion

boolean isSetVersion()
True if has "version" attribute


setVersion

void setVersion(String version)
Sets the "version" attribute


xsetVersion

void xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" attribute


unsetVersion

void unsetVersion()
Unsets the "version" attribute



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