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

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

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

Subinterfaces of AbstractQueryType in net.opengis.cat.csw.x202
 interface QueryType
          An XML QueryType(@http://www.opengis.net/cat/csw/2.0.2).
 

Methods in net.opengis.cat.csw.x202 that return AbstractQueryType
 AbstractQueryType GetRecordsType.addNewAbstractQuery()
          Appends and returns a new empty "AbstractQuery" element
 AbstractQueryType AbstractQueryDocument.addNewAbstractQuery()
          Appends and returns a new empty "AbstractQuery" element
 AbstractQueryType GetRecordsType.getAbstractQuery()
          Gets the "AbstractQuery" element
 AbstractQueryType AbstractQueryDocument.getAbstractQuery()
          Gets the "AbstractQuery" element
static AbstractQueryType AbstractQueryType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static AbstractQueryType AbstractQueryType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static AbstractQueryType AbstractQueryType.Factory.parse(File file)
           
static AbstractQueryType AbstractQueryType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AbstractQueryType AbstractQueryType.Factory.parse(InputStream is)
           
static AbstractQueryType AbstractQueryType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AbstractQueryType AbstractQueryType.Factory.parse(Node node)
           
static AbstractQueryType AbstractQueryType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AbstractQueryType AbstractQueryType.Factory.parse(Reader r)
           
static AbstractQueryType AbstractQueryType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AbstractQueryType AbstractQueryType.Factory.parse(String xmlAsString)
           
static AbstractQueryType AbstractQueryType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AbstractQueryType AbstractQueryType.Factory.parse(URL u)
           
static AbstractQueryType AbstractQueryType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AbstractQueryType AbstractQueryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AbstractQueryType AbstractQueryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AbstractQueryType AbstractQueryType.Factory.parse(XMLStreamReader sr)
           
static AbstractQueryType AbstractQueryType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.cat.csw.x202 with parameters of type AbstractQueryType
 void GetRecordsType.setAbstractQuery(AbstractQueryType abstractQuery)
          Sets the "AbstractQuery" element
 void AbstractQueryDocument.setAbstractQuery(AbstractQueryType abstractQuery)
          Sets the "AbstractQuery" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return AbstractQueryType
 AbstractQueryType GetRecordsTypeImpl.addNewAbstractQuery()
          Appends and returns a new empty "AbstractQuery" element
 AbstractQueryType AbstractQueryDocumentImpl.addNewAbstractQuery()
          Appends and returns a new empty "AbstractQuery" element
 AbstractQueryType GetRecordsTypeImpl.getAbstractQuery()
          Gets the "AbstractQuery" element
 AbstractQueryType AbstractQueryDocumentImpl.getAbstractQuery()
          Gets the "AbstractQuery" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type AbstractQueryType
 void GetRecordsTypeImpl.setAbstractQuery(AbstractQueryType abstractQuery)
          Sets the "AbstractQuery" element
 void AbstractQueryDocumentImpl.setAbstractQuery(AbstractQueryType abstractQuery)
          Sets the "AbstractQuery" element
 



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