Class AcquirerToAcceptorBatchFileExchangeV01

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

public class AcquirerToAcceptorBatchFileExchangeV01 extends Object

Java class for AcquirerToAcceptorBatchFileExchangeV01 complex type.

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

 <complexType name="AcquirerToAcceptorBatchFileExchangeV01">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Hdr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Header56"/>
         <element name="BodyElmt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AcquirerToAcceptorFileBody1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Rspn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ResponseType11"/>
         <element name="SctyTrlr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ContentInformationType38" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AcquirerToAcceptorBatchFileExchangeV01

      public AcquirerToAcceptorBatchFileExchangeV01()
  • Method Details

    • getHdr

      public Header56 getHdr()
      Gets the value of the hdr property.
      Returns:
      possible object is Header56
    • setHdr

      public void setHdr(Header56 value)
      Sets the value of the hdr property.
      Parameters:
      value - allowed object is Header56
    • getBodyElmt

      public List<AcquirerToAcceptorFileBody1> getBodyElmt()
      Gets the value of the bodyElmt 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 bodyElmt property.

      For example, to add a new item, do as follows:

          getBodyElmt().add(newItem);
       

      Objects of the following type(s) are allowed in the list AcquirerToAcceptorFileBody1

    • getRspn

      public ResponseType11 getRspn()
      Gets the value of the rspn property.
      Returns:
      possible object is ResponseType11
    • setRspn

      public void setRspn(ResponseType11 value)
      Sets the value of the rspn property.
      Parameters:
      value - allowed object is ResponseType11
    • getSctyTrlr

      public ContentInformationType38 getSctyTrlr()
      Gets the value of the sctyTrlr property.
      Returns:
      possible object is ContentInformationType38
    • setSctyTrlr

      public void setSctyTrlr(ContentInformationType38 value)
      Sets the value of the sctyTrlr property.
      Parameters:
      value - allowed object is ContentInformationType38