Class Check1

java.lang.Object
org.coderic.iso20022.messages.casp.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:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="AcctNb" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="ChckNb" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="ChckCardNb" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="ChckTrckData2" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}TrackData2" minOccurs="0"/>
         <element name="ChckTp" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CheckType1Code" minOccurs="0"/>
         <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max3Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • Check1 Link icon

      public Check1()
  • Method Details Link icon

    • getBkId Link icon

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

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

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

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

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

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

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

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

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

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

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

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

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

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