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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type BriefRecordType
 void BriefRecordDocument.setBriefRecord(BriefRecordType briefRecord)
          Sets the "BriefRecord" element
 void InsertResultType.setBriefRecordArray(BriefRecordType[] briefRecordArray)
          Sets array of all "BriefRecord" element
 void InsertResultType.setBriefRecordArray(int i, BriefRecordType briefRecord)
          Sets ith "BriefRecord" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return BriefRecordType
 BriefRecordType InsertResultTypeImpl.addNewBriefRecord()
          Appends and returns a new empty value (as xml) as the last "BriefRecord" element
 BriefRecordType BriefRecordDocumentImpl.addNewBriefRecord()
          Appends and returns a new empty "BriefRecord" element
 BriefRecordType BriefRecordDocumentImpl.getBriefRecord()
          Gets the "BriefRecord" element
 BriefRecordType[] InsertResultTypeImpl.getBriefRecordArray()
          Gets array of all "BriefRecord" elements
 BriefRecordType InsertResultTypeImpl.getBriefRecordArray(int i)
          Gets ith "BriefRecord" element
 BriefRecordType InsertResultTypeImpl.insertNewBriefRecord(int i)
          Inserts and returns a new empty value (as xml) as the ith "BriefRecord" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type BriefRecordType
 void BriefRecordDocumentImpl.setBriefRecord(BriefRecordType briefRecord)
          Sets the "BriefRecord" element
 void InsertResultTypeImpl.setBriefRecordArray(BriefRecordType[] briefRecordArray)
          Sets array of all "BriefRecord" element
 void InsertResultTypeImpl.setBriefRecordArray(int i, BriefRecordType briefRecord)
          Sets ith "BriefRecord" element
 



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