com.payline.ws.model.Card 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 the card
*
*
* Java class for card complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="card">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="encryptionKeyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="encryptedData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="cvx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="ownerBirthdayDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="cardPresent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="cardholder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="paymentData" type="{http://obj.ws.payline.experian.com}paymentData" minOccurs="0"/>
* <element name="par" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="tokenRequestorCryptogram" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="tokenRequestorId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="last4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="panType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "card", namespace = "http://obj.ws.payline.experian.com", propOrder = {
"encryptionKeyId",
"encryptedData",
"number",
"type",
"expirationDate",
"cvx",
"ownerBirthdayDate",
"password",
"cardPresent",
"cardholder",
"token",
"paymentData",
"par",
"tokenRequestorCryptogram",
"tokenRequestorId",
"last4",
"panType"
})
public class Card {
@XmlElement(nillable = true)
protected String encryptionKeyId;
@XmlElement(nillable = true)
protected String encryptedData;
@XmlElement(nillable = true)
protected String number;
@XmlElement(required = true)
protected String type;
@XmlElement(nillable = true)
protected String expirationDate;
@XmlElement(nillable = true)
protected String cvx;
@XmlElement(nillable = true)
protected String ownerBirthdayDate;
@XmlElement(nillable = true)
protected String password;
@XmlElement(nillable = true)
protected String cardPresent;
@XmlElement(nillable = true)
protected String cardholder;
@XmlElement(nillable = true)
protected String token;
protected PaymentData paymentData;
@XmlElement(nillable = true)
protected String par;
@XmlElement(nillable = true)
protected String tokenRequestorCryptogram;
@XmlElement(nillable = true)
protected String tokenRequestorId;
@XmlElement(nillable = true)
protected String last4;
@XmlElement(nillable = true)
protected String panType;
/**
* Gets the value of the encryptionKeyId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEncryptionKeyId() {
return encryptionKeyId;
}
/**
* Sets the value of the encryptionKeyId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEncryptionKeyId(String value) {
this.encryptionKeyId = value;
}
/**
* Gets the value of the encryptedData property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEncryptedData() {
return encryptedData;
}
/**
* Sets the value of the encryptedData property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEncryptedData(String value) {
this.encryptedData = value;
}
/**
* Gets the value of the number property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNumber() {
return number;
}
/**
* Sets the value of the number property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNumber(String value) {
this.number = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getType() {
return type;
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setType(String value) {
this.type = value;
}
/**
* Gets the value of the expirationDate property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getExpirationDate() {
return expirationDate;
}
/**
* Sets the value of the expirationDate property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setExpirationDate(String value) {
this.expirationDate = value;
}
/**
* Gets the value of the cvx property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCvx() {
return cvx;
}
/**
* Sets the value of the cvx property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCvx(String value) {
this.cvx = value;
}
/**
* Gets the value of the ownerBirthdayDate property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOwnerBirthdayDate() {
return ownerBirthdayDate;
}
/**
* Sets the value of the ownerBirthdayDate property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOwnerBirthdayDate(String value) {
this.ownerBirthdayDate = value;
}
/**
* Gets the value of the password property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPassword() {
return password;
}
/**
* Sets the value of the password property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPassword(String value) {
this.password = value;
}
/**
* Gets the value of the cardPresent property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCardPresent() {
return cardPresent;
}
/**
* Sets the value of the cardPresent property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCardPresent(String value) {
this.cardPresent = value;
}
/**
* Gets the value of the cardholder property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCardholder() {
return cardholder;
}
/**
* Sets the value of the cardholder property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCardholder(String value) {
this.cardholder = value;
}
/**
* Gets the value of the token property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getToken() {
return token;
}
/**
* Sets the value of the token property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setToken(String value) {
this.token = value;
}
/**
* Gets the value of the paymentData property.
*
* @return
* possible object is
* {@link PaymentData }
*
*/
public PaymentData getPaymentData() {
return paymentData;
}
/**
* Sets the value of the paymentData property.
*
* @param value
* allowed object is
* {@link PaymentData }
*
*/
public void setPaymentData(PaymentData value) {
this.paymentData = value;
}
/**
* Gets the value of the par property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPar() {
return par;
}
/**
* Sets the value of the par property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPar(String value) {
this.par = value;
}
/**
* Gets the value of the tokenRequestorCryptogram property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTokenRequestorCryptogram() {
return tokenRequestorCryptogram;
}
/**
* Sets the value of the tokenRequestorCryptogram property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTokenRequestorCryptogram(String value) {
this.tokenRequestorCryptogram = value;
}
/**
* Gets the value of the tokenRequestorId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTokenRequestorId() {
return tokenRequestorId;
}
/**
* Sets the value of the tokenRequestorId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTokenRequestorId(String value) {
this.tokenRequestorId = value;
}
/**
* Gets the value of the last4 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLast4() {
return last4;
}
/**
* Sets the value of the last4 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLast4(String value) {
this.last4 = value;
}
/**
* Gets the value of the panType property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPanType() {
return panType;
}
/**
* Sets the value of the panType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPanType(String value) {
this.panType = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy