javax.xml.registry.infomodel
Interface PersonName
public interface PersonName
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
getFirstName
java.lang.String getFirstName()
throws JAXRException
- Throws:
JAXRException
getFullName
java.lang.String getFullName()
throws JAXRException
- Throws:
JAXRException
getLastName
java.lang.String getLastName()
throws JAXRException
- Throws:
JAXRException
getMiddleName
java.lang.String getMiddleName()
throws JAXRException
- Throws:
JAXRException
setFirstName
void setFirstName(java.lang.String firstName)
throws JAXRException
- Throws:
JAXRException
setFullName
void setFullName(java.lang.String fullName)
throws JAXRException
- Throws:
JAXRException
setLastName
void setLastName(java.lang.String lastName)
throws JAXRException
- Throws:
JAXRException
setMiddleName
void setMiddleName(java.lang.String middleName)
throws JAXRException
- Throws:
JAXRException
Copyright © 2008. All Rights Reserved.