public class ExecuteCheckoutOperationsRequestDetailsType
extends java.lang.Object
Java class for ExecuteCheckoutOperationsRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecuteCheckoutOperationsRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Token" type="{urn:ebay:apis:eBLBaseComponents}ExpressCheckoutTokenType" minOccurs="0"/>
<element name="SetDataRequest" type="{urn:ebay:apis:eBLBaseComponents}SetDataRequestType"/>
<element name="AuthorizationRequest" type="{urn:ebay:apis:eBLBaseComponents}AuthorizationRequestType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizationRequestType |
authorizationRequest |
protected SetDataRequestType |
setDataRequest |
protected java.lang.String |
token |
| Constructor and Description |
|---|
ExecuteCheckoutOperationsRequestDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationRequestType |
getAuthorizationRequest()
Gets the value of the authorizationRequest property.
|
SetDataRequestType |
getSetDataRequest()
Gets the value of the setDataRequest property.
|
java.lang.String |
getToken()
Gets the value of the token property.
|
void |
setAuthorizationRequest(AuthorizationRequestType value)
Sets the value of the authorizationRequest property.
|
void |
setSetDataRequest(SetDataRequestType value)
Sets the value of the setDataRequest property.
|
void |
setToken(java.lang.String value)
Sets the value of the token property.
|
protected java.lang.String token
protected SetDataRequestType setDataRequest
protected AuthorizationRequestType authorizationRequest
public ExecuteCheckoutOperationsRequestDetailsType()
public java.lang.String getToken()
Stringpublic void setToken(java.lang.String value)
value - the value
allowed object is
Stringpublic SetDataRequestType getSetDataRequest()
SetDataRequestTypepublic void setSetDataRequest(SetDataRequestType value)
value - the value
allowed object is
SetDataRequestTypepublic AuthorizationRequestType getAuthorizationRequest()
AuthorizationRequestTypepublic void setAuthorizationRequest(AuthorizationRequestType value)
value - the value
allowed object is
AuthorizationRequestTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.