Class CardData8
java.lang.Object
org.coderic.iso20022.messages.cafr.CardData8
Java class for CardData8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardData8"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PAN" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max19NumericText" minOccurs="0"/> <element name="PrtctdPANInd" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}TrueFalseIndicator" minOccurs="0"/> <element name="CardSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Min2Max3NumericText" minOccurs="0"/> <element name="FctvDt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOYearMonth" minOccurs="0"/> <element name="XpryDt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOYearMonth" minOccurs="0"/> <element name="PmtAcctRef" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/> <element name="PANRefIdr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/> <element name="PANAcctRg" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max19NumericText" minOccurs="0"/> <element name="CardCtryCd" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISO3NumericCountryCode" minOccurs="0"/> <element name="CardPdctTp" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/> <element name="CardPdctSubTp" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/> <element name="CardPrtflIdr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/> <element name="AddtlCardData" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlCardData property.Gets the value of the cardCtryCd property.Gets the value of the cardPdctSubTp property.Gets the value of the cardPdctTp property.Gets the value of the cardPrtflIdr property.Gets the value of the cardSeqNb property.Gets the value of the fctvDt property.getPAN()
Gets the value of the pan property.Gets the value of the panAcctRg property.Gets the value of the panRefIdr property.Gets the value of the pmtAcctRef property.Gets the value of the xpryDt property.Gets the value of the prtctdPANInd property.void
setCardCtryCd
(String value) Sets the value of the cardCtryCd property.void
setCardPdctSubTp
(String value) Sets the value of the cardPdctSubTp property.void
setCardPdctTp
(String value) Sets the value of the cardPdctTp property.void
setCardPrtflIdr
(String value) Sets the value of the cardPrtflIdr property.void
setCardSeqNb
(String value) Sets the value of the cardSeqNb property.void
setFctvDt
(XMLGregorianCalendar value) Sets the value of the fctvDt property.void
Sets the value of the pan property.void
setPANAcctRg
(String value) Sets the value of the panAcctRg property.void
setPANRefIdr
(String value) Sets the value of the panRefIdr property.void
setPmtAcctRef
(String value) Sets the value of the pmtAcctRef property.void
setPrtctdPANInd
(Boolean value) Sets the value of the prtctdPANInd property.void
setXpryDt
(XMLGregorianCalendar value) Sets the value of the xpryDt property.
-
Constructor Details
-
CardData8
public CardData8()
-
-
Method Details
-
getPAN
Gets the value of the pan property.- Returns:
- possible object is
String
-
setPAN
Sets the value of the pan property.- Parameters:
value
- allowed object isString
-
isPrtctdPANInd
Gets the value of the prtctdPANInd property.- Returns:
- possible object is
Boolean
-
setPrtctdPANInd
Sets the value of the prtctdPANInd property.- Parameters:
value
- allowed object isBoolean
-
getCardSeqNb
Gets the value of the cardSeqNb property.- Returns:
- possible object is
String
-
setCardSeqNb
Sets the value of the cardSeqNb property.- Parameters:
value
- allowed object isString
-
getFctvDt
Gets the value of the fctvDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFctvDt
Sets the value of the fctvDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getXpryDt
Gets the value of the xpryDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setXpryDt
Sets the value of the xpryDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getPmtAcctRef
Gets the value of the pmtAcctRef property.- Returns:
- possible object is
String
-
setPmtAcctRef
Sets the value of the pmtAcctRef property.- Parameters:
value
- allowed object isString
-
getPANRefIdr
Gets the value of the panRefIdr property.- Returns:
- possible object is
String
-
setPANRefIdr
Sets the value of the panRefIdr property.- Parameters:
value
- allowed object isString
-
getPANAcctRg
Gets the value of the panAcctRg property.- Returns:
- possible object is
String
-
setPANAcctRg
Sets the value of the panAcctRg property.- Parameters:
value
- allowed object isString
-
getCardCtryCd
Gets the value of the cardCtryCd property.- Returns:
- possible object is
String
-
setCardCtryCd
Sets the value of the cardCtryCd property.- Parameters:
value
- allowed object isString
-
getCardPdctTp
Gets the value of the cardPdctTp property.- Returns:
- possible object is
String
-
setCardPdctTp
Sets the value of the cardPdctTp property.- Parameters:
value
- allowed object isString
-
getCardPdctSubTp
Gets the value of the cardPdctSubTp property.- Returns:
- possible object is
String
-
setCardPdctSubTp
Sets the value of the cardPdctSubTp property.- Parameters:
value
- allowed object isString
-
getCardPrtflIdr
Gets the value of the cardPrtflIdr property.- Returns:
- possible object is
String
-
setCardPrtflIdr
Sets the value of the cardPrtflIdr property.- Parameters:
value
- allowed object isString
-
getAddtlCardData
Gets the value of the addtlCardData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the addtlCardData property.For example, to add a new item, do as follows:
getAddtlCardData().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalData1
-