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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type InsertType
 void TransactionType.setInsertArray(InsertType[] insertArray)
          Sets array of all "Insert" element
 void TransactionType.setInsertArray(int i, InsertType insert)
          Sets ith "Insert" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return InsertType
 InsertType TransactionTypeImpl.addNewInsert()
          Appends and returns a new empty value (as xml) as the last "Insert" element
 InsertType[] TransactionTypeImpl.getInsertArray()
          Gets array of all "Insert" elements
 InsertType TransactionTypeImpl.getInsertArray(int i)
          Gets ith "Insert" element
 InsertType TransactionTypeImpl.insertNewInsert(int i)
          Inserts and returns a new empty value (as xml) as the ith "Insert" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type InsertType
 void TransactionTypeImpl.setInsertArray(InsertType[] insertArray)
          Sets array of all "Insert" element
 void TransactionTypeImpl.setInsertArray(int i, InsertType insert)
          Sets ith "Insert" element
 



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