Class CardData2
java.lang.Object
org.coderic.iso20022.messages.cafc.CardData2
Java class for CardData2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardData2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PAN" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max19NumericText" minOccurs="0"/> <element name="CardSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Min2Max3NumericText" minOccurs="0"/> <element name="PmtAcctRef" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/> <element name="CardPrtflIdr" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardPrtflIdr property.Gets the value of the cardSeqNb property.getPAN()
Gets the value of the pan property.Gets the value of the pmtAcctRef property.void
setCardPrtflIdr
(String value) Sets the value of the cardPrtflIdr property.void
setCardSeqNb
(String value) Sets the value of the cardSeqNb property.void
Sets the value of the pan property.void
setPmtAcctRef
(String value) Sets the value of the pmtAcctRef property.
-
Constructor Details
-
CardData2
public CardData2()
-
-
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
-
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
-
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
-
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
-