public interface PersonName
Modifier and Type | Method and Description |
---|---|
String |
getFirstName() |
String |
getFullName() |
String |
getLastName() |
String |
getMiddleName() |
void |
setFirstName(String firstName) |
void |
setFullName(String fullName) |
void |
setLastName(String lastName) |
void |
setMiddleName(String middleName) |
String getFirstName() throws JAXRException
JAXRException
String getFullName() throws JAXRException
JAXRException
String getLastName() throws JAXRException
JAXRException
String getMiddleName() throws JAXRException
JAXRException
void setFirstName(String firstName) throws JAXRException
JAXRException
void setFullName(String fullName) throws JAXRException
JAXRException
void setLastName(String lastName) throws JAXRException
JAXRException
void setMiddleName(String middleName) throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.