Class ATMTransferResponse1
java.lang.Object
org.coderic.iso20022.messages.catp.ATMTransferResponse1
Java class for ATMTransferResponse1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMTransferResponse1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Envt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMEnvironment12"/> <element name="Cntxt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMContext19"/> <element name="Tx" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMTransaction24"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCntxt()
Gets the value of the cntxt property.getEnvt()
Gets the value of the envt property.getTx()
Gets the value of the tx property.void
setCntxt
(ATMContext19 value) Sets the value of the cntxt property.void
setEnvt
(ATMEnvironment12 value) Sets the value of the envt property.void
setTx
(ATMTransaction24 value) Sets the value of the tx property.
-
Constructor Details
-
ATMTransferResponse1
public ATMTransferResponse1()
-
-
Method Details
-
getEnvt
Gets the value of the envt property.- Returns:
- possible object is
ATMEnvironment12
-
setEnvt
Sets the value of the envt property.- Parameters:
value
- allowed object isATMEnvironment12
-
getCntxt
Gets the value of the cntxt property.- Returns:
- possible object is
ATMContext19
-
setCntxt
Sets the value of the cntxt property.- Parameters:
value
- allowed object isATMContext19
-
getTx
Gets the value of the tx property.- Returns:
- possible object is
ATMTransaction24
-
setTx
Sets the value of the tx property.- Parameters:
value
- allowed object isATMTransaction24
-