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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type GetRecordsType
 void GetRecordsDocument.setGetRecords(GetRecordsType getRecords)
          Sets the "GetRecords" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return GetRecordsType
 GetRecordsType GetRecordsDocumentImpl.addNewGetRecords()
          Appends and returns a new empty "GetRecords" element
 GetRecordsType GetRecordsDocumentImpl.getGetRecords()
          Gets the "GetRecords" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type GetRecordsType
 void GetRecordsDocumentImpl.setGetRecords(GetRecordsType getRecords)
          Sets the "GetRecords" element
 



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