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

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

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

Methods in net.opengis.cat.csw.x202 that return DeleteType
 DeleteType TransactionType.addNewDelete()
          Appends and returns a new empty value (as xml) as the last "Delete" element
 DeleteType[] TransactionType.getDeleteArray()
          Gets array of all "Delete" elements
 DeleteType TransactionType.getDeleteArray(int i)
          Gets ith "Delete" element
 DeleteType TransactionType.insertNewDelete(int i)
          Inserts and returns a new empty value (as xml) as the ith "Delete" element
static DeleteType DeleteType.Factory.newInstance()
           
static DeleteType DeleteType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DeleteType DeleteType.Factory.parse(File file)
           
static DeleteType DeleteType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static DeleteType DeleteType.Factory.parse(InputStream is)
           
static DeleteType DeleteType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DeleteType DeleteType.Factory.parse(Node node)
           
static DeleteType DeleteType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DeleteType DeleteType.Factory.parse(Reader r)
           
static DeleteType DeleteType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DeleteType DeleteType.Factory.parse(String xmlAsString)
           
static DeleteType DeleteType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DeleteType DeleteType.Factory.parse(URL u)
           
static DeleteType DeleteType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DeleteType DeleteType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DeleteType DeleteType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DeleteType DeleteType.Factory.parse(XMLStreamReader sr)
           
static DeleteType DeleteType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.cat.csw.x202 with parameters of type DeleteType
 void TransactionType.setDeleteArray(DeleteType[] deleteArray)
          Sets array of all "Delete" element
 void TransactionType.setDeleteArray(int i, DeleteType delete)
          Sets ith "Delete" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return DeleteType
 DeleteType TransactionTypeImpl.addNewDelete()
          Appends and returns a new empty value (as xml) as the last "Delete" element
 DeleteType[] TransactionTypeImpl.getDeleteArray()
          Gets array of all "Delete" elements
 DeleteType TransactionTypeImpl.getDeleteArray(int i)
          Gets ith "Delete" element
 DeleteType TransactionTypeImpl.insertNewDelete(int i)
          Inserts and returns a new empty value (as xml) as the ith "Delete" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type DeleteType
 void TransactionTypeImpl.setDeleteArray(DeleteType[] deleteArray)
          Sets array of all "Delete" element
 void TransactionTypeImpl.setDeleteArray(int i, DeleteType delete)
          Sets ith "Delete" element
 



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