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(java.util.List<AddressLine> modelAddressLineList, java.util.List<AddressLine> apiAddressLineList)
           
static void MappingApiToModel.mapAddressLines(java.util.List<AddressLine> apiAddressLineList, java.util.List<AddressLine> modelAddressLineList, Address modelAddress, java.lang.String businessKey, java.lang.Long contactId)
           
 

Uses of AddressLine in org.apache.juddi.model
 

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

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

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



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