Uses of Interface
net.opengis.ows11.ContactType
Packages that use ContactType
-
Uses of ContactType in net.opengis.ows11
Methods in net.opengis.ows11 that return ContactTypeModifier and TypeMethodDescriptionOws11Factory.createContactType()
Returns a new object of class 'Contact Type'.DocumentRoot.getContactInfo()
Returns the value of the 'Contact Info' containment reference.ResponsiblePartySubsetType.getContactInfo()
Returns the value of the 'Contact Info' containment reference.ResponsiblePartyType.getContactInfo()
Returns the value of the 'Contact Info' containment reference.Methods in net.opengis.ows11 with parameters of type ContactTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setContactInfo
(ContactType value) Sets the value of the 'Contact Info
' containment reference.void
ResponsiblePartySubsetType.setContactInfo
(ContactType value) Sets the value of the 'Contact Info
' containment reference.void
ResponsiblePartyType.setContactInfo
(ContactType value) Sets the value of the 'Contact Info
' containment reference. -
Uses of ContactType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement ContactTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Contact Type'.Fields in net.opengis.ows11.impl declared as ContactTypeModifier and TypeFieldDescriptionprotected ContactType
ResponsiblePartySubsetTypeImpl.contactInfo
The cached value of the 'Contact Info
' containment reference.protected ContactType
ResponsiblePartyTypeImpl.contactInfo
The cached value of the 'Contact Info
' containment reference.Methods in net.opengis.ows11.impl that return ContactTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createContactType()
DocumentRootImpl.getContactInfo()
ResponsiblePartySubsetTypeImpl.getContactInfo()
ResponsiblePartyTypeImpl.getContactInfo()
Methods in net.opengis.ows11.impl with parameters of type ContactTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetContactInfo
(ContactType newContactInfo, NotificationChain msgs) NotificationChain
ResponsiblePartySubsetTypeImpl.basicSetContactInfo
(ContactType newContactInfo, NotificationChain msgs) NotificationChain
ResponsiblePartyTypeImpl.basicSetContactInfo
(ContactType newContactInfo, NotificationChain msgs) void
DocumentRootImpl.setContactInfo
(ContactType newContactInfo) void
ResponsiblePartySubsetTypeImpl.setContactInfo
(ContactType newContactInfo) void
ResponsiblePartyTypeImpl.setContactInfo
(ContactType newContactInfo) -
Uses of ContactType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type ContactTypeModifier and TypeMethodDescriptionOws11Switch.caseContactType
(ContactType object) Returns the result of interpreting the object as an instance of 'Contact Type'.boolean
Ows11Validator.validateContactType
(ContactType contactType, DiagnosticChain diagnostics, Map context) -
Uses of ContactType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type ContactTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateContactInfo
(ContactType value) boolean
ResponsiblePartySubsetTypeValidator.validateContactInfo
(ContactType value) boolean
ResponsiblePartyTypeValidator.validateContactInfo
(ContactType value) -
Uses of ContactType in org.geotools.metadata.iso.citation
Constructors in org.geotools.metadata.iso.citation with parameters of type ContactType