Uses of Interface
javax.xml.registry.infomodel.PersonName
Packages that use PersonName
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
This package describes the information model for the Jakarta XML Registries
API.
-
Uses of PersonName in javax.xml.registry
Methods in javax.xml.registry that return PersonNameModifier and TypeMethodDescriptionLifeCycleManager.createPersonName(String fullName) Creates a PersonName instance using the specified full name.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 PersonNameMethods in javax.xml.registry.infomodel with parameters of type PersonNameModifier and TypeMethodDescriptionvoidUser.setPersonName(PersonName personName) Sets the name of this User.