Class Document
java.lang.Object
org.coderic.iso20022.messages.catp.Document
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ATMTrfRspn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMTransferResponseV01"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the atmTrfRspn property.void
Sets the value of the atmTrfRspn property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getATMTrfRspn
Gets the value of the atmTrfRspn property.- Returns:
- possible object is
ATMTransferResponseV01
-
setATMTrfRspn
Sets the value of the atmTrfRspn property.- Parameters:
value
- allowed object isATMTransferResponseV01
-