Uses of Interface
net.opengis.ows20.ResponsiblePartyType
Packages that use ResponsiblePartyType
Package
Description
-
Uses of ResponsiblePartyType in net.opengis.ows20
Methods in net.opengis.ows20 that return ResponsiblePartyTypeModifier and TypeMethodDescriptionOws20Factory.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.ows20 with parameters of type ResponsiblePartyTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setPointOfContact(ResponsiblePartyType value) Sets the value of the 'Point Of Contact' containment reference. -
Uses of ResponsiblePartyType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ResponsiblePartyTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Responsible Party Type'.Methods in net.opengis.ows20.impl that return ResponsiblePartyTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createResponsiblePartyType()DocumentRootImpl.getPointOfContact()Methods in net.opengis.ows20.impl with parameters of type ResponsiblePartyTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetPointOfContact(ResponsiblePartyType newPointOfContact, NotificationChain msgs) voidDocumentRootImpl.setPointOfContact(ResponsiblePartyType newPointOfContact) -
Uses of ResponsiblePartyType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ResponsiblePartyTypeModifier and TypeMethodDescriptionOws20Switch.caseResponsiblePartyType(ResponsiblePartyType object) Returns the result of interpreting the object as an instance of 'Responsible Party Type'.booleanOws20Validator.validateResponsiblePartyType(ResponsiblePartyType responsiblePartyType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ResponsiblePartyType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ResponsiblePartyTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validatePointOfContact(ResponsiblePartyType value)