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

Packages that use PersonName
javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. 
javax.xml.registry.infomodel This package describes the information model for JAXR API. 
 

Uses of PersonName in javax.xml.registry
 

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

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.