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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type ListOfValuesType
 void DomainValuesType.setListOfValues(ListOfValuesType listOfValues)
          Sets the "ListOfValues" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return ListOfValuesType
 ListOfValuesType DomainValuesTypeImpl.addNewListOfValues()
          Appends and returns a new empty "ListOfValues" element
 ListOfValuesType DomainValuesTypeImpl.getListOfValues()
          Gets the "ListOfValues" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type ListOfValuesType
 void DomainValuesTypeImpl.setListOfValues(ListOfValuesType listOfValues)
          Sets the "ListOfValues" element
 



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