| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.PersonNameType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| firstName | |||||||||||
| lastName | |||||||||||
| middleName | |||||||||||
| salutation | |||||||||||
| suffix | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the firstName property.
| |||||||||||
Gets the value of the lastName property.
| |||||||||||
Gets the value of the middleName property.
| |||||||||||
Gets the value of the salutation property.
| |||||||||||
Gets the value of the suffix property.
| |||||||||||
Sets the value of the firstName property.
| |||||||||||
Sets the value of the lastName property.
| |||||||||||
Sets the value of the middleName property.
| |||||||||||
Sets the value of the salutation property.
| |||||||||||
Sets the value of the suffix property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the firstName property.
Gets the value of the lastName property.
Gets the value of the middleName property.
Gets the value of the salutation property.
Gets the value of the suffix property.
Sets the value of the firstName property.
| value | Allowed object is String |
|---|
Sets the value of the lastName property.
| value | Allowed object is String |
|---|
Sets the value of the middleName property.
| value | Allowed object is String |
|---|
Sets the value of the salutation property.
| value | Allowed object is String |
|---|
Sets the value of the suffix property.
| value | Allowed object is String |
|---|