Class ATMExceptionAcknowledgementV01
java.lang.Object
org.coderic.iso20022.messages.caam.ATMExceptionAcknowledgementV01
Java class for ATMExceptionAcknowledgementV01 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMExceptionAcknowledgementV01"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Hdr" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Header32"/> <element name="PrtctdATMXcptnAck" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ContentInformationType10" minOccurs="0"/> <element name="ATMXcptnAck" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ATMExceptionAcknowledgement1" minOccurs="0"/> <element name="SctyTrlr" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ContentInformationType15" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the atmXcptnAck property.getHdr()
Gets the value of the hdr property.Gets the value of the prtctdATMXcptnAck property.Gets the value of the sctyTrlr property.void
Sets the value of the atmXcptnAck property.void
Sets the value of the hdr property.void
Sets the value of the prtctdATMXcptnAck property.void
Sets the value of the sctyTrlr property.
-
Constructor Details
-
ATMExceptionAcknowledgementV01
public ATMExceptionAcknowledgementV01()
-
-
Method Details
-
getHdr
Gets the value of the hdr property.- Returns:
- possible object is
Header32
-
setHdr
Sets the value of the hdr property.- Parameters:
value
- allowed object isHeader32
-
getPrtctdATMXcptnAck
Gets the value of the prtctdATMXcptnAck property.- Returns:
- possible object is
ContentInformationType10
-
setPrtctdATMXcptnAck
Sets the value of the prtctdATMXcptnAck property.- Parameters:
value
- allowed object isContentInformationType10
-
getATMXcptnAck
Gets the value of the atmXcptnAck property.- Returns:
- possible object is
ATMExceptionAcknowledgement1
-
setATMXcptnAck
Sets the value of the atmXcptnAck property.- Parameters:
value
- allowed object isATMExceptionAcknowledgement1
-
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
-