Class SettlementObligationReportV03

java.lang.Object
org.coderic.iso20022.messages.secl.SettlementObligationReportV03

public class SettlementObligationReportV03 extends Object

Java class for SettlementObligationReportV03 complex type.

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

 <complexType name="SettlementObligationReportV03">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RptParams" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ReportParameters4"/>
         <element name="Pgntn" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Pagination"/>
         <element name="ClrMmb" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyIdentification35Choice" minOccurs="0"/>
         <element name="ClrSgmt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyIdentification35Choice" minOccurs="0"/>
         <element name="DlvryAcct" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SecuritiesAccount19" minOccurs="0"/>
         <element name="RptDtls" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Report5" maxOccurs="unbounded"/>
         <element name="SttlmPties" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SettlementParties2Choice" minOccurs="0"/>
         <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SettlementObligationReportV03

      public SettlementObligationReportV03()
  • Method Details

    • getRptParams

      public ReportParameters4 getRptParams()
      Gets the value of the rptParams property.
      Returns:
      possible object is ReportParameters4
    • setRptParams

      public void setRptParams(ReportParameters4 value)
      Sets the value of the rptParams property.
      Parameters:
      value - allowed object is ReportParameters4
    • getPgntn

      public Pagination getPgntn()
      Gets the value of the pgntn property.
      Returns:
      possible object is Pagination
    • setPgntn

      public void setPgntn(Pagination value)
      Sets the value of the pgntn property.
      Parameters:
      value - allowed object is Pagination
    • getClrMmb

      public PartyIdentification35Choice getClrMmb()
      Gets the value of the clrMmb property.
      Returns:
      possible object is PartyIdentification35Choice
    • setClrMmb

      public void setClrMmb(PartyIdentification35Choice value)
      Sets the value of the clrMmb property.
      Parameters:
      value - allowed object is PartyIdentification35Choice
    • getClrSgmt

      public PartyIdentification35Choice getClrSgmt()
      Gets the value of the clrSgmt property.
      Returns:
      possible object is PartyIdentification35Choice
    • setClrSgmt

      public void setClrSgmt(PartyIdentification35Choice value)
      Sets the value of the clrSgmt property.
      Parameters:
      value - allowed object is PartyIdentification35Choice
    • getDlvryAcct

      public SecuritiesAccount19 getDlvryAcct()
      Gets the value of the dlvryAcct property.
      Returns:
      possible object is SecuritiesAccount19
    • setDlvryAcct

      public void setDlvryAcct(SecuritiesAccount19 value)
      Sets the value of the dlvryAcct property.
      Parameters:
      value - allowed object is SecuritiesAccount19
    • getRptDtls

      public List<Report5> getRptDtls()
      Gets the value of the rptDtls 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 rptDtls property.

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

          getRptDtls().add(newItem);
       

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

    • getSttlmPties

      public SettlementParties2Choice getSttlmPties()
      Gets the value of the sttlmPties property.
      Returns:
      possible object is SettlementParties2Choice
    • setSttlmPties

      public void setSttlmPties(SettlementParties2Choice value)
      Sets the value of the sttlmPties property.
      Parameters:
      value - allowed object is SettlementParties2Choice
    • getSplmtryData

      public List<SupplementaryData1> getSplmtryData()
      Gets the value of the splmtryData 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 splmtryData property.

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

          getSplmtryData().add(newItem);
       

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