Uses of Class
org.uddi.api_v3.PersonName

Packages that use PersonName
org.apache.juddi.mapping   
org.apache.juddi.v3.tck   
org.uddi.api_v3   
 

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

Uses of PersonName in org.apache.juddi.v3.tck
 

Method parameters in org.apache.juddi.v3.tck with type arguments of type PersonName
static void TckValidator.checkPersonNames(List<PersonName> names1, List<PersonName> names2)
           
static void TckValidator.checkPersonNames(List<PersonName> names1, List<PersonName> names2)
           
 

Uses of PersonName in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type PersonName
protected  List<PersonName> Contact.personName
           
 

Methods in org.uddi.api_v3 that return PersonName
 PersonName ObjectFactory.createPersonName()
          Create an instance of PersonName
 

Methods in org.uddi.api_v3 that return types with arguments of type PersonName
 javax.xml.bind.JAXBElement<PersonName> ObjectFactory.createPersonName(PersonName value)
          Create an instance of JAXBElement<PersonName>}
 List<PersonName> Contact.getPersonName()
          Gets the value of the personName property.
 

Methods in org.uddi.api_v3 with parameters of type PersonName
 javax.xml.bind.JAXBElement<PersonName> ObjectFactory.createPersonName(PersonName value)
          Create an instance of JAXBElement<PersonName>}
 



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