javax.xml.registry.infomodel
Interface PersonName
public interface PersonName
- Version:
- $Revision: 57196 $
- Author:
- Scott.Stark@jboss.org
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 © 2002 JBoss Group, LLC. All Rights Reserved.