Uses of Interface
net.opengis.ows10.ContactType
-
Packages that use ContactType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of ContactType in net.opengis.ows10
Methods in net.opengis.ows10 that return ContactType Modifier and Type Method Description ContactType
Ows10Factory. createContactType()
Returns a new object of class 'Contact Type'.ContactType
DocumentRoot. getContactInfo()
Returns the value of the 'Contact Info' containment reference.ContactType
ResponsiblePartySubsetType. getContactInfo()
Returns the value of the 'Contact Info' containment reference.ContactType
ResponsiblePartyType. getContactInfo()
Returns the value of the 'Contact Info' containment reference.Methods in net.opengis.ows10 with parameters of type ContactType Modifier and Type Method Description void
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.ows10.impl
Classes in net.opengis.ows10.impl that implement ContactType Modifier and Type Class Description class
ContactTypeImpl
An implementation of the model object 'Contact Type'.Fields in net.opengis.ows10.impl declared as ContactType Modifier and Type Field Description protected 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.ows10.impl that return ContactType Modifier and Type Method Description ContactType
Ows10FactoryImpl. createContactType()
ContactType
DocumentRootImpl. getContactInfo()
ContactType
ResponsiblePartySubsetTypeImpl. getContactInfo()
ContactType
ResponsiblePartyTypeImpl. getContactInfo()
Methods in net.opengis.ows10.impl with parameters of type ContactType Modifier and Type Method Description NotificationChain
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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type ContactType Modifier and Type Method Description boolean
DocumentRootValidator. validateContactInfo(ContactType value)
boolean
ResponsiblePartySubsetTypeValidator. validateContactInfo(ContactType value)
boolean
ResponsiblePartyTypeValidator. validateContactInfo(ContactType value)
-