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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type GetDomainResponseType
 void GetDomainResponseDocument.setGetDomainResponse(GetDomainResponseType getDomainResponse)
          Sets the "GetDomainResponse" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return GetDomainResponseType
 GetDomainResponseType GetDomainResponseDocumentImpl.addNewGetDomainResponse()
          Appends and returns a new empty "GetDomainResponse" element
 GetDomainResponseType GetDomainResponseDocumentImpl.getGetDomainResponse()
          Gets the "GetDomainResponse" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type GetDomainResponseType
 void GetDomainResponseDocumentImpl.setGetDomainResponse(GetDomainResponseType getDomainResponse)
          Sets the "GetDomainResponse" element
 



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