public class GetAuthDetailsResponseDetailsType
extends java.lang.Object
Java class for GetAuthDetailsResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetAuthDetailsResponseDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PayerID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
email |
protected java.lang.String |
firstName |
protected java.lang.String |
lastName |
protected java.lang.String |
payerID |
Constructor and Description |
---|
GetAuthDetailsResponseDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmail()
Gets the value of the email property.
|
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 |
getPayerID()
Gets the value of the payerID property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email 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 |
setPayerID(java.lang.String value)
Sets the value of the payerID property.
|
protected java.lang.String firstName
protected java.lang.String lastName
protected java.lang.String email
protected java.lang.String payerID
public java.lang.String getFirstName()
String
public void setFirstName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getLastName()
String
public void setLastName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getEmail()
String
public void setEmail(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPayerID()
String
public void setPayerID(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.