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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type RangeOfValuesType
 void DomainValuesType.setRangeOfValues(RangeOfValuesType rangeOfValues)
          Sets the "RangeOfValues" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return RangeOfValuesType
 RangeOfValuesType DomainValuesTypeImpl.addNewRangeOfValues()
          Appends and returns a new empty "RangeOfValues" element
 RangeOfValuesType DomainValuesTypeImpl.getRangeOfValues()
          Gets the "RangeOfValues" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type RangeOfValuesType
 void DomainValuesTypeImpl.setRangeOfValues(RangeOfValuesType rangeOfValues)
          Sets the "RangeOfValues" element
 



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