Uses of Interface
javax.xml.registry.infomodel.PersonName

Packages that use PersonName
javax.xml.registry   
javax.xml.registry.infomodel   
org.apache.ws.scout.registry   
org.apache.ws.scout.registry.infomodel   
 

Uses of PersonName in javax.xml.registry
 

Methods in javax.xml.registry that return PersonName
 PersonName LifeCycleManager.createPersonName(String fullName)
           
 PersonName LifeCycleManager.createPersonName(String firstName, String middleName, String lastName)
           
 

Uses of PersonName in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return PersonName
 PersonName User.getPersonName()
           
 

Methods in javax.xml.registry.infomodel with parameters of type PersonName
 void User.setPersonName(PersonName personName)
           
 

Uses of PersonName in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return PersonName
 PersonName LifeCycleManagerImpl.createPersonName(String fullName)
           
 PersonName LifeCycleManagerImpl.createPersonName(String firstName, String middleName, String lastName)
           
 

Uses of PersonName in org.apache.ws.scout.registry.infomodel
 

Classes in org.apache.ws.scout.registry.infomodel that implement PersonName
 class PersonNameImpl
          Implements JAXR Interface.
 

Methods in org.apache.ws.scout.registry.infomodel that return PersonName
 PersonName UserImpl.getPersonName()
           
 

Methods in org.apache.ws.scout.registry.infomodel with parameters of type PersonName
 void UserImpl.setPersonName(PersonName pname)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.