public class ExecuteCheckoutOperationsResponseDetailsType
extends java.lang.Object
Java class for ExecuteCheckoutOperationsResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecuteCheckoutOperationsResponseDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SetDataResponse" type="{urn:ebay:apis:eBLBaseComponents}SetDataResponseType"/> <element name="AuthorizationResponse" type="{urn:ebay:apis:eBLBaseComponents}AuthorizationResponseType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AuthorizationResponseType |
authorizationResponse |
protected SetDataResponseType |
setDataResponse |
Constructor and Description |
---|
ExecuteCheckoutOperationsResponseDetailsType() |
Modifier and Type | Method and Description |
---|---|
AuthorizationResponseType |
getAuthorizationResponse()
Gets the value of the authorizationResponse property.
|
SetDataResponseType |
getSetDataResponse()
Gets the value of the setDataResponse property.
|
void |
setAuthorizationResponse(AuthorizationResponseType value)
Sets the value of the authorizationResponse property.
|
void |
setSetDataResponse(SetDataResponseType value)
Sets the value of the setDataResponse property.
|
protected SetDataResponseType setDataResponse
protected AuthorizationResponseType authorizationResponse
public ExecuteCheckoutOperationsResponseDetailsType()
public SetDataResponseType getSetDataResponse()
SetDataResponseType
public void setSetDataResponse(SetDataResponseType value)
value
- the value
allowed object is
SetDataResponseType
public AuthorizationResponseType getAuthorizationResponse()
AuthorizationResponseType
public void setAuthorizationResponse(AuthorizationResponseType value)
value
- the value
allowed object is
AuthorizationResponseType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.