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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type EmptyType
 void RecordType.setAnyTextArray(EmptyType[] anyTextArray)
          Sets array of all "AnyText" element
 void RecordType.setAnyTextArray(int i, EmptyType anyText)
          Sets ith "AnyText" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return EmptyType
 EmptyType RecordTypeImpl.addNewAnyText()
          Appends and returns a new empty value (as xml) as the last "AnyText" element
 EmptyType[] RecordTypeImpl.getAnyTextArray()
          Gets array of all "AnyText" elements
 EmptyType RecordTypeImpl.getAnyTextArray(int i)
          Gets ith "AnyText" element
 EmptyType RecordTypeImpl.insertNewAnyText(int i)
          Inserts and returns a new empty value (as xml) as the ith "AnyText" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type EmptyType
 void RecordTypeImpl.setAnyTextArray(EmptyType[] anyTextArray)
          Sets array of all "AnyText" element
 void RecordTypeImpl.setAnyTextArray(int i, EmptyType anyText)
          Sets ith "AnyText" element
 



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