站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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

Method Summary
 String getFirstName()
           
 String getFullName()
           
 String getLastName()
           
 String getMiddleName()
           
 void setFirstName(String firstName)
           
 void setFullName(String fullName)
           
 void setLastName(String lastName)
           
 void setMiddleName(String middleName)
           
 

Method Detail

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.