Class ATMTransferResponseV01
java.lang.Object
org.coderic.iso20022.messages.catp.ATMTransferResponseV01
Java class for ATMTransferResponseV01 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMTransferResponseV01"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Hdr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Header31"/> <element name="PrtctdATMTrfRspn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ContentInformationType10" minOccurs="0"/> <element name="ATMTrfRspn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMTransferResponse1" minOccurs="0"/> <element name="SctyTrlr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ContentInformationType15" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the atmTrfRspn property.getHdr()
Gets the value of the hdr property.Gets the value of the prtctdATMTrfRspn property.Gets the value of the sctyTrlr property.void
Sets the value of the atmTrfRspn property.void
Sets the value of the hdr property.void
Sets the value of the prtctdATMTrfRspn property.void
Sets the value of the sctyTrlr property.
-
Constructor Details
-
ATMTransferResponseV01
public ATMTransferResponseV01()
-
-
Method Details
-
getHdr
Gets the value of the hdr property.- Returns:
- possible object is
Header31
-
setHdr
Sets the value of the hdr property.- Parameters:
value
- allowed object isHeader31
-
getPrtctdATMTrfRspn
Gets the value of the prtctdATMTrfRspn property.- Returns:
- possible object is
ContentInformationType10
-
setPrtctdATMTrfRspn
Sets the value of the prtctdATMTrfRspn property.- Parameters:
value
- allowed object isContentInformationType10
-
getATMTrfRspn
Gets the value of the atmTrfRspn property.- Returns:
- possible object is
ATMTransferResponse1
-
setATMTrfRspn
Sets the value of the atmTrfRspn property.- Parameters:
value
- allowed object isATMTransferResponse1
-
getSctyTrlr
Gets the value of the sctyTrlr property.- Returns:
- possible object is
ContentInformationType15
-
setSctyTrlr
Sets the value of the sctyTrlr property.- Parameters:
value
- allowed object isContentInformationType15
-