javax.xml.registry.infomodel
Interface PersonName
public interface PersonName
- Version:
- $Revision$ $Date$
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 © {inceptionYear}-2009 null. All Rights Reserved.