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

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

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

Methods in net.opengis.cat.csw.x202 that return RecordType
 RecordType RecordDocument.addNewRecord()
          Appends and returns a new empty "Record" element
 RecordType RecordDocument.getRecord()
          Gets the "Record" element
static RecordType RecordType.Factory.newInstance()
           
static RecordType RecordType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RecordType RecordType.Factory.parse(File file)
           
static RecordType RecordType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static RecordType RecordType.Factory.parse(InputStream is)
           
static RecordType RecordType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RecordType RecordType.Factory.parse(Node node)
           
static RecordType RecordType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RecordType RecordType.Factory.parse(Reader r)
           
static RecordType RecordType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RecordType RecordType.Factory.parse(String xmlAsString)
           
static RecordType RecordType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RecordType RecordType.Factory.parse(URL u)
           
static RecordType RecordType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RecordType RecordType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RecordType RecordType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RecordType RecordType.Factory.parse(XMLStreamReader sr)
           
static RecordType RecordType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.cat.csw.x202 with parameters of type RecordType
 void RecordDocument.setRecord(RecordType record)
          Sets the "Record" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return RecordType
 RecordType RecordDocumentImpl.addNewRecord()
          Appends and returns a new empty "Record" element
 RecordType RecordDocumentImpl.getRecord()
          Gets the "Record" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type RecordType
 void RecordDocumentImpl.setRecord(RecordType record)
          Sets the "Record" element
 



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