Uses of Interface
net.opengis.ows20.ServiceReferenceType
-
Packages that use ServiceReferenceType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of ServiceReferenceType in net.opengis.ows20
Methods in net.opengis.ows20 that return ServiceReferenceType Modifier and Type Method Description ServiceReferenceType
Ows20Factory. createServiceReferenceType()
Returns a new object of class 'Service Reference Type'.ServiceReferenceType
DocumentRoot. getServiceReference()
Returns the value of the 'Service Reference' containment reference.Methods in net.opengis.ows20 with parameters of type ServiceReferenceType Modifier and Type Method Description void
DocumentRoot. setServiceReference(ServiceReferenceType value)
Sets the value of the 'Service Reference
' containment reference. -
Uses of ServiceReferenceType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ServiceReferenceType Modifier and Type Class Description class
ServiceReferenceTypeImpl
An implementation of the model object 'Service Reference Type'.Methods in net.opengis.ows20.impl that return ServiceReferenceType Modifier and Type Method Description ServiceReferenceType
Ows20FactoryImpl. createServiceReferenceType()
ServiceReferenceType
DocumentRootImpl. getServiceReference()
Methods in net.opengis.ows20.impl with parameters of type ServiceReferenceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetServiceReference(ServiceReferenceType newServiceReference, NotificationChain msgs)
void
DocumentRootImpl. setServiceReference(ServiceReferenceType newServiceReference)
-
Uses of ServiceReferenceType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ServiceReferenceType Modifier and Type Method Description T
Ows20Switch. caseServiceReferenceType(ServiceReferenceType object)
Returns the result of interpreting the object as an instance of 'Service Reference Type'.boolean
Ows20Validator. validateServiceReferenceType(ServiceReferenceType serviceReferenceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ServiceReferenceType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ServiceReferenceType Modifier and Type Method Description boolean
DocumentRootValidator. validateServiceReference(ServiceReferenceType value)
-