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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type SearchResultsType
 void GetRecordsResponseType.setSearchResults(SearchResultsType searchResults)
          Sets the "SearchResults" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return SearchResultsType
 SearchResultsType GetRecordsResponseTypeImpl.addNewSearchResults()
          Appends and returns a new empty "SearchResults" element
 SearchResultsType GetRecordsResponseTypeImpl.getSearchResults()
          Gets the "SearchResults" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type SearchResultsType
 void GetRecordsResponseTypeImpl.setSearchResults(SearchResultsType searchResults)
          Sets the "SearchResults" element
 



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