Class PlainCardData19
java.lang.Object
org.coderic.iso20022.messages.catp.PlainCardData19
Java class for PlainCardData19 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlainCardData19"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PAN" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Min8Max28NumericText" minOccurs="0"/> <element name="CardSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Min2Max3NumericText" minOccurs="0"/> <element name="FctvDt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max10Text" minOccurs="0"/> <element name="XpryDt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max10Text" minOccurs="0"/> <element name="Trck1" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max76Text" minOccurs="0"/> <element name="Trck2" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max37Text" minOccurs="0"/> <element name="Trck3" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max104Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardSeqNb property.Gets the value of the fctvDt property.getPAN()
Gets the value of the pan property.getTrck1()
Gets the value of the trck1 property.getTrck2()
Gets the value of the trck2 property.getTrck3()
Gets the value of the trck3 property.Gets the value of the xpryDt property.void
setCardSeqNb
(String value) Sets the value of the cardSeqNb property.void
Sets the value of the fctvDt property.void
Sets the value of the pan property.void
Sets the value of the trck1 property.void
Sets the value of the trck2 property.void
Sets the value of the trck3 property.void
Sets the value of the xpryDt property.
-
Constructor Details
-
PlainCardData19
public PlainCardData19()
-
-
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
-
getFctvDt
Gets the value of the fctvDt property.- Returns:
- possible object is
String
-
setFctvDt
Sets the value of the fctvDt property.- Parameters:
value
- allowed object isString
-
getXpryDt
Gets the value of the xpryDt property.- Returns:
- possible object is
String
-
setXpryDt
Sets the value of the xpryDt property.- Parameters:
value
- allowed object isString
-
getTrck1
Gets the value of the trck1 property.- Returns:
- possible object is
String
-
setTrck1
Sets the value of the trck1 property.- Parameters:
value
- allowed object isString
-
getTrck2
Gets the value of the trck2 property.- Returns:
- possible object is
String
-
setTrck2
Sets the value of the trck2 property.- Parameters:
value
- allowed object isString
-
getTrck3
Gets the value of the trck3 property.- Returns:
- possible object is
String
-
setTrck3
Sets the value of the trck3 property.- Parameters:
value
- allowed object isString
-