Uses of Interface
net.opengis.ows10.AddressType

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

Uses of AddressType in net.opengis.ows10
 

Methods in net.opengis.ows10 that return AddressType
 AddressType Ows10Factory.createAddressType()
          Returns a new object of class 'Address Type'.
 AddressType ContactType.getAddress()
          Returns the value of the 'Address' containment reference.
 

Methods in net.opengis.ows10 with parameters of type AddressType
 void ContactType.setAddress(AddressType value)
          Sets the value of the 'Address' containment reference.
 

Uses of AddressType in net.opengis.ows10.impl
 

Fields in net.opengis.ows10.impl declared as AddressType
protected  AddressType ContactTypeImpl.address
          The cached value of the 'Address' containment reference.
 

Methods in net.opengis.ows10.impl that return AddressType
 AddressType Ows10FactoryImpl.createAddressType()
           
 AddressType ContactTypeImpl.getAddress()
           
 

Methods in net.opengis.ows10.impl with parameters of type AddressType
 org.eclipse.emf.common.notify.NotificationChain ContactTypeImpl.basicSetAddress(AddressType newAddress, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ContactTypeImpl.setAddress(AddressType newAddress)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.