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

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

Uses of CancelType in net.opengis.sps.x20
 

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

Methods in net.opengis.sps.x20 with parameters of type CancelType
 void CancelDocument.setCancel(CancelType cancel)
          Sets the "Cancel" element
 void CancelPropertyType.setCancel(CancelType cancel)
          Sets the "Cancel" element
 

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

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

Methods in net.opengis.sps.x20.impl that return CancelType
 CancelType CancelDocumentImpl.addNewCancel()
          Appends and returns a new empty "Cancel" element
 CancelType CancelPropertyTypeImpl.addNewCancel()
          Appends and returns a new empty "Cancel" element
 CancelType CancelDocumentImpl.getCancel()
          Gets the "Cancel" element
 CancelType CancelPropertyTypeImpl.getCancel()
          Gets the "Cancel" element
 

Methods in net.opengis.sps.x20.impl with parameters of type CancelType
 void CancelDocumentImpl.setCancel(CancelType cancel)
          Sets the "Cancel" element
 void CancelPropertyTypeImpl.setCancel(CancelType cancel)
          Sets the "Cancel" element
 



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