org.apache.ws.scout.registry.infomodel
Class PersonNameImpl

java.lang.Object
  extended by org.apache.ws.scout.registry.infomodel.PersonNameImpl
All Implemented Interfaces:
PersonName

public class PersonNameImpl
extends Object
implements PersonName

Implements JAXR Interface. For futher details, look into the JAXR API Javadoc.

Author:
Anil Saldhana

Constructor Summary
PersonNameImpl()
          Creates a new instance of PersonNameImpl
PersonNameImpl(String fullname)
           
 
Method Summary
 String getFirstName()
           
 String getFullName()
           
 String getLastName()
           
 String getMiddleName()
           
 void setFirstName(String str)
           
 void setFullName(String str)
           
 void setLastName(String str)
           
 void setMiddleName(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonNameImpl

public PersonNameImpl()
Creates a new instance of PersonNameImpl


PersonNameImpl

public PersonNameImpl(String fullname)
Method Detail

getFullName

public String getFullName()
                   throws JAXRException
Specified by:
getFullName in interface PersonName
Throws:
JAXRException

setFullName

public void setFullName(String str)
                 throws JAXRException
Specified by:
setFullName in interface PersonName
Throws:
JAXRException

getFirstName

public String getFirstName()
                    throws JAXRException
Specified by:
getFirstName in interface PersonName
Throws:
JAXRException

getLastName

public String getLastName()
                   throws JAXRException
Specified by:
getLastName in interface PersonName
Throws:
JAXRException

getMiddleName

public String getMiddleName()
                     throws JAXRException
Specified by:
getMiddleName in interface PersonName
Throws:
JAXRException

setFirstName

public void setFirstName(String str)
                  throws JAXRException
Specified by:
setFirstName in interface PersonName
Throws:
JAXRException

setLastName

public void setLastName(String str)
                 throws JAXRException
Specified by:
setLastName in interface PersonName
Throws:
JAXRException

setMiddleName

public void setMiddleName(String str)
                   throws JAXRException
Specified by:
setMiddleName in interface PersonName
Throws:
JAXRException


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.