| Package | Description |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersonNameImpl
Implementation of PersonName interface
|
| Modifier and Type | Method and Description |
|---|---|
PersonName |
UserImpl.getPersonName()
Name of contact person
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserImpl.setPersonName(PersonName personName)
Sets Name of contact person.
|
| 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 © 2005–2017 Oracle Corporation. All rights reserved.