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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type SummaryRecordType
 void SummaryRecordDocument.setSummaryRecord(SummaryRecordType summaryRecord)
          Sets the "SummaryRecord" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return SummaryRecordType
 SummaryRecordType SummaryRecordDocumentImpl.addNewSummaryRecord()
          Appends and returns a new empty "SummaryRecord" element
 SummaryRecordType SummaryRecordDocumentImpl.getSummaryRecord()
          Gets the "SummaryRecord" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type SummaryRecordType
 void SummaryRecordDocumentImpl.setSummaryRecord(SummaryRecordType summaryRecord)
          Sets the "SummaryRecord" element
 



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