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

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

Uses of ServiceReferenceType in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return ServiceReferenceType
 ServiceReferenceType ServiceReferenceDocument.addNewServiceReference()
          Appends and returns a new empty "ServiceReference" element
 ServiceReferenceType ServiceReferenceDocument.getServiceReference()
          Gets the "ServiceReference" element
static ServiceReferenceType ServiceReferenceType.Factory.newInstance()
           
static ServiceReferenceType ServiceReferenceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(File file)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(InputStream is)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(Node node)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(Reader r)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(String xmlAsString)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(URL u)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ServiceReferenceType ServiceReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ServiceReferenceType ServiceReferenceType.Factory.parse(XMLStreamReader sr)
           
static ServiceReferenceType ServiceReferenceType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type ServiceReferenceType
 void ServiceReferenceDocument.setServiceReference(ServiceReferenceType serviceReference)
          Sets the "ServiceReference" element
 

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

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

Methods in net.opengis.ows.x11.impl that return ServiceReferenceType
 ServiceReferenceType ServiceReferenceDocumentImpl.addNewServiceReference()
          Appends and returns a new empty "ServiceReference" element
 ServiceReferenceType ServiceReferenceDocumentImpl.getServiceReference()
          Gets the "ServiceReference" element
 

Methods in net.opengis.ows.x11.impl with parameters of type ServiceReferenceType
 void ServiceReferenceDocumentImpl.setServiceReference(ServiceReferenceType serviceReference)
          Sets the "ServiceReference" element
 



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