当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
PersonName (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry.infomodel
Interface PersonName
- public interface PersonName
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
getFirstName
public String getFirstName()
throws JAXRException
- Throws:
JAXRException
getFullName
public String getFullName()
throws JAXRException
- Throws:
JAXRException
getLastName
public String getLastName()
throws JAXRException
- Throws:
JAXRException
getMiddleName
public String getMiddleName()
throws JAXRException
- Throws:
JAXRException
setFirstName
public void setFirstName(String firstName)
throws JAXRException
- Throws:
JAXRException
setFullName
public void setFullName(String fullName)
throws JAXRException
- Throws:
JAXRException
setLastName
public void setLastName(String lastName)
throws JAXRException
- Throws:
JAXRException
setMiddleName
public void setMiddleName(String middleName)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.