Package com.pensio.api.generated
Class CardInformation
java.lang.Object
com.pensio.api.generated.CardInformation
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2026-06-04T12:18:59Z")
public class CardInformation
extends Object
Java class for CardInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="IsTokenized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Token" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MaskedPan">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="([\d\*]*)"/>
</restriction>
</simpleType>
</element>
<element name="Expiry" type="{}CreditCardExpiry" minOccurs="0"/>
<element name="IssuingCountry">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="LastFourDigits">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="([\d]{4})|()"/>
</restriction>
</simpleType>
</element>
<element name="Scheme" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the expiry property.Gets the value of the issuingCountry property.Gets the value of the lastFourDigits property.Gets the value of the maskedPan property.Gets the value of the scheme property.getToken()Gets the value of the token property.booleanGets the value of the isTokenized property.voidsetExpiry(CreditCardExpiry value) Sets the value of the expiry property.voidsetIssuingCountry(String value) Sets the value of the issuingCountry property.voidsetIsTokenized(boolean value) Sets the value of the isTokenized property.voidsetLastFourDigits(String value) Sets the value of the lastFourDigits property.voidsetMaskedPan(String value) Sets the value of the maskedPan property.voidSets the value of the scheme property.voidSets the value of the token property.
-
Field Details
-
isTokenized
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected boolean isTokenized -
token
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String token -
maskedPan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String maskedPan -
expiry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected CreditCardExpiry expiry -
issuingCountry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String issuingCountry -
lastFourDigits
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String lastFourDigits -
scheme
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String scheme
-
-
Constructor Details
-
CardInformation
public CardInformation()
-
-
Method Details
-
isIsTokenized
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public boolean isIsTokenized()Gets the value of the isTokenized property. -
setIsTokenized
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setIsTokenized(boolean value) Sets the value of the isTokenized property. -
getToken
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getToken()Gets the value of the token property.- Returns:
- possible object is
String
-
setToken
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setToken(String value) Sets the value of the token property.- Parameters:
value- allowed object isString
-
getMaskedPan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getMaskedPan()Gets the value of the maskedPan property.- Returns:
- possible object is
String
-
setMaskedPan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setMaskedPan(String value) Sets the value of the maskedPan property.- Parameters:
value- allowed object isString
-
getExpiry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public CreditCardExpiry getExpiry()Gets the value of the expiry property.- Returns:
- possible object is
CreditCardExpiry
-
setExpiry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setExpiry(CreditCardExpiry value) Sets the value of the expiry property.- Parameters:
value- allowed object isCreditCardExpiry
-
getIssuingCountry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getIssuingCountry()Gets the value of the issuingCountry property.- Returns:
- possible object is
String
-
setIssuingCountry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setIssuingCountry(String value) Sets the value of the issuingCountry property.- Parameters:
value- allowed object isString
-
getLastFourDigits
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getLastFourDigits()Gets the value of the lastFourDigits property.- Returns:
- possible object is
String
-
setLastFourDigits
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setLastFourDigits(String value) Sets the value of the lastFourDigits property.- Parameters:
value- allowed object isString
-
getScheme
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getScheme()Gets the value of the scheme property.- Returns:
- possible object is
String
-
setScheme
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setScheme(String value) Sets the value of the scheme property.- Parameters:
value- allowed object isString
-