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

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

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

Methods in net.opengis.cat.csw.x202 that return ResultType
static ResultType ResultType.Factory.newInstance()
           
static ResultType ResultType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ResultType ResultType.Factory.newValue(Object obj)
           
static ResultType ResultType.Factory.parse(File file)
           
static ResultType ResultType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ResultType ResultType.Factory.parse(InputStream is)
           
static ResultType ResultType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ResultType ResultType.Factory.parse(Node node)
           
static ResultType ResultType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ResultType ResultType.Factory.parse(Reader r)
           
static ResultType ResultType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ResultType ResultType.Factory.parse(String xmlAsString)
           
static ResultType ResultType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ResultType ResultType.Factory.parse(URL u)
           
static ResultType ResultType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ResultType ResultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ResultType ResultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ResultType ResultType.Factory.parse(XMLStreamReader sr)
           
static ResultType ResultType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 ResultType GetRecordsType.xgetResultType()
          Gets (as xml) the "resultType" attribute
 

Methods in net.opengis.cat.csw.x202 with parameters of type ResultType
 void GetRecordsType.xsetResultType(ResultType resultType)
          Sets (as xml) the "resultType" attribute
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return ResultType
 ResultType GetRecordsTypeImpl.xgetResultType()
          Gets (as xml) the "resultType" attribute
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type ResultType
 void GetRecordsTypeImpl.xsetResultType(ResultType resultType)
          Sets (as xml) the "resultType" attribute
 



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