Class SettlementReportingResponseV02
java.lang.Object
org.coderic.iso20022.messages.casr.SettlementReportingResponseV02
Java class for SettlementReportingResponseV02 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementReportingResponseV02">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Hdr" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Header66"/>
<element name="Body" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}SettlementReportingResponse2"/>
<element name="SctyTrlr" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}ContentInformationType20" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SettlementReportingResponseV02
public SettlementReportingResponseV02()
-
-
Method Details
-
getHdr
Gets the value of the hdr property.- Returns:
- possible object is
Header66
-
setHdr
Sets the value of the hdr property.- Parameters:
value- allowed object isHeader66
-
getBody
Gets the value of the body property.- Returns:
- possible object is
SettlementReportingResponse2
-
setBody
Sets the value of the body property.- Parameters:
value- allowed object isSettlementReportingResponse2
-
getSctyTrlr
Gets the value of the sctyTrlr property.- Returns:
- possible object is
ContentInformationType20
-
setSctyTrlr
Sets the value of the sctyTrlr property.- Parameters:
value- allowed object isContentInformationType20
-