public class ThreeDSecureInfoType
extends java.lang.Object
Java class for ThreeDSecureInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreeDSecureInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ThreeDSecureRequest" type="{urn:ebay:apis:eBLBaseComponents}ThreeDSecureRequestType" minOccurs="0"/>
<element name="ThreeDSecureResponse" type="{urn:ebay:apis:eBLBaseComponents}ThreeDSecureResponseType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ThreeDSecureRequestType |
threeDSecureRequest |
protected ThreeDSecureResponseType |
threeDSecureResponse |
| Constructor and Description |
|---|
ThreeDSecureInfoType() |
| Modifier and Type | Method and Description |
|---|---|
ThreeDSecureRequestType |
getThreeDSecureRequest()
Gets the value of the threeDSecureRequest property.
|
ThreeDSecureResponseType |
getThreeDSecureResponse()
Gets the value of the threeDSecureResponse property.
|
void |
setThreeDSecureRequest(ThreeDSecureRequestType value)
Sets the value of the threeDSecureRequest property.
|
void |
setThreeDSecureResponse(ThreeDSecureResponseType value)
Sets the value of the threeDSecureResponse property.
|
protected ThreeDSecureRequestType threeDSecureRequest
protected ThreeDSecureResponseType threeDSecureResponse
public ThreeDSecureRequestType getThreeDSecureRequest()
ThreeDSecureRequestTypepublic void setThreeDSecureRequest(ThreeDSecureRequestType value)
value - the value
allowed object is
ThreeDSecureRequestTypepublic ThreeDSecureResponseType getThreeDSecureResponse()
ThreeDSecureResponseTypepublic void setThreeDSecureResponse(ThreeDSecureResponseType value)
value - the value
allowed object is
ThreeDSecureResponseTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.