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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type TransactionResponseType
 void TransactionResponseDocument.setTransactionResponse(TransactionResponseType transactionResponse)
          Sets the "TransactionResponse" element
 void HarvestResponseType.setTransactionResponse(TransactionResponseType transactionResponse)
          Sets the "TransactionResponse" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return TransactionResponseType
 TransactionResponseType TransactionResponseDocumentImpl.addNewTransactionResponse()
          Appends and returns a new empty "TransactionResponse" element
 TransactionResponseType HarvestResponseTypeImpl.addNewTransactionResponse()
          Appends and returns a new empty "TransactionResponse" element
 TransactionResponseType TransactionResponseDocumentImpl.getTransactionResponse()
          Gets the "TransactionResponse" element
 TransactionResponseType HarvestResponseTypeImpl.getTransactionResponse()
          Gets the "TransactionResponse" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type TransactionResponseType
 void TransactionResponseDocumentImpl.setTransactionResponse(TransactionResponseType transactionResponse)
          Sets the "TransactionResponse" element
 void HarvestResponseTypeImpl.setTransactionResponse(TransactionResponseType transactionResponse)
          Sets the "TransactionResponse" element
 



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