public class

GetPalDetailsResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.GetPalDetailsResponseType

Class Overview

Java class for GetPalDetailsResponseType complex type.

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

 <complexType name="GetPalDetailsResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="Pal" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Locale" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String locale
protected String pal
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
GetPalDetailsResponseType()
Public Methods
String getLocale()
Gets the value of the locale property.
String getPal()
Gets the value of the pal property.
void setLocale(String value)
Sets the value of the locale property.
void setPal(String value)
Sets the value of the pal property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected String locale

protected String pal

Public Constructors

public GetPalDetailsResponseType ()

Public Methods

public String getLocale ()

Gets the value of the locale property.

Returns
  • possible object is String

public String getPal ()

Gets the value of the pal property.

Returns
  • possible object is String

public void setLocale (String value)

Sets the value of the locale property.

Parameters
value Allowed object is String

public void setPal (String value)

Sets the value of the pal property.

Parameters
value Allowed object is String