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

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

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

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

Methods in net.opengis.cat.csw.x202 with parameters of type ElementSetNameType
 void QueryType.setElementSetName(ElementSetNameType elementSetName)
          Sets the "ElementSetName" element
 void GetRecordByIdType.setElementSetName(ElementSetNameType elementSetName)
          Sets the "ElementSetName" element
 void ElementSetNameDocument.setElementSetName(ElementSetNameType elementSetName)
          Sets the "ElementSetName" element
 

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

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

Methods in net.opengis.cat.csw.x202.impl that return ElementSetNameType
 ElementSetNameType QueryTypeImpl.addNewElementSetName()
          Appends and returns a new empty "ElementSetName" element
 ElementSetNameType GetRecordByIdTypeImpl.addNewElementSetName()
          Appends and returns a new empty "ElementSetName" element
 ElementSetNameType ElementSetNameDocumentImpl.addNewElementSetName()
          Appends and returns a new empty "ElementSetName" element
 ElementSetNameType QueryTypeImpl.getElementSetName()
          Gets the "ElementSetName" element
 ElementSetNameType GetRecordByIdTypeImpl.getElementSetName()
          Gets the "ElementSetName" element
 ElementSetNameType ElementSetNameDocumentImpl.getElementSetName()
          Gets the "ElementSetName" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type ElementSetNameType
 void QueryTypeImpl.setElementSetName(ElementSetNameType elementSetName)
          Sets the "ElementSetName" element
 void GetRecordByIdTypeImpl.setElementSetName(ElementSetNameType elementSetName)
          Sets the "ElementSetName" element
 void ElementSetNameDocumentImpl.setElementSetName(ElementSetNameType elementSetName)
          Sets the "ElementSetName" element
 



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