Uses of Class
org.apache.juddi.model.Address

Packages that use Address
org.apache.juddi.mapping   
org.apache.juddi.model   
 

Uses of Address in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type Address
static void MappingApiToModel.mapAddressLines(java.util.List<AddressLine> apiAddressLineList, java.util.List<AddressLine> modelAddressLineList, Address modelAddress, java.lang.String businessKey, java.lang.Long contactId)
           
 

Method parameters in org.apache.juddi.mapping with type arguments of type Address
static void MappingModelToApi.mapContactAddresses(java.util.List<Address> modelAddressList, java.util.List<Address> apiAddressList)
           
static void MappingApiToModel.mapContactAddresses(java.util.List<Address> apiAddressList, java.util.List<Address> modelAddressList, Contact modelContact, java.lang.String businessKey)
           
 

Uses of Address in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return Address
 Address AddressLine.getAddress()
           
 

Methods in org.apache.juddi.model that return types with arguments of type Address
 java.util.List<Address> Contact.getAddresses()
           
 

Methods in org.apache.juddi.model with parameters of type Address
 void AddressLine.setAddress(Address address)
           
 

Method parameters in org.apache.juddi.model with type arguments of type Address
 void Contact.setAddresses(java.util.List<Address> addresses)
           
 

Constructors in org.apache.juddi.model with parameters of type Address
AddressLine(Address address, java.lang.String line)
           
AddressLine(Address address, java.lang.String line, java.lang.String keyName, java.lang.String keyValue)
           
 

Constructor parameters in org.apache.juddi.model with type arguments of type Address
Contact(BusinessEntity businessEntity, java.lang.String useType, java.util.List<PersonName> personNames, java.util.List<ContactDescr> contactDescrs, java.util.List<Email> emails, java.util.List<Phone> phones, java.util.List<Address> addresses)
           
 



Copyright © 2004-2009. All Rights Reserved.