public class

GetAuthDetailsResponseDetailsType

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

Class Overview

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>
 

Summary

Fields
protected String email
protected String firstName
protected String lastName
protected String payerID
Public Constructors
GetAuthDetailsResponseDetailsType()
Public Methods
String getEmail()
Gets the value of the email property.
String getFirstName()
Gets the value of the firstName property.
String getLastName()
Gets the value of the lastName property.
String getPayerID()
Gets the value of the payerID property.
void setEmail(String value)
Sets the value of the email property.
void setFirstName(String value)
Sets the value of the firstName property.
void setLastName(String value)
Sets the value of the lastName property.
void setPayerID(String value)
Sets the value of the payerID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String email

protected String firstName

protected String lastName

protected String payerID

Public Constructors

public GetAuthDetailsResponseDetailsType ()

Public Methods

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

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 getPayerID ()

Gets the value of the payerID property.

Returns
  • possible object is String

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed 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 setPayerID (String value)

Sets the value of the payerID property.

Parameters
value Allowed object is String