javax.xml.registry.infomodel
Interface PersonName
public interface PersonName
- Version:
 
  - $Revision$ $Date$
 
 
getFirstName
String getFirstName()
                    throws JAXRException
- Throws:
 JAXRException
 
getFullName
String getFullName()
                   throws JAXRException
- Throws:
 JAXRException
 
getLastName
String getLastName()
                   throws JAXRException
- Throws:
 JAXRException
 
getMiddleName
String getMiddleName()
                     throws JAXRException
- Throws:
 JAXRException
 
setFirstName
void setFirstName(String firstName)
                  throws JAXRException
- Throws:
 JAXRException
 
setFullName
void setFullName(String fullName)
                 throws JAXRException
- Throws:
 JAXRException
 
setLastName
void setLastName(String lastName)
                 throws JAXRException
- Throws:
 JAXRException
 
setMiddleName
void setMiddleName(String middleName)
                   throws JAXRException
- Throws:
 JAXRException
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.