Uses of Interface
javax.xml.registry.infomodel.PersonName
-
Packages that use PersonName Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of PersonName in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return PersonName Modifier and Type Method Description PersonNameLifeCycleManagerImpl. createPersonName(String fullName)Create a PersonName instance using the specified parameters.PersonNameLifeCycleManagerImpl. createPersonName(String firstName, String middleName, String lastName)Level 1 method -
Uses of PersonName in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement PersonName Modifier and Type Class Description classPersonNameImplImplementation of PersonName interfaceMethods in com.sun.xml.registry.uddi.infomodel that return PersonName Modifier and Type Method Description PersonNameUserImpl. getPersonName()Name of contact personMethods in com.sun.xml.registry.uddi.infomodel with parameters of type PersonName Modifier and Type Method Description voidUserImpl. setPersonName(PersonName personName)Sets Name of contact person. -
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.
-