Uses of Interface
net.opengis.wcs10.ContactType
Packages that use ContactType
Package
Description
-
Uses of ContactType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ContactTypeModifier and TypeMethodDescriptionWcs10Factory.createContactType()
Returns a new object of class 'Contact Type'.ResponsiblePartyType.getContactInfo()
Returns the value of the 'Contact Info' containment reference.Methods in net.opengis.wcs10 with parameters of type ContactTypeModifier and TypeMethodDescriptionvoid
ResponsiblePartyType.setContactInfo
(ContactType value) Sets the value of the 'Contact Info
' containment reference. -
Uses of ContactType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ContactTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Contact Type'.Fields in net.opengis.wcs10.impl declared as ContactTypeModifier and TypeFieldDescriptionprotected ContactType
ResponsiblePartyTypeImpl.contactInfo
The cached value of the 'Contact Info
' containment reference.Methods in net.opengis.wcs10.impl that return ContactTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createContactType()
ResponsiblePartyTypeImpl.getContactInfo()
Methods in net.opengis.wcs10.impl with parameters of type ContactTypeModifier and TypeMethodDescriptionNotificationChain
ResponsiblePartyTypeImpl.basicSetContactInfo
(ContactType newContactInfo, NotificationChain msgs) void
ResponsiblePartyTypeImpl.setContactInfo
(ContactType newContactInfo) -
Uses of ContactType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ContactTypeModifier and TypeMethodDescriptionWcs10Switch.caseContactType
(ContactType object) Returns the result of interpreting the object as an instance of 'Contact Type'. -
Uses of ContactType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type ContactTypeModifier and TypeMethodDescriptionboolean
ResponsiblePartyTypeValidator.validateContactInfo
(ContactType value)