Uses of Interface
net.opengis.ows10.TelephoneType

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

Uses of TelephoneType in net.opengis.ows10
 

Methods in net.opengis.ows10 that return TelephoneType
 TelephoneType Ows10Factory.createTelephoneType()
          Returns a new object of class 'Telephone Type'.
 TelephoneType ContactType.getPhone()
          Returns the value of the 'Phone' containment reference.
 

Methods in net.opengis.ows10 with parameters of type TelephoneType
 void ContactType.setPhone(TelephoneType value)
          Sets the value of the 'Phone' containment reference.
 

Uses of TelephoneType in net.opengis.ows10.impl
 

Fields in net.opengis.ows10.impl declared as TelephoneType
protected  TelephoneType ContactTypeImpl.phone
          The cached value of the 'Phone' containment reference.
 

Methods in net.opengis.ows10.impl that return TelephoneType
 TelephoneType Ows10FactoryImpl.createTelephoneType()
           
 TelephoneType ContactTypeImpl.getPhone()
           
 

Methods in net.opengis.ows10.impl with parameters of type TelephoneType
 org.eclipse.emf.common.notify.NotificationChain ContactTypeImpl.basicSetPhone(TelephoneType newPhone, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ContactTypeImpl.setPhone(TelephoneType newPhone)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.