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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type HarvestResponseType
 void HarvestResponseDocument.setHarvestResponse(HarvestResponseType harvestResponse)
          Sets the "HarvestResponse" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return HarvestResponseType
 HarvestResponseType HarvestResponseDocumentImpl.addNewHarvestResponse()
          Appends and returns a new empty "HarvestResponse" element
 HarvestResponseType HarvestResponseDocumentImpl.getHarvestResponse()
          Gets the "HarvestResponse" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type HarvestResponseType
 void HarvestResponseDocumentImpl.setHarvestResponse(HarvestResponseType harvestResponse)
          Sets the "HarvestResponse" element
 



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