Uses of Interface
net.opengis.ows10.ContactType

Packages that use ContactType
net.opengis.ows10   
net.opengis.ows10.impl   
 

Uses of ContactType in net.opengis.ows10
 

Methods in net.opengis.ows10 that return ContactType
 ContactType Ows10Factory.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.ows10 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.ows10.impl
 

Fields in net.opengis.ows10.impl declared as ContactType
protected  ContactType ResponsiblePartyTypeImpl.contactInfo
          The cached value of the 'Contact Info' containment reference.
protected  ContactType ResponsiblePartySubsetTypeImpl.contactInfo
          The cached value of the 'Contact Info' containment reference.
 

Methods in net.opengis.ows10.impl that return ContactType
 ContactType Ows10FactoryImpl.createContactType()
           
 ContactType ResponsiblePartyTypeImpl.getContactInfo()
           
 ContactType ResponsiblePartySubsetTypeImpl.getContactInfo()
           
 ContactType DocumentRootImpl.getContactInfo()
           
 

Methods in net.opengis.ows10.impl with parameters of type ContactType
 org.eclipse.emf.common.notify.NotificationChain ResponsiblePartyTypeImpl.basicSetContactInfo(ContactType newContactInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 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)
           
 void ResponsiblePartyTypeImpl.setContactInfo(ContactType newContactInfo)
           
 void ResponsiblePartySubsetTypeImpl.setContactInfo(ContactType newContactInfo)
           
 void DocumentRootImpl.setContactInfo(ContactType newContactInfo)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.