Class PlainCardData22
java.lang.Object
org.coderic.iso20022.messages.casp.PlainCardData22
Java class for PlainCardData22 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlainCardData22"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PAN" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Min8Max28NumericText"/> <element name="CardSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Min2Max3NumericText" minOccurs="0"/> <element name="FctvDt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max10Text" minOccurs="0"/> <element name="XpryDt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max10Text" minOccurs="0"/> <element name="SvcCd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Exact3NumericText" minOccurs="0"/> <element name="Trck1" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max76Text" minOccurs="0"/> <element name="Trck2" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max37Text" minOccurs="0"/> <element name="Trck3" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max104Text" minOccurs="0"/> <element name="CrdhldrNm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max45Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardSeqNb property.Gets the value of the crdhldrNm property.Gets the value of the fctvDt property.getPAN()
Gets the value of the pan property.getSvcCd()
Gets the value of the svcCd 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
setCrdhldrNm
(String value) Sets the value of the crdhldrNm property.void
Sets the value of the fctvDt property.void
Sets the value of the pan property.void
Sets the value of the svcCd 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
-
PlainCardData22
public PlainCardData22()
-
-
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
-
getSvcCd
Gets the value of the svcCd property.- Returns:
- possible object is
String
-
setSvcCd
Sets the value of the svcCd 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
-
getCrdhldrNm
Gets the value of the crdhldrNm property.- Returns:
- possible object is
String
-
setCrdhldrNm
Sets the value of the crdhldrNm property.- Parameters:
value
- allowed object isString
-