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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type HarvestType
 void HarvestDocument.setHarvest(HarvestType harvest)
          Sets the "Harvest" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return HarvestType
 HarvestType HarvestDocumentImpl.addNewHarvest()
          Appends and returns a new empty "Harvest" element
 HarvestType HarvestDocumentImpl.getHarvest()
          Gets the "Harvest" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type HarvestType
 void HarvestDocumentImpl.setHarvest(HarvestType harvest)
          Sets the "Harvest" element
 



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