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

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

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

Subinterfaces of ElementSetType in net.opengis.cat.csw.x202
 interface ElementSetNameType
          An XML ElementSetNameType(@http://www.opengis.net/cat/csw/2.0.2).
 

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

Methods in net.opengis.cat.csw.x202 with parameters of type ElementSetType
 void SearchResultsType.xsetElementSet(ElementSetType elementSet)
          Sets (as xml) the "elementSet" attribute
 

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

Classes in net.opengis.cat.csw.x202.impl that implement ElementSetType
 class ElementSetNameTypeImpl
          An XML ElementSetNameType(@http://www.opengis.net/cat/csw/2.0.2).
 class ElementSetTypeImpl
          An XML ElementSetType(@http://www.opengis.net/cat/csw/2.0.2).
 

Methods in net.opengis.cat.csw.x202.impl that return ElementSetType
 ElementSetType SearchResultsTypeImpl.xgetElementSet()
          Gets (as xml) the "elementSet" attribute
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type ElementSetType
 void SearchResultsTypeImpl.xsetElementSet(ElementSetType elementSet)
          Sets (as xml) the "elementSet" attribute
 



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