| Package | Description | 
|---|---|
| javax.xml.registry | 
 This package defines APIs to access and programatically interact with metadata registries. 
 | 
| javax.xml.registry.infomodel | 
 This package defines interfaces that define the information model for metadata registries. 
 | 
| 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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.