Uses of Interface
net.opengis.wcs10.ContactType
-
Packages that use ContactType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of ContactType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ContactType Modifier and Type Method Description ContactType
Wcs10Factory. createContactType()
Returns a new object of class 'Contact Type'.ContactType
ResponsiblePartyType. getContactInfo()
Returns the value of the 'Contact Info' containment reference.Methods in net.opengis.wcs10 with parameters of type ContactType Modifier and Type Method Description void
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 ContactType Modifier and Type Class Description class
ContactTypeImpl
An implementation of the model object 'Contact Type'.Fields in net.opengis.wcs10.impl declared as ContactType Modifier and Type Field Description protected ContactType
ResponsiblePartyTypeImpl. contactInfo
The cached value of the 'Contact Info
' containment reference.Methods in net.opengis.wcs10.impl that return ContactType Modifier and Type Method Description ContactType
Wcs10FactoryImpl. createContactType()
ContactType
ResponsiblePartyTypeImpl. getContactInfo()
Methods in net.opengis.wcs10.impl with parameters of type ContactType Modifier and Type Method Description NotificationChain
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 ContactType Modifier and Type Method Description Object
Wcs10Switch. 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 ContactType Modifier and Type Method Description boolean
ResponsiblePartyTypeValidator. validateContactInfo(ContactType value)
-