Uses of Interface
net.opengis.cat.csw.x202.RequestStatusType

Packages that use RequestStatusType
net.opengis.cat.csw.x202   
net.opengis.cat.csw.x202.impl   
 

Uses of RequestStatusType in net.opengis.cat.csw.x202
 

Methods in net.opengis.cat.csw.x202 that return RequestStatusType
 RequestStatusType GetRecordsResponseType.addNewSearchStatus()
          Appends and returns a new empty "SearchStatus" element
 RequestStatusType GetRecordsResponseType.getSearchStatus()
          Gets the "SearchStatus" element
static RequestStatusType RequestStatusType.Factory.newInstance()
           
static RequestStatusType RequestStatusType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RequestStatusType RequestStatusType.Factory.parse(File file)
           
static RequestStatusType RequestStatusType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static RequestStatusType RequestStatusType.Factory.parse(InputStream is)
           
static RequestStatusType RequestStatusType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RequestStatusType RequestStatusType.Factory.parse(Node node)
           
static RequestStatusType RequestStatusType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RequestStatusType RequestStatusType.Factory.parse(Reader r)
           
static RequestStatusType RequestStatusType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RequestStatusType RequestStatusType.Factory.parse(String xmlAsString)
           
static RequestStatusType RequestStatusType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RequestStatusType RequestStatusType.Factory.parse(URL u)
           
static RequestStatusType RequestStatusType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RequestStatusType RequestStatusType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RequestStatusType RequestStatusType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RequestStatusType RequestStatusType.Factory.parse(XMLStreamReader sr)
           
static RequestStatusType RequestStatusType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.cat.csw.x202 with parameters of type RequestStatusType
 void GetRecordsResponseType.setSearchStatus(RequestStatusType searchStatus)
          Sets the "SearchStatus" element
 

Uses of RequestStatusType in net.opengis.cat.csw.x202.impl
 

Classes in net.opengis.cat.csw.x202.impl that implement RequestStatusType
 class RequestStatusTypeImpl
          An XML RequestStatusType(@http://www.opengis.net/cat/csw/2.0.2).
 

Methods in net.opengis.cat.csw.x202.impl that return RequestStatusType
 RequestStatusType GetRecordsResponseTypeImpl.addNewSearchStatus()
          Appends and returns a new empty "SearchStatus" element
 RequestStatusType GetRecordsResponseTypeImpl.getSearchStatus()
          Gets the "SearchStatus" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type RequestStatusType
 void GetRecordsResponseTypeImpl.setSearchStatus(RequestStatusType searchStatus)
          Sets the "SearchStatus" element
 



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