Uses of Interface
net.opengis.ows11.ContactType

Packages that use ContactType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
 

Uses of ContactType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return ContactType
 ContactType Ows11Factory.createContactType()
          Returns a new object of class 'Contact Type'.
 ContactType ResponsiblePartySubsetType.getContactInfo()
          Returns the value of the 'Contact Info' containment reference.
 ContactType DocumentRoot.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.ows11 with parameters of type ContactType
 void ResponsiblePartySubsetType.setContactInfo(ContactType value)
          Sets the value of the 'Contact Info' containment reference.
 void DocumentRoot.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 ContactType
 class ContactTypeImpl
          An implementation of the model object 'Contact Type'.
 

Fields in net.opengis.ows11.impl declared as ContactType
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.ows11.impl that return ContactType
 ContactType Ows11FactoryImpl.createContactType()
           
 ContactType ResponsiblePartySubsetTypeImpl.getContactInfo()
           
 ContactType DocumentRootImpl.getContactInfo()
           
 ContactType ResponsiblePartyTypeImpl.getContactInfo()
           
 

Methods in net.opengis.ows11.impl with parameters of type ContactType
 org.eclipse.emf.common.notify.NotificationChain ResponsiblePartySubsetTypeImpl.basicSetContactInfo(ContactType newContactInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetContactInfo(ContactType newContactInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ResponsiblePartyTypeImpl.basicSetContactInfo(ContactType newContactInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ResponsiblePartySubsetTypeImpl.setContactInfo(ContactType newContactInfo)
           
 void DocumentRootImpl.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 ContactType
 java.lang.Object Ows11Switch.caseContactType(ContactType object)
          Returns the result of interpreting the object as an instance of 'Contact Type'.
 boolean Ows11Validator.validateContactType(ContactType contactType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ContactType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type ContactType
 boolean ResponsiblePartyTypeValidator.validateContactInfo(ContactType value)
           
 boolean DocumentRootValidator.validateContactInfo(ContactType value)
           
 boolean ResponsiblePartySubsetTypeValidator.validateContactInfo(ContactType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.