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

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

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

Subinterfaces of RequestBaseType in net.opengis.cat.csw.x202
 interface DescribeRecordType
          An XML DescribeRecordType(@http://www.opengis.net/cat/csw/2.0.2).
 interface GetDomainType
          An XML GetDomainType(@http://www.opengis.net/cat/csw/2.0.2).
 interface GetRecordByIdType
          An XML GetRecordByIdType(@http://www.opengis.net/cat/csw/2.0.2).
 interface GetRecordsType
          An XML GetRecordsType(@http://www.opengis.net/cat/csw/2.0.2).
 interface HarvestType
          An XML HarvestType(@http://www.opengis.net/cat/csw/2.0.2).
 interface TransactionType
          An XML TransactionType(@http://www.opengis.net/cat/csw/2.0.2).
 

Methods in net.opengis.cat.csw.x202 that return RequestBaseType
static RequestBaseType RequestBaseType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static RequestBaseType RequestBaseType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static RequestBaseType RequestBaseType.Factory.parse(File file)
           
static RequestBaseType RequestBaseType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static RequestBaseType RequestBaseType.Factory.parse(InputStream is)
           
static RequestBaseType RequestBaseType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RequestBaseType RequestBaseType.Factory.parse(Node node)
           
static RequestBaseType RequestBaseType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RequestBaseType RequestBaseType.Factory.parse(Reader r)
           
static RequestBaseType RequestBaseType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RequestBaseType RequestBaseType.Factory.parse(String xmlAsString)
           
static RequestBaseType RequestBaseType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RequestBaseType RequestBaseType.Factory.parse(URL u)
           
static RequestBaseType RequestBaseType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RequestBaseType RequestBaseType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RequestBaseType RequestBaseType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RequestBaseType RequestBaseType.Factory.parse(XMLStreamReader sr)
           
static RequestBaseType RequestBaseType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in net.opengis.cat.csw.x202.impl that implement RequestBaseType
 class DescribeRecordTypeImpl
          An XML DescribeRecordType(@http://www.opengis.net/cat/csw/2.0.2).
 class GetDomainTypeImpl
          An XML GetDomainType(@http://www.opengis.net/cat/csw/2.0.2).
 class GetRecordByIdTypeImpl
          An XML GetRecordByIdType(@http://www.opengis.net/cat/csw/2.0.2).
 class GetRecordsTypeImpl
          An XML GetRecordsType(@http://www.opengis.net/cat/csw/2.0.2).
 class HarvestTypeImpl
          An XML HarvestType(@http://www.opengis.net/cat/csw/2.0.2).
 class RequestBaseTypeImpl
          An XML RequestBaseType(@http://www.opengis.net/cat/csw/2.0.2).
 class TransactionTypeImpl
          An XML TransactionType(@http://www.opengis.net/cat/csw/2.0.2).
 



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