Package com.pensio.api.generated
Class CreditCardExpiry
java.lang.Object
com.pensio.api.generated.CreditCardExpiry
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2026-02-17T13:39:18Z")
public class CreditCardExpiry
extends Object
Java class for CreditCardExpiry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditCardExpiry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Year" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Month" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
year
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected int year -
month
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected int month
-
-
Constructor Details
-
CreditCardExpiry
public CreditCardExpiry()
-
-
Method Details
-
getYear
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public int getYear()Gets the value of the year property. -
setYear
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public void setYear(int value) Sets the value of the year property. -
getMonth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public int getMonth()Gets the value of the month property. -
setMonth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public void setMonth(int value) Sets the value of the month property.
-