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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type QueryType
 void QueryDocument.setQuery(QueryType query)
          Sets the "Query" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return QueryType
 QueryType QueryDocumentImpl.addNewQuery()
          Appends and returns a new empty "Query" element
 QueryType QueryDocumentImpl.getQuery()
          Gets the "Query" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type QueryType
 void QueryDocumentImpl.setQuery(QueryType query)
          Sets the "Query" element
 



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