Class AcquirerToAcceptorBatchFileExchangeV01
java.lang.Object
org.coderic.iso20022.messages.caaa.AcquirerToAcceptorBatchFileExchangeV01
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bodyElmt property.getHdr()
Gets the value of the hdr property.getRspn()
Gets the value of the rspn property.Gets the value of the sctyTrlr property.void
Sets the value of the hdr property.void
setRspn
(ResponseType11 value) Sets the value of the rspn property.void
Sets the value of the sctyTrlr property.
-
Constructor Details
-
AcquirerToAcceptorBatchFileExchangeV01
public AcquirerToAcceptorBatchFileExchangeV01()
-
-
Method Details
-
getHdr
Gets the value of the hdr property.- Returns:
- possible object is
Header56
-
setHdr
Sets the value of the hdr property.- Parameters:
value
- allowed object isHeader56
-
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
Gets the value of the rspn property.- Returns:
- possible object is
ResponseType11
-
setRspn
Sets the value of the rspn property.- Parameters:
value
- allowed object isResponseType11
-
getSctyTrlr
Gets the value of the sctyTrlr property.- Returns:
- possible object is
ContentInformationType38
-
setSctyTrlr
Sets the value of the sctyTrlr property.- Parameters:
value
- allowed object isContentInformationType38
-