All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.payline.ws.model.SdkChallenge Maven / Gradle / Ivy


package com.payline.ws.model;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 
 * 						This element contains information about SDK 3DS Challenge.
 * 					
 * 
 * 

Java class for sdkChallenge complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="sdkChallenge">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="cardType" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="threeDSServerTransID" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="threeDSVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="authenticationType" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="transStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="sdkTransID" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="dsTransID" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="acsTransID" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="acsRenderingType" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="acsReferenceNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="acsSignedContent" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="acsOperatorID" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="acsChallengeMandated" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "sdkChallenge", namespace = "http://obj.ws.payline.experian.com", propOrder = { "cardType", "threeDSServerTransID", "threeDSVersion", "authenticationType", "transStatus", "sdkTransID", "dsTransID", "acsTransID", "acsRenderingType", "acsReferenceNumber", "acsSignedContent", "acsOperatorID", "acsChallengeMandated" }) public class SdkChallenge { @XmlElement(required = true) protected String cardType; @XmlElement(required = true) protected String threeDSServerTransID; @XmlElement(required = true) protected String threeDSVersion; @XmlElement(required = true) protected String authenticationType; @XmlElement(required = true) protected String transStatus; @XmlElement(required = true) protected String sdkTransID; @XmlElement(required = true) protected String dsTransID; @XmlElement(required = true) protected String acsTransID; @XmlElement(required = true) protected String acsRenderingType; @XmlElement(required = true) protected String acsReferenceNumber; @XmlElement(required = true) protected String acsSignedContent; @XmlElement(required = true) protected String acsOperatorID; @XmlElement(required = true) protected String acsChallengeMandated; /** * Gets the value of the cardType property. * * @return * possible object is * {@link String } * */ public String getCardType() { return cardType; } /** * Sets the value of the cardType property. * * @param value * allowed object is * {@link String } * */ public void setCardType(String value) { this.cardType = value; } /** * Gets the value of the threeDSServerTransID property. * * @return * possible object is * {@link String } * */ public String getThreeDSServerTransID() { return threeDSServerTransID; } /** * Sets the value of the threeDSServerTransID property. * * @param value * allowed object is * {@link String } * */ public void setThreeDSServerTransID(String value) { this.threeDSServerTransID = value; } /** * Gets the value of the threeDSVersion property. * * @return * possible object is * {@link String } * */ public String getThreeDSVersion() { return threeDSVersion; } /** * Sets the value of the threeDSVersion property. * * @param value * allowed object is * {@link String } * */ public void setThreeDSVersion(String value) { this.threeDSVersion = value; } /** * Gets the value of the authenticationType property. * * @return * possible object is * {@link String } * */ public String getAuthenticationType() { return authenticationType; } /** * Sets the value of the authenticationType property. * * @param value * allowed object is * {@link String } * */ public void setAuthenticationType(String value) { this.authenticationType = value; } /** * Gets the value of the transStatus property. * * @return * possible object is * {@link String } * */ public String getTransStatus() { return transStatus; } /** * Sets the value of the transStatus property. * * @param value * allowed object is * {@link String } * */ public void setTransStatus(String value) { this.transStatus = value; } /** * Gets the value of the sdkTransID property. * * @return * possible object is * {@link String } * */ public String getSdkTransID() { return sdkTransID; } /** * Sets the value of the sdkTransID property. * * @param value * allowed object is * {@link String } * */ public void setSdkTransID(String value) { this.sdkTransID = value; } /** * Gets the value of the dsTransID property. * * @return * possible object is * {@link String } * */ public String getDsTransID() { return dsTransID; } /** * Sets the value of the dsTransID property. * * @param value * allowed object is * {@link String } * */ public void setDsTransID(String value) { this.dsTransID = value; } /** * Gets the value of the acsTransID property. * * @return * possible object is * {@link String } * */ public String getAcsTransID() { return acsTransID; } /** * Sets the value of the acsTransID property. * * @param value * allowed object is * {@link String } * */ public void setAcsTransID(String value) { this.acsTransID = value; } /** * Gets the value of the acsRenderingType property. * * @return * possible object is * {@link String } * */ public String getAcsRenderingType() { return acsRenderingType; } /** * Sets the value of the acsRenderingType property. * * @param value * allowed object is * {@link String } * */ public void setAcsRenderingType(String value) { this.acsRenderingType = value; } /** * Gets the value of the acsReferenceNumber property. * * @return * possible object is * {@link String } * */ public String getAcsReferenceNumber() { return acsReferenceNumber; } /** * Sets the value of the acsReferenceNumber property. * * @param value * allowed object is * {@link String } * */ public void setAcsReferenceNumber(String value) { this.acsReferenceNumber = value; } /** * Gets the value of the acsSignedContent property. * * @return * possible object is * {@link String } * */ public String getAcsSignedContent() { return acsSignedContent; } /** * Sets the value of the acsSignedContent property. * * @param value * allowed object is * {@link String } * */ public void setAcsSignedContent(String value) { this.acsSignedContent = value; } /** * Gets the value of the acsOperatorID property. * * @return * possible object is * {@link String } * */ public String getAcsOperatorID() { return acsOperatorID; } /** * Sets the value of the acsOperatorID property. * * @param value * allowed object is * {@link String } * */ public void setAcsOperatorID(String value) { this.acsOperatorID = value; } /** * Gets the value of the acsChallengeMandated property. * * @return * possible object is * {@link String } * */ public String getAcsChallengeMandated() { return acsChallengeMandated; } /** * Sets the value of the acsChallengeMandated property. * * @param value * allowed object is * {@link String } * */ public void setAcsChallengeMandated(String value) { this.acsChallengeMandated = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy