urn.ebay.apis.eBLBaseComponents
Class ThreeDSecureRequestType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.ThreeDSecureRequestType

public class ThreeDSecureRequestType
extends Object

The Common 3DS fields. Common for both GTD and DCC API's.


Constructor Summary
ThreeDSecureRequestType()
          Default Constructor
ThreeDSecureRequestType(Node node)
           
 
Method Summary
 String getAuthStatus3ds()
          Getter for authStatus3ds
 String getCavv()
          Getter for cavv
 String getEci3ds()
          Getter for eci3ds
 String getMpiVendor3ds()
          Getter for mpiVendor3ds
 String getXid()
          Getter for xid
 void setAuthStatus3ds(String authStatus3ds)
          Setter for authStatus3ds
 void setCavv(String cavv)
          Setter for cavv
 void setEci3ds(String eci3ds)
          Setter for eci3ds
 void setMpiVendor3ds(String mpiVendor3ds)
          Setter for mpiVendor3ds
 void setXid(String xid)
          Setter for xid
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeDSecureRequestType

public ThreeDSecureRequestType()
Default Constructor


ThreeDSecureRequestType

public ThreeDSecureRequestType(Node node)
                        throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getEci3ds

public String getEci3ds()
Getter for eci3ds


setEci3ds

public void setEci3ds(String eci3ds)
Setter for eci3ds


getCavv

public String getCavv()
Getter for cavv


setCavv

public void setCavv(String cavv)
Setter for cavv


getXid

public String getXid()
Getter for xid


setXid

public void setXid(String xid)
Setter for xid


getMpiVendor3ds

public String getMpiVendor3ds()
Getter for mpiVendor3ds


setMpiVendor3ds

public void setMpiVendor3ds(String mpiVendor3ds)
Setter for mpiVendor3ds


getAuthStatus3ds

public String getAuthStatus3ds()
Getter for authStatus3ds


setAuthStatus3ds

public void setAuthStatus3ds(String authStatus3ds)
Setter for authStatus3ds


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.