Class AcquirerToAcceptorFileBody1
java.lang.Object
org.coderic.iso20022.messages.caaa.AcquirerToAcceptorFileBody1
Java class for AcquirerToAcceptorFileBody1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AcquirerToAcceptorFileBody1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CmpltnAdvcRspn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AcceptorCompletionAdviceResponse12" minOccurs="0"/> <element name="CxlRspn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AcceptorCancellationAdviceResponse12" minOccurs="0"/> <element name="BtchTrfRspn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentBatchTransferResponse11" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the btchTrfRspn property.Gets the value of the cmpltnAdvcRspn property.Gets the value of the cxlRspn property.void
Sets the value of the btchTrfRspn property.void
Sets the value of the cmpltnAdvcRspn property.void
Sets the value of the cxlRspn property.
-
Constructor Details
-
AcquirerToAcceptorFileBody1
public AcquirerToAcceptorFileBody1()
-
-
Method Details
-
getCmpltnAdvcRspn
Gets the value of the cmpltnAdvcRspn property.- Returns:
- possible object is
AcceptorCompletionAdviceResponse12
-
setCmpltnAdvcRspn
Sets the value of the cmpltnAdvcRspn property.- Parameters:
value
- allowed object isAcceptorCompletionAdviceResponse12
-
getCxlRspn
Gets the value of the cxlRspn property.- Returns:
- possible object is
AcceptorCancellationAdviceResponse12
-
setCxlRspn
Sets the value of the cxlRspn property.- Parameters:
value
- allowed object isAcceptorCancellationAdviceResponse12
-
getBtchTrfRspn
Gets the value of the btchTrfRspn property.- Returns:
- possible object is
CardPaymentBatchTransferResponse11
-
setBtchTrfRspn
Sets the value of the btchTrfRspn property.- Parameters:
value
- allowed object isCardPaymentBatchTransferResponse11
-