Uses of Interface
javax.xml.registry.infomodel.PersonName
-
Packages that use PersonName 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. -
-
Uses of PersonName in javax.xml.registry
Methods in javax.xml.registry that return PersonName Modifier and Type Method Description PersonNameLifeCycleManager. createPersonName(String fullName)Creates a PersonName instance using the specified full name.PersonNameLifeCycleManager. 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 PersonName Modifier and Type Method Description PersonNameUser. getPersonName()Returns the name of this User.Methods in javax.xml.registry.infomodel with parameters of type PersonName Modifier and Type Method Description voidUser. setPersonName(PersonName personName)Sets the name of this User.
-