public class

PersonNameType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.PersonNameType

Class Overview

Java class for PersonNameType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PersonNameType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Salutation" type="{urn:ebay:apis:eBLBaseComponents}SalutationType" minOccurs="0"/>
         <element name="FirstName" type="{urn:ebay:apis:eBLBaseComponents}NameType" minOccurs="0"/>
         <element name="MiddleName" type="{urn:ebay:apis:eBLBaseComponents}NameType" minOccurs="0"/>
         <element name="LastName" type="{urn:ebay:apis:eBLBaseComponents}NameType" minOccurs="0"/>
         <element name="Suffix" type="{urn:ebay:apis:eBLBaseComponents}SuffixType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String firstName
protected String lastName
protected String middleName
protected String salutation
protected String suffix
Public Constructors
PersonNameType()
Public Methods
String getFirstName()
Gets the value of the firstName property.
String getLastName()
Gets the value of the lastName property.
String getMiddleName()
Gets the value of the middleName property.
String getSalutation()
Gets the value of the salutation property.
String getSuffix()
Gets the value of the suffix property.
void setFirstName(String value)
Sets the value of the firstName property.
void setLastName(String value)
Sets the value of the lastName property.
void setMiddleName(String value)
Sets the value of the middleName property.
void setSalutation(String value)
Sets the value of the salutation property.
void setSuffix(String value)
Sets the value of the suffix property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String firstName

protected String lastName

protected String middleName

protected String salutation

protected String suffix

Public Constructors

public PersonNameType ()

Public Methods

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public String getMiddleName ()

Gets the value of the middleName property.

Returns
  • possible object is String

public String getSalutation ()

Gets the value of the salutation property.

Returns
  • possible object is String

public String getSuffix ()

Gets the value of the suffix property.

Returns
  • possible object is String

public void setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public void setMiddleName (String value)

Sets the value of the middleName property.

Parameters
value Allowed object is String

public void setSalutation (String value)

Sets the value of the salutation property.

Parameters
value Allowed object is String

public void setSuffix (String value)

Sets the value of the suffix property.

Parameters
value Allowed object is String