Uses of Interface
net.opengis.ows.x11.ServiceIdentificationDocument.ServiceIdentification
-
Packages that use ServiceIdentificationDocument.ServiceIdentification Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of ServiceIdentificationDocument.ServiceIdentification in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return ServiceIdentificationDocument.ServiceIdentification Modifier and Type Method Description ServiceIdentificationDocument.ServiceIdentificationCapabilitiesBaseType. addNewServiceIdentification()Appends and returns a new empty "ServiceIdentification" elementServiceIdentificationDocument.ServiceIdentificationServiceIdentificationDocument. addNewServiceIdentification()Appends and returns a new empty "ServiceIdentification" elementServiceIdentificationDocument.ServiceIdentificationCapabilitiesBaseType. getServiceIdentification()Gets the "ServiceIdentification" elementServiceIdentificationDocument.ServiceIdentificationServiceIdentificationDocument. getServiceIdentification()Gets the "ServiceIdentification" elementstatic ServiceIdentificationDocument.ServiceIdentificationServiceIdentificationDocument.ServiceIdentification.Factory. newInstance()static ServiceIdentificationDocument.ServiceIdentificationServiceIdentificationDocument.ServiceIdentification.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type ServiceIdentificationDocument.ServiceIdentification Modifier and Type Method Description voidCapabilitiesBaseType. setServiceIdentification(ServiceIdentificationDocument.ServiceIdentification serviceIdentification)Sets the "ServiceIdentification" elementvoidServiceIdentificationDocument. setServiceIdentification(ServiceIdentificationDocument.ServiceIdentification serviceIdentification)Sets the "ServiceIdentification" element -
Uses of ServiceIdentificationDocument.ServiceIdentification in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement ServiceIdentificationDocument.ServiceIdentification Modifier and Type Class Description static classServiceIdentificationDocumentImpl.ServiceIdentificationImplAn XML ServiceIdentification(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return ServiceIdentificationDocument.ServiceIdentification Modifier and Type Method Description ServiceIdentificationDocument.ServiceIdentificationCapabilitiesBaseTypeImpl. addNewServiceIdentification()Appends and returns a new empty "ServiceIdentification" elementServiceIdentificationDocument.ServiceIdentificationServiceIdentificationDocumentImpl. addNewServiceIdentification()Appends and returns a new empty "ServiceIdentification" elementServiceIdentificationDocument.ServiceIdentificationCapabilitiesBaseTypeImpl. getServiceIdentification()Gets the "ServiceIdentification" elementServiceIdentificationDocument.ServiceIdentificationServiceIdentificationDocumentImpl. getServiceIdentification()Gets the "ServiceIdentification" elementMethods in net.opengis.ows.x11.impl with parameters of type ServiceIdentificationDocument.ServiceIdentification Modifier and Type Method Description voidCapabilitiesBaseTypeImpl. setServiceIdentification(ServiceIdentificationDocument.ServiceIdentification serviceIdentification)Sets the "ServiceIdentification" elementvoidServiceIdentificationDocumentImpl. setServiceIdentification(ServiceIdentificationDocument.ServiceIdentification serviceIdentification)Sets the "ServiceIdentification" element
-