Uses of Interface
javax.xml.registry.infomodel.PersonName

Packages that use PersonName
com.sun.xml.registry.uddi   
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of PersonName in com.sun.xml.registry.uddi
 

Methods in com.sun.xml.registry.uddi that return PersonName
 PersonName LifeCycleManagerImpl.createPersonName(String fullName)
          Create a PersonName instance using the specified parameters.
 PersonName LifeCycleManagerImpl.createPersonName(String firstName, String middleName, String lastName)
          Level 1 method
 

Uses of PersonName in com.sun.xml.registry.uddi.infomodel
 

Classes in com.sun.xml.registry.uddi.infomodel that implement PersonName
 class PersonNameImpl
          Implementation of PersonName interface
 

Methods in com.sun.xml.registry.uddi.infomodel that return PersonName
 PersonName UserImpl.getPersonName()
          Name of contact person
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type PersonName
 void UserImpl.setPersonName(PersonName personName)
          Sets Name of contact person.
 

Uses of PersonName in javax.xml.registry
 

Methods in javax.xml.registry that return PersonName
 PersonName LifeCycleManager.createPersonName(String fullName)
          Creates a PersonName instance using the specified full name.
 PersonName LifeCycleManager.createPersonName(String firstName, String middleName, String lastName)
          Creates a PersonName instance using the specified first, middle, and last names.
 

Uses of PersonName in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return PersonName
 PersonName User.getPersonName()
          Returns the name of this User.
 

Methods in javax.xml.registry.infomodel with parameters of type PersonName
 void User.setPersonName(PersonName personName)
          Sets the name of this User.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.