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

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

public class PersonNameImpl
extends java.lang.Object
implements javax.xml.registry.infomodel.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(java.lang.String fullname)
           
 
Method Summary
 java.lang.String getFirstName()
           
 java.lang.String getFullName()
           
 java.lang.String getLastName()
           
 java.lang.String getMiddleName()
           
 void setFirstName(java.lang.String str)
           
 void setFullName(java.lang.String str)
           
 void setLastName(java.lang.String str)
           
 void setMiddleName(java.lang.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(java.lang.String fullname)
Method Detail

getFullName

public java.lang.String getFullName()
                             throws javax.xml.registry.JAXRException
Specified by:
getFullName in interface javax.xml.registry.infomodel.PersonName
Throws:
javax.xml.registry.JAXRException

setFullName

public void setFullName(java.lang.String str)
                 throws javax.xml.registry.JAXRException
Specified by:
setFullName in interface javax.xml.registry.infomodel.PersonName
Throws:
javax.xml.registry.JAXRException

getFirstName

public java.lang.String getFirstName()
                              throws javax.xml.registry.JAXRException
Specified by:
getFirstName in interface javax.xml.registry.infomodel.PersonName
Throws:
javax.xml.registry.JAXRException

getLastName

public java.lang.String getLastName()
                             throws javax.xml.registry.JAXRException
Specified by:
getLastName in interface javax.xml.registry.infomodel.PersonName
Throws:
javax.xml.registry.JAXRException

getMiddleName

public java.lang.String getMiddleName()
                               throws javax.xml.registry.JAXRException
Specified by:
getMiddleName in interface javax.xml.registry.infomodel.PersonName
Throws:
javax.xml.registry.JAXRException

setFirstName

public void setFirstName(java.lang.String str)
                  throws javax.xml.registry.JAXRException
Specified by:
setFirstName in interface javax.xml.registry.infomodel.PersonName
Throws:
javax.xml.registry.JAXRException

setLastName

public void setLastName(java.lang.String str)
                 throws javax.xml.registry.JAXRException
Specified by:
setLastName in interface javax.xml.registry.infomodel.PersonName
Throws:
javax.xml.registry.JAXRException

setMiddleName

public void setMiddleName(java.lang.String str)
                   throws javax.xml.registry.JAXRException
Specified by:
setMiddleName in interface javax.xml.registry.infomodel.PersonName
Throws:
javax.xml.registry.JAXRException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.