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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type GetDomainType
 void GetDomainDocument.setGetDomain(GetDomainType getDomain)
          Sets the "GetDomain" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return GetDomainType
 GetDomainType GetDomainDocumentImpl.addNewGetDomain()
          Appends and returns a new empty "GetDomain" element
 GetDomainType GetDomainDocumentImpl.getGetDomain()
          Gets the "GetDomain" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type GetDomainType
 void GetDomainDocumentImpl.setGetDomain(GetDomainType getDomain)
          Sets the "GetDomain" element
 



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