public class ThreeDSecureRequestType
extends java.lang.Object
Java class for ThreeDSecureRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreeDSecureRequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Eci3ds" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Cavv" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Xid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MpiVendor3ds" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AuthStatus3ds" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
authStatus3Ds |
protected java.lang.String |
cavv |
protected java.lang.String |
eci3Ds |
protected java.lang.String |
mpiVendor3Ds |
protected java.lang.String |
xid |
Constructor and Description |
---|
ThreeDSecureRequestType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthStatus3Ds()
Gets the value of the authStatus3Ds property.
|
java.lang.String |
getCavv()
Gets the value of the cavv property.
|
java.lang.String |
getEci3Ds()
Gets the value of the eci3Ds property.
|
java.lang.String |
getMpiVendor3Ds()
Gets the value of the mpiVendor3Ds property.
|
java.lang.String |
getXid()
Gets the value of the xid property.
|
void |
setAuthStatus3Ds(java.lang.String value)
Sets the value of the authStatus3Ds property.
|
void |
setCavv(java.lang.String value)
Sets the value of the cavv property.
|
void |
setEci3Ds(java.lang.String value)
Sets the value of the eci3Ds property.
|
void |
setMpiVendor3Ds(java.lang.String value)
Sets the value of the mpiVendor3Ds property.
|
void |
setXid(java.lang.String value)
Sets the value of the xid property.
|
protected java.lang.String eci3Ds
protected java.lang.String cavv
protected java.lang.String xid
protected java.lang.String mpiVendor3Ds
protected java.lang.String authStatus3Ds
public java.lang.String getEci3Ds()
String
public void setEci3Ds(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCavv()
String
public void setCavv(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getXid()
String
public void setXid(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getMpiVendor3Ds()
String
public void setMpiVendor3Ds(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getAuthStatus3Ds()
String
public void setAuthStatus3Ds(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.