Class SettlementService4

java.lang.Object
org.coderic.iso20022.messages.caad.SettlementService4

public class SettlementService4 extends Object

Java class for SettlementService4 complex type.

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

 <complexType name="SettlementService4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SttlmSvcApld" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}SettlementServiceMode1" minOccurs="0"/>
         <element name="SttlmSvcDts" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}SettlementServiceDate2" minOccurs="0"/>
         <element name="SttlmRptgNtty" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}SettlementReportingEntity1" minOccurs="0"/>
         <element name="AddtlSttlmInf" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SettlementService4

      public SettlementService4()
  • Method Details

    • getSttlmSvcApld

      public SettlementServiceMode1 getSttlmSvcApld()
      Gets the value of the sttlmSvcApld property.
      Returns:
      possible object is SettlementServiceMode1
    • setSttlmSvcApld

      public void setSttlmSvcApld(SettlementServiceMode1 value)
      Sets the value of the sttlmSvcApld property.
      Parameters:
      value - allowed object is SettlementServiceMode1
    • getSttlmSvcDts

      public SettlementServiceDate2 getSttlmSvcDts()
      Gets the value of the sttlmSvcDts property.
      Returns:
      possible object is SettlementServiceDate2
    • setSttlmSvcDts

      public void setSttlmSvcDts(SettlementServiceDate2 value)
      Sets the value of the sttlmSvcDts property.
      Parameters:
      value - allowed object is SettlementServiceDate2
    • getSttlmRptgNtty

      public SettlementReportingEntity1 getSttlmRptgNtty()
      Gets the value of the sttlmRptgNtty property.
      Returns:
      possible object is SettlementReportingEntity1
    • setSttlmRptgNtty

      public void setSttlmRptgNtty(SettlementReportingEntity1 value)
      Sets the value of the sttlmRptgNtty property.
      Parameters:
      value - allowed object is SettlementReportingEntity1
    • getAddtlSttlmInf

      public List<AdditionalData1> getAddtlSttlmInf()
      Gets the value of the addtlSttlmInf 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 addtlSttlmInf property.

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

          getAddtlSttlmInf().add(newItem);
       

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