org.apache.ws.scout.registry.infomodel
Class PersonNameImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonNameImpl
public PersonNameImpl()
- Creates a new instance of PersonNameImpl
PersonNameImpl
public PersonNameImpl(String fullname)
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.