paypalnvp.fields
Class Secure3D

java.lang.Object
  extended by paypalnvp.fields.Secure3D
All Implemented Interfaces:
java.io.Serializable, RequestFields

public final class Secure3D
extends java.lang.Object
implements RequestFields

3D Secure Request Fields (U.K. Merchants Only)

See Also:
Serialized Form

Constructor Summary
Secure3D()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getNVPRequest()
          Creates and returns part of the nvp (name value pair) request containing request values
 void setCaav(java.lang.String caav)
          A value returned by the Cardinal Centinel.
 void setEci(java.lang.String eci)
          A value returned by the Cardinal Centinel.
 void setMpiVendor3D(java.lang.String mpi)
          A value returned by the Cardinal Centinel.
 void setStatus3D(java.lang.String status)
          A value returned by the Cardinal Centinel.
 void setXid(java.lang.String xid)
          A value returned by the Cardinal Centinel.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Secure3D

public Secure3D()
Method Detail

setStatus3D

public void setStatus3D(java.lang.String status)
A value returned by the Cardinal Centinel. If the cmpi_lookup request returns Y for Enrolled, set this field to the PAResStatus value returned by cmpi_authenticate; otherwise, set this field to blank.

Parameters:
status -

setMpiVendor3D

public void setMpiVendor3D(java.lang.String mpi)
A value returned by the Cardinal Centinel. Set this field to the Enrolled value returned by cmpi_lookup.

Parameters:
mpi -

setCaav

public void setCaav(java.lang.String caav)
A value returned by the Cardinal Centinel. If the cmpi_lookup request returns Y for Enrolled, set this field to the Cavv value returned by cmpi_authenticate; otherwise, set this field to blank.

Parameters:
caav -

setEci

public void setEci(java.lang.String eci)
A value returned by the Cardinal Centinel. If the cmpi_lookup request returns Y for Enrolled, set this field to the EciFlag value returned by cmpi_authenticate; otherwise, set this field to the EciFlag value returned by cmpi_lookup.

Parameters:
eci -

setXid

public void setXid(java.lang.String xid)
A value returned by the Cardinal Centinel. If the cmpi_lookup request returns Y for Enrolled, set this field to the Xid value returned by cmpi_authenticate; otherwise set this field to blank.

Parameters:
xid -

getNVPRequest

public java.util.Map<java.lang.String,java.lang.String> getNVPRequest()
Description copied from interface: RequestFields
Creates and returns part of the nvp (name value pair) request containing request values

Specified by:
getNVPRequest in interface RequestFields
Returns:
part of the nvp request as a Map

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object