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 ContactTypeWcs10Factory. createContactType()Returns a new object of class 'Contact Type'.ContactTypeResponsiblePartyType. 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 voidResponsiblePartyType. 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 classContactTypeImplAn implementation of the model object 'Contact Type'.Fields in net.opengis.wcs10.impl declared as ContactType Modifier and Type Field Description protected ContactTypeResponsiblePartyTypeImpl. contactInfoThe cached value of the 'Contact Info' containment reference.Methods in net.opengis.wcs10.impl that return ContactType Modifier and Type Method Description ContactTypeWcs10FactoryImpl. createContactType()ContactTypeResponsiblePartyTypeImpl. getContactInfo()Methods in net.opengis.wcs10.impl with parameters of type ContactType Modifier and Type Method Description NotificationChainResponsiblePartyTypeImpl. basicSetContactInfo(ContactType newContactInfo, NotificationChain msgs)voidResponsiblePartyTypeImpl. 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 ObjectWcs10Switch. 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 booleanResponsiblePartyTypeValidator. validateContactInfo(ContactType value)
-