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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type AcknowledgementType
 void HarvestResponseType.setAcknowledgement(AcknowledgementType acknowledgement)
          Sets the "Acknowledgement" element
 void AcknowledgementDocument.setAcknowledgement(AcknowledgementType acknowledgement)
          Sets the "Acknowledgement" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return AcknowledgementType
 AcknowledgementType HarvestResponseTypeImpl.addNewAcknowledgement()
          Appends and returns a new empty "Acknowledgement" element
 AcknowledgementType AcknowledgementDocumentImpl.addNewAcknowledgement()
          Appends and returns a new empty "Acknowledgement" element
 AcknowledgementType HarvestResponseTypeImpl.getAcknowledgement()
          Gets the "Acknowledgement" element
 AcknowledgementType AcknowledgementDocumentImpl.getAcknowledgement()
          Gets the "Acknowledgement" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type AcknowledgementType
 void HarvestResponseTypeImpl.setAcknowledgement(AcknowledgementType acknowledgement)
          Sets the "Acknowledgement" element
 void AcknowledgementDocumentImpl.setAcknowledgement(AcknowledgementType acknowledgement)
          Sets the "Acknowledgement" element
 



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