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

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

Uses of VersionType in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return VersionType
 VersionType ServiceIdentificationDocument.ServiceIdentification.addNewServiceTypeVersion()
          Appends and returns a new empty value (as xml) as the last "ServiceTypeVersion" element
 VersionType AcceptVersionsType.addNewVersion()
          Appends and returns a new empty value (as xml) as the last "Version" element
 VersionType ServiceIdentificationDocument.ServiceIdentification.insertNewServiceTypeVersion(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceTypeVersion" element
 VersionType AcceptVersionsType.insertNewVersion(int i)
          Inserts and returns a new empty value (as xml) as the ith "Version" element
static VersionType VersionType.Factory.newInstance()
           
static VersionType VersionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static VersionType VersionType.Factory.newValue(Object obj)
           
static VersionType VersionType.Factory.parse(File file)
           
static VersionType VersionType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static VersionType VersionType.Factory.parse(InputStream is)
           
static VersionType VersionType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static VersionType VersionType.Factory.parse(Node node)
           
static VersionType VersionType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static VersionType VersionType.Factory.parse(Reader r)
           
static VersionType VersionType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static VersionType VersionType.Factory.parse(String xmlAsString)
           
static VersionType VersionType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static VersionType VersionType.Factory.parse(URL u)
           
static VersionType VersionType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static VersionType VersionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static VersionType VersionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static VersionType VersionType.Factory.parse(XMLStreamReader sr)
           
static VersionType VersionType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 VersionType[] ServiceIdentificationDocument.ServiceIdentification.xgetServiceTypeVersionArray()
          Gets (as xml) array of all "ServiceTypeVersion" elements
 VersionType ServiceIdentificationDocument.ServiceIdentification.xgetServiceTypeVersionArray(int i)
          Gets (as xml) ith "ServiceTypeVersion" element
 VersionType GetResourceByIdType.xgetVersion()
          Gets (as xml) the "version" attribute
 VersionType CapabilitiesBaseType.xgetVersion()
          Gets (as xml) the "version" attribute
 VersionType[] AcceptVersionsType.xgetVersionArray()
          Gets (as xml) array of all "Version" elements
 VersionType AcceptVersionsType.xgetVersionArray(int i)
          Gets (as xml) ith "Version" element
 

Methods in net.opengis.ows.x11 with parameters of type VersionType
 void ServiceIdentificationDocument.ServiceIdentification.xsetServiceTypeVersionArray(int i, VersionType serviceTypeVersion)
          Sets (as xml) ith "ServiceTypeVersion" element
 void ServiceIdentificationDocument.ServiceIdentification.xsetServiceTypeVersionArray(VersionType[] serviceTypeVersionArray)
          Sets (as xml) array of all "ServiceTypeVersion" element
 void GetResourceByIdType.xsetVersion(VersionType version)
          Sets (as xml) the "version" attribute
 void CapabilitiesBaseType.xsetVersion(VersionType version)
          Sets (as xml) the "version" attribute
 void AcceptVersionsType.xsetVersionArray(int i, VersionType version)
          Sets (as xml) ith "Version" element
 void AcceptVersionsType.xsetVersionArray(VersionType[] versionArray)
          Sets (as xml) array of all "Version" element
 

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

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

Methods in net.opengis.ows.x11.impl that return VersionType
 VersionType ServiceIdentificationDocumentImpl.ServiceIdentificationImpl.addNewServiceTypeVersion()
          Appends and returns a new empty value (as xml) as the last "ServiceTypeVersion" element
 VersionType AcceptVersionsTypeImpl.addNewVersion()
          Appends and returns a new empty value (as xml) as the last "Version" element
 VersionType ServiceIdentificationDocumentImpl.ServiceIdentificationImpl.insertNewServiceTypeVersion(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceTypeVersion" element
 VersionType AcceptVersionsTypeImpl.insertNewVersion(int i)
          Inserts and returns a new empty value (as xml) as the ith "Version" element
 VersionType[] ServiceIdentificationDocumentImpl.ServiceIdentificationImpl.xgetServiceTypeVersionArray()
          Gets (as xml) array of all "ServiceTypeVersion" elements
 VersionType ServiceIdentificationDocumentImpl.ServiceIdentificationImpl.xgetServiceTypeVersionArray(int i)
          Gets (as xml) ith "ServiceTypeVersion" element
 VersionType GetResourceByIdTypeImpl.xgetVersion()
          Gets (as xml) the "version" attribute
 VersionType CapabilitiesBaseTypeImpl.xgetVersion()
          Gets (as xml) the "version" attribute
 VersionType[] AcceptVersionsTypeImpl.xgetVersionArray()
          Gets (as xml) array of all "Version" elements
 VersionType AcceptVersionsTypeImpl.xgetVersionArray(int i)
          Gets (as xml) ith "Version" element
 

Methods in net.opengis.ows.x11.impl with parameters of type VersionType
 void ServiceIdentificationDocumentImpl.ServiceIdentificationImpl.xsetServiceTypeVersionArray(int i, VersionType serviceTypeVersion)
          Sets (as xml) ith "ServiceTypeVersion" element
 void ServiceIdentificationDocumentImpl.ServiceIdentificationImpl.xsetServiceTypeVersionArray(VersionType[] serviceTypeVersionArray)
          Sets (as xml) array of all "ServiceTypeVersion" element
 void GetResourceByIdTypeImpl.xsetVersion(VersionType version)
          Sets (as xml) the "version" attribute
 void CapabilitiesBaseTypeImpl.xsetVersion(VersionType version)
          Sets (as xml) the "version" attribute
 void AcceptVersionsTypeImpl.xsetVersionArray(int i, VersionType version)
          Sets (as xml) ith "Version" element
 void AcceptVersionsTypeImpl.xsetVersionArray(VersionType[] versionArray)
          Sets (as xml) array of all "Version" element
 



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