Class PlainCardData17

java.lang.Object
org.coderic.iso20022.messages.caaa.PlainCardData17

public class PlainCardData17 extends Object

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 Details

    • PlainCardData17

      public PlainCardData17()
  • Method Details

    • getPAN

      public String getPAN()
      Gets the value of the pan property.
      Returns:
      possible object is String
    • setPAN

      public void setPAN(String value)
      Sets the value of the pan property.
      Parameters:
      value - allowed object is String
    • getTrck1

      public String getTrck1()
      Gets the value of the trck1 property.
      Returns:
      possible object is String
    • setTrck1

      public void setTrck1(String value)
      Sets the value of the trck1 property.
      Parameters:
      value - allowed object is String
    • getTrck2

      public String getTrck2()
      Gets the value of the trck2 property.
      Returns:
      possible object is String
    • setTrck2

      public void setTrck2(String value)
      Sets the value of the trck2 property.
      Parameters:
      value - allowed object is String
    • getTrck3

      public String getTrck3()
      Gets the value of the trck3 property.
      Returns:
      possible object is String
    • setTrck3

      public void setTrck3(String value)
      Sets the value of the trck3 property.
      Parameters:
      value - allowed object is String
    • getAddtlCardData

      public List<String> 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

      public CardDataReading5Code getNtryMd()
      Gets the value of the ntryMd property.
      Returns:
      possible object is CardDataReading5Code
    • setNtryMd

      public void setNtryMd(CardDataReading5Code value)
      Sets the value of the ntryMd property.
      Parameters:
      value - allowed object is CardDataReading5Code