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(java.util.List<PersonName> modelPersonNameList, java.util.List<PersonName> apiPersonNameList)
           
static void MappingApiToModel.mapPersonNames(java.util.List<PersonName> apiPersonNameList, java.util.List<PersonName> modelPersonNameList, Contact modelContact, java.lang.String businessKey)
           
 

Uses of PersonName in org.apache.juddi.model
 

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

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

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