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

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

Uses of Phone in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type Phone
static void MappingModelToApi.mapContactPhones(List<Phone> modelPhoneList, List<org.uddi.api_v3.Phone> apiPhoneList)
           
static void MappingApiToModel.mapContactPhones(List<org.uddi.api_v3.Phone> apiPhoneList, List<Phone> modelPhoneList, Contact modelContact, String businessKey)
           
 

Uses of Phone in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return types with arguments of type Phone
 List<Phone> Contact.getPhones()
           
 

Method parameters in org.apache.juddi.model with type arguments of type Phone
 void Contact.setPhones(List<Phone> phones)
           
 

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



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