| Package | Description | 
|---|---|
| javax.xml.registry | 
 This package and its sub-packages describe the API classes and interfaces
 for the Jakarta XML Registries API. | 
| javax.xml.registry.infomodel | 
 This package describes the information model for the Jakarta XML Registries
 API. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| PersonName | User. getPersonName()Returns the name of this User. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | User. setPersonName(PersonName personName)Sets the name of this User. | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.