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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type DescribeRecordType
 void DescribeRecordDocument.setDescribeRecord(DescribeRecordType describeRecord)
          Sets the "DescribeRecord" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return DescribeRecordType
 DescribeRecordType DescribeRecordDocumentImpl.addNewDescribeRecord()
          Appends and returns a new empty "DescribeRecord" element
 DescribeRecordType DescribeRecordDocumentImpl.getDescribeRecord()
          Gets the "DescribeRecord" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type DescribeRecordType
 void DescribeRecordDocumentImpl.setDescribeRecord(DescribeRecordType describeRecord)
          Sets the "DescribeRecord" element
 



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