public class GetPalDetailsResponseType extends AbstractResponseType
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
locale |
protected java.lang.String |
pal |
ack, any, build, correlationID, errors, timestamp, version
Constructor and Description |
---|
GetPalDetailsResponseType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocale()
Gets the value of the locale property.
|
java.lang.String |
getPal()
Gets the value of the pal property.
|
void |
setLocale(java.lang.String value)
Sets the value of the locale property.
|
void |
setPal(java.lang.String value)
Sets the value of the pal property.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersion
public java.lang.String getPal()
String
public void setPal(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getLocale()
String
public void setLocale(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.