Class MultilateralSettlementRequestV02

java.lang.Object
org.coderic.iso20022.messages.pacs.MultilateralSettlementRequestV02

public class MultilateralSettlementRequestV02 extends Object

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 Details

    • MultilateralSettlementRequestV02

      public MultilateralSettlementRequestV02()
  • Method Details

    • getGrpHdr

      public GroupHeader104 getGrpHdr()
      Gets the value of the grpHdr property.
      Returns:
      possible object is GroupHeader104
    • setGrpHdr

      public void setGrpHdr(GroupHeader104 value)
      Sets the value of the grpHdr property.
      Parameters:
      value - allowed object is GroupHeader104
    • getSttlmReq

      public List<MultilateralSettlementRequest3> 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

      public SupplementaryData1 getSplmtryData()
      Gets the value of the splmtryData property.
      Returns:
      possible object is SupplementaryData1
    • setSplmtryData

      public void setSplmtryData(SupplementaryData1 value)
      Sets the value of the splmtryData property.
      Parameters:
      value - allowed object is SupplementaryData1