Class MultilateralSettlementRequest3

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

public class MultilateralSettlementRequest3 extends Object

Java class for MultilateralSettlementRequest3 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MultilateralSettlementRequest3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}Max35Text"/>
         <element name="InstrPrty" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}Priority3Code" minOccurs="0"/>
         <element name="SttlmTmReq" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}SettlementTimeRequest2" minOccurs="0"/>
         <element name="SttlmPrty" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}Priority3Code" minOccurs="0"/>
         <element name="SttlmCycl" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}Max35Text" minOccurs="0"/>
         <element name="NbOfMvmntRcrds" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}Number" minOccurs="0"/>
         <element name="MvmntRcrd" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}MovementRecord2" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • MultilateralSettlementRequest3

      public MultilateralSettlementRequest3()
  • Method Details

    • getInstrId

      public String getInstrId()
      Gets the value of the instrId property.
      Returns:
      possible object is String
    • setInstrId

      public void setInstrId(String value)
      Sets the value of the instrId property.
      Parameters:
      value - allowed object is String
    • getInstrPrty

      public Priority3Code getInstrPrty()
      Gets the value of the instrPrty property.
      Returns:
      possible object is Priority3Code
    • setInstrPrty

      public void setInstrPrty(Priority3Code value)
      Sets the value of the instrPrty property.
      Parameters:
      value - allowed object is Priority3Code
    • getSttlmTmReq

      public SettlementTimeRequest2 getSttlmTmReq()
      Gets the value of the sttlmTmReq property.
      Returns:
      possible object is SettlementTimeRequest2
    • setSttlmTmReq

      public void setSttlmTmReq(SettlementTimeRequest2 value)
      Sets the value of the sttlmTmReq property.
      Parameters:
      value - allowed object is SettlementTimeRequest2
    • getSttlmPrty

      public Priority3Code getSttlmPrty()
      Gets the value of the sttlmPrty property.
      Returns:
      possible object is Priority3Code
    • setSttlmPrty

      public void setSttlmPrty(Priority3Code value)
      Sets the value of the sttlmPrty property.
      Parameters:
      value - allowed object is Priority3Code
    • getSttlmCycl

      public String getSttlmCycl()
      Gets the value of the sttlmCycl property.
      Returns:
      possible object is String
    • setSttlmCycl

      public void setSttlmCycl(String value)
      Sets the value of the sttlmCycl property.
      Parameters:
      value - allowed object is String
    • getNbOfMvmntRcrds

      public BigDecimal getNbOfMvmntRcrds()
      Gets the value of the nbOfMvmntRcrds property.
      Returns:
      possible object is BigDecimal
    • setNbOfMvmntRcrds

      public void setNbOfMvmntRcrds(BigDecimal value)
      Sets the value of the nbOfMvmntRcrds property.
      Parameters:
      value - allowed object is BigDecimal
    • getMvmntRcrd

      public List<MovementRecord2> getMvmntRcrd()
      Gets the value of the mvmntRcrd 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 mvmntRcrd property.

      For example, to add a new item, do as follows:

          getMvmntRcrd().add(newItem);
       

      Objects of the following type(s) are allowed in the list MovementRecord2