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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type TypeNameListType
 void QueryType.xsetTypeNames(TypeNameListType typeNames)
          Sets (as xml) the "typeNames" attribute
 void ElementSetNameType.xsetTypeNames(TypeNameListType typeNames)
          Sets (as xml) the "typeNames" attribute
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return TypeNameListType
 TypeNameListType QueryTypeImpl.xgetTypeNames()
          Gets (as xml) the "typeNames" attribute
 TypeNameListType ElementSetNameTypeImpl.xgetTypeNames()
          Gets (as xml) the "typeNames" attribute
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type TypeNameListType
 void QueryTypeImpl.xsetTypeNames(TypeNameListType typeNames)
          Sets (as xml) the "typeNames" attribute
 void ElementSetNameTypeImpl.xsetTypeNames(TypeNameListType typeNames)
          Sets (as xml) the "typeNames" attribute
 



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