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(java.util.List<Phone> modelPhoneList, java.util.List<Phone> apiPhoneList)
           
static void MappingApiToModel.mapContactPhones(java.util.List<Phone> apiPhoneList, java.util.List<Phone> modelPhoneList, Contact modelContact, java.lang.String businessKey)
           
 

Uses of Phone in org.apache.juddi.model
 

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

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

Constructor parameters in org.apache.juddi.model with type arguments of type Phone
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-2011 The Apache Software Foundation. All Rights Reserved.