Uses of Interface
net.opengis.ows.x11.ServiceType

Packages that use ServiceType
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of ServiceType in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return ServiceType
static ServiceType ServiceType.Factory.newInstance()
           
static ServiceType ServiceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ServiceType ServiceType.Factory.newValue(Object obj)
           
static ServiceType ServiceType.Factory.parse(File file)
           
static ServiceType ServiceType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ServiceType ServiceType.Factory.parse(InputStream is)
           
static ServiceType ServiceType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ServiceType ServiceType.Factory.parse(Node node)
           
static ServiceType ServiceType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ServiceType ServiceType.Factory.parse(Reader r)
           
static ServiceType ServiceType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ServiceType ServiceType.Factory.parse(String xmlAsString)
           
static ServiceType ServiceType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ServiceType ServiceType.Factory.parse(URL u)
           
static ServiceType ServiceType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ServiceType ServiceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ServiceType ServiceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ServiceType ServiceType.Factory.parse(XMLStreamReader sr)
           
static ServiceType ServiceType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 ServiceType GetResourceByIdType.xgetService()
          Gets (as xml) the "service" attribute
 

Methods in net.opengis.ows.x11 with parameters of type ServiceType
 void GetResourceByIdType.xsetService(ServiceType service)
          Sets (as xml) the "service" attribute
 

Uses of ServiceType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement ServiceType
 class ServiceTypeImpl
          An XML ServiceType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return ServiceType
 ServiceType GetResourceByIdTypeImpl.xgetService()
          Gets (as xml) the "service" attribute
 

Methods in net.opengis.ows.x11.impl with parameters of type ServiceType
 void GetResourceByIdTypeImpl.xsetService(ServiceType service)
          Sets (as xml) the "service" attribute
 



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