Class PlainCardData19

java.lang.Object
org.coderic.iso20022.messages.catp.PlainCardData19

public class PlainCardData19 extends Object

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 Details

    • PlainCardData19

      public PlainCardData19()
  • 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
    • getCardSeqNb

      public String getCardSeqNb()
      Gets the value of the cardSeqNb property.
      Returns:
      possible object is String
    • setCardSeqNb

      public void setCardSeqNb(String value)
      Sets the value of the cardSeqNb property.
      Parameters:
      value - allowed object is String
    • getFctvDt

      public String getFctvDt()
      Gets the value of the fctvDt property.
      Returns:
      possible object is String
    • setFctvDt

      public void setFctvDt(String value)
      Sets the value of the fctvDt property.
      Parameters:
      value - allowed object is String
    • getXpryDt

      public String getXpryDt()
      Gets the value of the xpryDt property.
      Returns:
      possible object is String
    • setXpryDt

      public void setXpryDt(String value)
      Sets the value of the xpryDt 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