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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type DistributedSearchType
 void GetRecordsType.setDistributedSearch(DistributedSearchType distributedSearch)
          Sets the "DistributedSearch" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return DistributedSearchType
 DistributedSearchType GetRecordsTypeImpl.addNewDistributedSearch()
          Appends and returns a new empty "DistributedSearch" element
 DistributedSearchType GetRecordsTypeImpl.getDistributedSearch()
          Gets the "DistributedSearch" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type DistributedSearchType
 void GetRecordsTypeImpl.setDistributedSearch(DistributedSearchType distributedSearch)
          Sets the "DistributedSearch" element
 



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