Uses of Class
org.uddi.api_v3.Address

Packages that use Address
org.uddi.api_v3   
 

Uses of Address in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type Address
protected  List<Address> Contact.address
           
 

Methods in org.uddi.api_v3 that return Address
 Address ObjectFactory.createAddress()
          Create an instance of Address
 

Methods in org.uddi.api_v3 that return types with arguments of type Address
 javax.xml.bind.JAXBElement<Address> ObjectFactory.createAddress(Address value)
          Create an instance of JAXBElement<Address>}
 List<Address> Contact.getAddress()
          Gets the value of the address property.
 

Methods in org.uddi.api_v3 with parameters of type Address
 javax.xml.bind.JAXBElement<Address> ObjectFactory.createAddress(Address value)
          Create an instance of JAXBElement<Address>}
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.