| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | |
| ↳ | ebay.api.paypalapi.GetPalDetailsResponseType | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| locale | |||||||||||
| pal | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the locale property.
| |||||||||||
Gets the value of the pal property.
| |||||||||||
Sets the value of the locale property.
| |||||||||||
Sets the value of the pal property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the locale property.
Gets the value of the pal property.
Sets the value of the locale property.
| value | Allowed object is String |
|---|
Sets the value of the pal property.
| value | Allowed object is String |
|---|