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

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

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

Methods in net.opengis.cat.csw.x202 that return DomainValuesType
 DomainValuesType GetDomainResponseType.addNewDomainValues()
          Appends and returns a new empty value (as xml) as the last "DomainValues" element
 DomainValuesType[] GetDomainResponseType.getDomainValuesArray()
          Gets array of all "DomainValues" elements
 DomainValuesType GetDomainResponseType.getDomainValuesArray(int i)
          Gets ith "DomainValues" element
 DomainValuesType GetDomainResponseType.insertNewDomainValues(int i)
          Inserts and returns a new empty value (as xml) as the ith "DomainValues" element
static DomainValuesType DomainValuesType.Factory.newInstance()
           
static DomainValuesType DomainValuesType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DomainValuesType DomainValuesType.Factory.parse(File file)
           
static DomainValuesType DomainValuesType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static DomainValuesType DomainValuesType.Factory.parse(InputStream is)
           
static DomainValuesType DomainValuesType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DomainValuesType DomainValuesType.Factory.parse(Node node)
           
static DomainValuesType DomainValuesType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DomainValuesType DomainValuesType.Factory.parse(Reader r)
           
static DomainValuesType DomainValuesType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DomainValuesType DomainValuesType.Factory.parse(String xmlAsString)
           
static DomainValuesType DomainValuesType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DomainValuesType DomainValuesType.Factory.parse(URL u)
           
static DomainValuesType DomainValuesType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DomainValuesType DomainValuesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DomainValuesType DomainValuesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DomainValuesType DomainValuesType.Factory.parse(XMLStreamReader sr)
           
static DomainValuesType DomainValuesType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.cat.csw.x202 with parameters of type DomainValuesType
 void GetDomainResponseType.setDomainValuesArray(DomainValuesType[] domainValuesArray)
          Sets array of all "DomainValues" element
 void GetDomainResponseType.setDomainValuesArray(int i, DomainValuesType domainValues)
          Sets ith "DomainValues" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return DomainValuesType
 DomainValuesType GetDomainResponseTypeImpl.addNewDomainValues()
          Appends and returns a new empty value (as xml) as the last "DomainValues" element
 DomainValuesType[] GetDomainResponseTypeImpl.getDomainValuesArray()
          Gets array of all "DomainValues" elements
 DomainValuesType GetDomainResponseTypeImpl.getDomainValuesArray(int i)
          Gets ith "DomainValues" element
 DomainValuesType GetDomainResponseTypeImpl.insertNewDomainValues(int i)
          Inserts and returns a new empty value (as xml) as the ith "DomainValues" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type DomainValuesType
 void GetDomainResponseTypeImpl.setDomainValuesArray(DomainValuesType[] domainValuesArray)
          Sets array of all "DomainValues" element
 void GetDomainResponseTypeImpl.setDomainValuesArray(int i, DomainValuesType domainValues)
          Sets ith "DomainValues" element
 



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