Uses of Interface
net.opengis.ows.x11.VersionType
-
Packages that use VersionType Package Description 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 Modifier and Type Method Description VersionTypeServiceIdentificationDocument.ServiceIdentification. addNewServiceTypeVersion()Appends and returns a new empty value (as xml) as the last "ServiceTypeVersion" elementVersionTypeAcceptVersionsType. addNewVersion()Appends and returns a new empty value (as xml) as the last "Version" elementVersionTypeServiceIdentificationDocument.ServiceIdentification. insertNewServiceTypeVersion(int i)Inserts and returns a new empty value (as xml) as the ith "ServiceTypeVersion" elementVersionTypeAcceptVersionsType. insertNewVersion(int i)Inserts and returns a new empty value (as xml) as the ith "Version" elementstatic VersionTypeVersionType.Factory. newInstance()static VersionTypeVersionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static VersionTypeVersionType.Factory. newValue(Object obj)static VersionTypeVersionType.Factory. parse(File file)static VersionTypeVersionType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VersionTypeVersionType.Factory. parse(InputStream is)static VersionTypeVersionType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VersionTypeVersionType.Factory. parse(Reader r)static VersionTypeVersionType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VersionTypeVersionType.Factory. parse(String xmlAsString)static VersionTypeVersionType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VersionTypeVersionType.Factory. parse(URL u)static VersionTypeVersionType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VersionTypeVersionType.Factory. parse(XMLStreamReader sr)static VersionTypeVersionType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VersionTypeVersionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VersionTypeVersionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VersionTypeVersionType.Factory. parse(Node node)static VersionTypeVersionType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)VersionType[]ServiceIdentificationDocument.ServiceIdentification. xgetServiceTypeVersionArray()Gets (as xml) array of all "ServiceTypeVersion" elementsVersionTypeServiceIdentificationDocument.ServiceIdentification. xgetServiceTypeVersionArray(int i)Gets (as xml) ith "ServiceTypeVersion" elementVersionTypeCapabilitiesBaseType. xgetVersion()Gets (as xml) the "version" attributeVersionTypeGetResourceByIdType. xgetVersion()Gets (as xml) the "version" attributeVersionType[]AcceptVersionsType. xgetVersionArray()Gets (as xml) array of all "Version" elementsVersionTypeAcceptVersionsType. xgetVersionArray(int i)Gets (as xml) ith "Version" elementMethods in net.opengis.ows.x11 with parameters of type VersionType Modifier and Type Method Description voidServiceIdentificationDocument.ServiceIdentification. xsetServiceTypeVersionArray(int i, VersionType serviceTypeVersion)Sets (as xml) ith "ServiceTypeVersion" elementvoidServiceIdentificationDocument.ServiceIdentification. xsetServiceTypeVersionArray(VersionType[] serviceTypeVersionArray)Sets (as xml) array of all "ServiceTypeVersion" elementvoidCapabilitiesBaseType. xsetVersion(VersionType version)Sets (as xml) the "version" attributevoidGetResourceByIdType. xsetVersion(VersionType version)Sets (as xml) the "version" attributevoidAcceptVersionsType. xsetVersionArray(int i, VersionType version)Sets (as xml) ith "Version" elementvoidAcceptVersionsType. 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 Modifier and Type Class Description classVersionTypeImplAn XML VersionType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return VersionType Modifier and Type Method Description VersionTypeServiceIdentificationDocumentImpl.ServiceIdentificationImpl. addNewServiceTypeVersion()Appends and returns a new empty value (as xml) as the last "ServiceTypeVersion" elementVersionTypeAcceptVersionsTypeImpl. addNewVersion()Appends and returns a new empty value (as xml) as the last "Version" elementVersionTypeServiceIdentificationDocumentImpl.ServiceIdentificationImpl. insertNewServiceTypeVersion(int i)Inserts and returns a new empty value (as xml) as the ith "ServiceTypeVersion" elementVersionTypeAcceptVersionsTypeImpl. insertNewVersion(int i)Inserts and returns a new empty value (as xml) as the ith "Version" elementVersionType[]ServiceIdentificationDocumentImpl.ServiceIdentificationImpl. xgetServiceTypeVersionArray()Gets (as xml) array of all "ServiceTypeVersion" elementsVersionTypeServiceIdentificationDocumentImpl.ServiceIdentificationImpl. xgetServiceTypeVersionArray(int i)Gets (as xml) ith "ServiceTypeVersion" elementVersionTypeCapabilitiesBaseTypeImpl. xgetVersion()Gets (as xml) the "version" attributeVersionTypeGetResourceByIdTypeImpl. xgetVersion()Gets (as xml) the "version" attributeVersionType[]AcceptVersionsTypeImpl. xgetVersionArray()Gets (as xml) array of all "Version" elementsVersionTypeAcceptVersionsTypeImpl. xgetVersionArray(int i)Gets (as xml) ith "Version" elementMethods in net.opengis.ows.x11.impl with parameters of type VersionType Modifier and Type Method Description voidServiceIdentificationDocumentImpl.ServiceIdentificationImpl. xsetServiceTypeVersionArray(int i, VersionType serviceTypeVersion)Sets (as xml) ith "ServiceTypeVersion" elementvoidServiceIdentificationDocumentImpl.ServiceIdentificationImpl. xsetServiceTypeVersionArray(VersionType[] serviceTypeVersionArray)Sets (as xml) array of all "ServiceTypeVersion" elementvoidCapabilitiesBaseTypeImpl. xsetVersion(VersionType version)Sets (as xml) the "version" attributevoidGetResourceByIdTypeImpl. xsetVersion(VersionType version)Sets (as xml) the "version" attributevoidAcceptVersionsTypeImpl. xsetVersionArray(int i, VersionType version)Sets (as xml) ith "Version" elementvoidAcceptVersionsTypeImpl. xsetVersionArray(VersionType[] versionArray)Sets (as xml) array of all "Version" element
-