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