Class PlainCardData17
java.lang.Object
org.coderic.iso20022.messages.caaa.PlainCardData17
Java class for PlainCardData17 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlainCardData17"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PAN" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Min8Max28NumericText" minOccurs="0"/> <element name="Trck1" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max76Text" minOccurs="0"/> <element name="Trck2" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max37Text" minOccurs="0"/> <element name="Trck3" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max104Text" minOccurs="0"/> <element name="AddtlCardData" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" maxOccurs="unbounded" minOccurs="0"/> <element name="NtryMd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardDataReading5Code" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlCardData property.Gets the value of the ntryMd 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.void
setNtryMd
(CardDataReading5Code value) Sets the value of the ntryMd 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.
-
Constructor Details
-
PlainCardData17
public PlainCardData17()
-
-
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
-
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
-
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
String
-
getNtryMd
Gets the value of the ntryMd property.- Returns:
- possible object is
CardDataReading5Code
-
setNtryMd
Sets the value of the ntryMd property.- Parameters:
value
- allowed object isCardDataReading5Code
-