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

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

Uses of PersonName in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type PersonName
static void MappingModelToApi.mapPersonNames(List<PersonName> modelPersonNameList, List<org.uddi.api_v3.PersonName> apiPersonNameList)
           
static void MappingApiToModel.mapPersonNames(List<org.uddi.api_v3.PersonName> apiPersonNameList, List<PersonName> modelPersonNameList, Contact modelContact, String businessKey)
           
 

Uses of PersonName in org.apache.juddi.model
 

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

Method parameters in org.apache.juddi.model with type arguments of type PersonName
 void Contact.setPersonNames(List<PersonName> personNames)
           
 

Constructor parameters in org.apache.juddi.model with type arguments of type PersonName
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.