javax.xml.registry.infomodel
Interface PersonName
public interface PersonName
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200(mer, 25 ott 2006) $
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 © 2003-2011 The Apache Software Foundation. All Rights Reserved.