Uses of Interface
net.opengis.ows11.ResponsiblePartyType
Packages that use ResponsiblePartyType
Package
Description
-
Uses of ResponsiblePartyType in net.opengis.ows11
Methods in net.opengis.ows11 that return ResponsiblePartyTypeModifier and TypeMethodDescriptionOws11Factory.createResponsiblePartyType()
Returns a new object of class 'Responsible Party Type'.DocumentRoot.getPointOfContact()
Returns the value of the 'Point Of Contact' containment reference.Methods in net.opengis.ows11 with parameters of type ResponsiblePartyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setPointOfContact
(ResponsiblePartyType value) Sets the value of the 'Point Of Contact
' containment reference. -
Uses of ResponsiblePartyType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement ResponsiblePartyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Responsible Party Type'.Methods in net.opengis.ows11.impl that return ResponsiblePartyTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createResponsiblePartyType()
DocumentRootImpl.getPointOfContact()
Methods in net.opengis.ows11.impl with parameters of type ResponsiblePartyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetPointOfContact
(ResponsiblePartyType newPointOfContact, NotificationChain msgs) void
DocumentRootImpl.setPointOfContact
(ResponsiblePartyType newPointOfContact) -
Uses of ResponsiblePartyType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type ResponsiblePartyTypeModifier and TypeMethodDescriptionOws11Switch.caseResponsiblePartyType
(ResponsiblePartyType object) Returns the result of interpreting the object as an instance of 'Responsible Party Type'.boolean
Ows11Validator.validateResponsiblePartyType
(ResponsiblePartyType responsiblePartyType, DiagnosticChain diagnostics, Map context) -
Uses of ResponsiblePartyType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type ResponsiblePartyTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validatePointOfContact
(ResponsiblePartyType value)