Class ATMExceptionAcknowledgement1
java.lang.Object
org.coderic.iso20022.messages.caam.ATMExceptionAcknowledgement1
Java class for ATMExceptionAcknowledgement1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMExceptionAcknowledgement1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ATM" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}AutomatedTellerMachine3"/> <element name="Cntxt" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ATMContext20"/> <element name="Tx" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ATMTransaction28"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetATM()
Gets the value of the atm property.getCntxt()
Gets the value of the cntxt property.getTx()
Gets the value of the tx property.void
setATM
(AutomatedTellerMachine3 value) Sets the value of the atm property.void
setCntxt
(ATMContext20 value) Sets the value of the cntxt property.void
setTx
(ATMTransaction28 value) Sets the value of the tx property.
-
Constructor Details
-
ATMExceptionAcknowledgement1
public ATMExceptionAcknowledgement1()
-
-
Method Details
-
getATM
Gets the value of the atm property.- Returns:
- possible object is
AutomatedTellerMachine3
-
setATM
Sets the value of the atm property.- Parameters:
value
- allowed object isAutomatedTellerMachine3
-
getCntxt
Gets the value of the cntxt property.- Returns:
- possible object is
ATMContext20
-
setCntxt
Sets the value of the cntxt property.- Parameters:
value
- allowed object isATMContext20
-
getTx
Gets the value of the tx property.- Returns:
- possible object is
ATMTransaction28
-
setTx
Sets the value of the tx property.- Parameters:
value
- allowed object isATMTransaction28
-