Class BatchManagementInformation1

java.lang.Object
org.coderic.iso20022.messages.cafc.BatchManagementInformation1

public class BatchManagementInformation1 extends Object

Java class for BatchManagementInformation1 complex type.

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

 <complexType name="BatchManagementInformation1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ColltnId" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/>
         <element name="BtchId" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text"/>
         <element name="MsgSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max15NumericText" minOccurs="0"/>
         <element name="MsgChcksmInptVal" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max140Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • BatchManagementInformation1

      public BatchManagementInformation1()
  • Method Details

    • getColltnId

      public String getColltnId()
      Gets the value of the colltnId property.
      Returns:
      possible object is String
    • setColltnId

      public void setColltnId(String value)
      Sets the value of the colltnId property.
      Parameters:
      value - allowed object is String
    • getBtchId

      public String getBtchId()
      Gets the value of the btchId property.
      Returns:
      possible object is String
    • setBtchId

      public void setBtchId(String value)
      Sets the value of the btchId property.
      Parameters:
      value - allowed object is String
    • getMsgSeqNb

      public String getMsgSeqNb()
      Gets the value of the msgSeqNb property.
      Returns:
      possible object is String
    • setMsgSeqNb

      public void setMsgSeqNb(String value)
      Sets the value of the msgSeqNb property.
      Parameters:
      value - allowed object is String
    • getMsgChcksmInptVal

      public byte[] getMsgChcksmInptVal()
      Gets the value of the msgChcksmInptVal property.
      Returns:
      possible object is byte[]
    • setMsgChcksmInptVal

      public void setMsgChcksmInptVal(byte[] value)
      Sets the value of the msgChcksmInptVal property.
      Parameters:
      value - allowed object is byte[]