public class PersonNameType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
firstName |
protected java.lang.String |
lastName |
protected java.lang.String |
middleName |
protected java.lang.String |
salutation |
protected java.lang.String |
suffix |
| Constructor and Description |
|---|
PersonNameType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFirstName()
Gets the value of the firstName property.
|
java.lang.String |
getLastName()
Gets the value of the lastName property.
|
java.lang.String |
getMiddleName()
Gets the value of the middleName property.
|
java.lang.String |
getSalutation()
Gets the value of the salutation property.
|
java.lang.String |
getSuffix()
Gets the value of the suffix property.
|
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property.
|
void |
setLastName(java.lang.String value)
Sets the value of the lastName property.
|
void |
setMiddleName(java.lang.String value)
Sets the value of the middleName property.
|
void |
setSalutation(java.lang.String value)
Sets the value of the salutation property.
|
void |
setSuffix(java.lang.String value)
Sets the value of the suffix property.
|
protected java.lang.String salutation
protected java.lang.String firstName
protected java.lang.String middleName
protected java.lang.String lastName
protected java.lang.String suffix
public java.lang.String getSalutation()
Stringpublic void setSalutation(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getFirstName()
Stringpublic void setFirstName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getMiddleName()
Stringpublic void setMiddleName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getLastName()
Stringpublic void setLastName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getSuffix()
Stringpublic void setSuffix(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.