Class MultilateralSettlementRequestV02
java.lang.Object
org.coderic.iso20022.messages.pacs.MultilateralSettlementRequestV02
Java class for MultilateralSettlementRequestV02 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultilateralSettlementRequestV02"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GrpHdr" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}GroupHeader104"/> <element name="SttlmReq" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}MultilateralSettlementRequest3" maxOccurs="unbounded"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}SupplementaryData1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the grpHdr property.Gets the value of the splmtryData property.Gets the value of the sttlmReq property.void
setGrpHdr
(GroupHeader104 value) Sets the value of the grpHdr property.void
setSplmtryData
(SupplementaryData1 value) Sets the value of the splmtryData property.
-
Constructor Details
-
MultilateralSettlementRequestV02
public MultilateralSettlementRequestV02()
-
-
Method Details
-
getGrpHdr
Gets the value of the grpHdr property.- Returns:
- possible object is
GroupHeader104
-
setGrpHdr
Sets the value of the grpHdr property.- Parameters:
value
- allowed object isGroupHeader104
-
getSttlmReq
Gets the value of the sttlmReq property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the sttlmReq property.For example, to add a new item, do as follows:
getSttlmReq().add(newItem);
Objects of the following type(s) are allowed in the list
MultilateralSettlementRequest3
-
getSplmtryData
Gets the value of the splmtryData property.- Returns:
- possible object is
SupplementaryData1
-
setSplmtryData
Sets the value of the splmtryData property.- Parameters:
value
- allowed object isSupplementaryData1
-