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

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

Uses of AddressLine in org.apache.juddi.mapping
 

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

Uses of AddressLine in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return types with arguments of type AddressLine
 List<AddressLine> Address.getAddressLines()
           
 

Method parameters in org.apache.juddi.model with type arguments of type AddressLine
 void Address.setAddressLines(List<AddressLine> addressLines)
           
 

Constructor parameters in org.apache.juddi.model with type arguments of type AddressLine
Address(Long id, Contact contact, String useType, String sortCode, String tmodelKey, List<AddressLine> addressLines)
           
 



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