Uses of Interface
net.opengis.ows.x11.ServiceType
-
Packages that use ServiceType Package Description 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 Modifier and Type Method Description static ServiceTypeServiceType.Factory. newInstance()static ServiceTypeServiceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ServiceTypeServiceType.Factory. newValue(Object obj)static ServiceTypeServiceType.Factory. parse(File file)static ServiceTypeServiceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ServiceTypeServiceType.Factory. parse(InputStream is)static ServiceTypeServiceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ServiceTypeServiceType.Factory. parse(Reader r)static ServiceTypeServiceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ServiceTypeServiceType.Factory. parse(String xmlAsString)static ServiceTypeServiceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ServiceTypeServiceType.Factory. parse(URL u)static ServiceTypeServiceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ServiceTypeServiceType.Factory. parse(XMLStreamReader sr)static ServiceTypeServiceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ServiceTypeServiceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ServiceTypeServiceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ServiceTypeServiceType.Factory. parse(Node node)static ServiceTypeServiceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)ServiceTypeGetResourceByIdType. xgetService()Gets (as xml) the "service" attributeMethods in net.opengis.ows.x11 with parameters of type ServiceType Modifier and Type Method Description voidGetResourceByIdType. 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 Modifier and Type Class Description classServiceTypeImplAn XML ServiceType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return ServiceType Modifier and Type Method Description ServiceTypeGetResourceByIdTypeImpl. xgetService()Gets (as xml) the "service" attributeMethods in net.opengis.ows.x11.impl with parameters of type ServiceType Modifier and Type Method Description voidGetResourceByIdTypeImpl. xsetService(ServiceType service)Sets (as xml) the "service" attribute
-