Class Check1

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

public class Check1 extends Object

Java class for Check1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Check1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BkId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="AcctNb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="ChckNb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="ChckCardNb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="ChckTrckData2" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TrackData2" minOccurs="0"/>
         <element name="ChckTp" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CheckType1Code" minOccurs="0"/>
         <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max3Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Check1

      public Check1()
  • Method Details

    • getBkId

      public String getBkId()
      Gets the value of the bkId property.
      Returns:
      possible object is String
    • setBkId

      public void setBkId(String value)
      Sets the value of the bkId property.
      Parameters:
      value - allowed object is String
    • getAcctNb

      public String getAcctNb()
      Gets the value of the acctNb property.
      Returns:
      possible object is String
    • setAcctNb

      public void setAcctNb(String value)
      Sets the value of the acctNb property.
      Parameters:
      value - allowed object is String
    • getChckNb

      public String getChckNb()
      Gets the value of the chckNb property.
      Returns:
      possible object is String
    • setChckNb

      public void setChckNb(String value)
      Sets the value of the chckNb property.
      Parameters:
      value - allowed object is String
    • getChckCardNb

      public String getChckCardNb()
      Gets the value of the chckCardNb property.
      Returns:
      possible object is String
    • setChckCardNb

      public void setChckCardNb(String value)
      Sets the value of the chckCardNb property.
      Parameters:
      value - allowed object is String
    • getChckTrckData2

      public TrackData2 getChckTrckData2()
      Gets the value of the chckTrckData2 property.
      Returns:
      possible object is TrackData2
    • setChckTrckData2

      public void setChckTrckData2(TrackData2 value)
      Sets the value of the chckTrckData2 property.
      Parameters:
      value - allowed object is TrackData2
    • getChckTp

      public CheckType1Code getChckTp()
      Gets the value of the chckTp property.
      Returns:
      possible object is CheckType1Code
    • setChckTp

      public void setChckTp(CheckType1Code value)
      Sets the value of the chckTp property.
      Parameters:
      value - allowed object is CheckType1Code
    • getCtry

      public String getCtry()
      Gets the value of the ctry property.
      Returns:
      possible object is String
    • setCtry

      public void setCtry(String value)
      Sets the value of the ctry property.
      Parameters:
      value - allowed object is String