Uses of Interface
net.opengis.sps.x20.CancelResponseType

Packages that use CancelResponseType
net.opengis.sps.x20   
net.opengis.sps.x20.impl   
 

Uses of CancelResponseType in net.opengis.sps.x20
 

Methods in net.opengis.sps.x20 that return CancelResponseType
 CancelResponseType CancelResponsePropertyType.addNewCancelResponse()
          Appends and returns a new empty "CancelResponse" element
 CancelResponseType CancelResponseDocument.addNewCancelResponse()
          Appends and returns a new empty "CancelResponse" element
 CancelResponseType CancelResponsePropertyType.getCancelResponse()
          Gets the "CancelResponse" element
 CancelResponseType CancelResponseDocument.getCancelResponse()
          Gets the "CancelResponse" element
static CancelResponseType CancelResponseType.Factory.newInstance()
           
static CancelResponseType CancelResponseType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CancelResponseType CancelResponseType.Factory.parse(File file)
           
static CancelResponseType CancelResponseType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CancelResponseType CancelResponseType.Factory.parse(InputStream is)
           
static CancelResponseType CancelResponseType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CancelResponseType CancelResponseType.Factory.parse(Node node)
           
static CancelResponseType CancelResponseType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CancelResponseType CancelResponseType.Factory.parse(Reader r)
           
static CancelResponseType CancelResponseType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CancelResponseType CancelResponseType.Factory.parse(String xmlAsString)
           
static CancelResponseType CancelResponseType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CancelResponseType CancelResponseType.Factory.parse(URL u)
           
static CancelResponseType CancelResponseType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CancelResponseType CancelResponseType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CancelResponseType CancelResponseType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CancelResponseType CancelResponseType.Factory.parse(XMLStreamReader sr)
           
static CancelResponseType CancelResponseType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sps.x20 with parameters of type CancelResponseType
 void CancelResponsePropertyType.setCancelResponse(CancelResponseType cancelResponse)
          Sets the "CancelResponse" element
 void CancelResponseDocument.setCancelResponse(CancelResponseType cancelResponse)
          Sets the "CancelResponse" element
 

Uses of CancelResponseType in net.opengis.sps.x20.impl
 

Classes in net.opengis.sps.x20.impl that implement CancelResponseType
 class CancelResponseTypeImpl
          An XML CancelResponseType(@http://www.opengis.net/sps/2.0).
 

Methods in net.opengis.sps.x20.impl that return CancelResponseType
 CancelResponseType CancelResponseDocumentImpl.addNewCancelResponse()
          Appends and returns a new empty "CancelResponse" element
 CancelResponseType CancelResponsePropertyTypeImpl.addNewCancelResponse()
          Appends and returns a new empty "CancelResponse" element
 CancelResponseType CancelResponseDocumentImpl.getCancelResponse()
          Gets the "CancelResponse" element
 CancelResponseType CancelResponsePropertyTypeImpl.getCancelResponse()
          Gets the "CancelResponse" element
 

Methods in net.opengis.sps.x20.impl with parameters of type CancelResponseType
 void CancelResponseDocumentImpl.setCancelResponse(CancelResponseType cancelResponse)
          Sets the "CancelResponse" element
 void CancelResponsePropertyTypeImpl.setCancelResponse(CancelResponseType cancelResponse)
          Sets the "CancelResponse" element
 



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