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()
String
public void setToken(java.lang.String value)
value
- the value
allowed object is
String
public SetDataRequestType getSetDataRequest()
SetDataRequestType
public void setSetDataRequest(SetDataRequestType value)
value
- the value
allowed object is
SetDataRequestType
public AuthorizationRequestType getAuthorizationRequest()
AuthorizationRequestType
public void setAuthorizationRequest(AuthorizationRequestType value)
value
- the value
allowed object is
AuthorizationRequestType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.