Class SettlementService4
java.lang.Object
org.coderic.iso20022.messages.cafm.SettlementService4
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:cafm.002.001.02}SettlementServiceMode1" minOccurs="0"/> <element name="SttlmSvcDts" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}SettlementServiceDate2" minOccurs="0"/> <element name="SttlmRptgNtty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}SettlementReportingEntity1" minOccurs="0"/> <element name="AddtlSttlmInf" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlSttlmInf property.Gets the value of the sttlmRptgNtty property.Gets the value of the sttlmSvcApld property.Gets the value of the sttlmSvcDts property.void
Sets the value of the sttlmRptgNtty property.void
Sets the value of the sttlmSvcApld property.void
Sets the value of the sttlmSvcDts property.
-
Constructor Details
-
SettlementService4
public SettlementService4()
-
-
Method Details
-
getSttlmSvcApld
Gets the value of the sttlmSvcApld property.- Returns:
- possible object is
SettlementServiceMode1
-
setSttlmSvcApld
Sets the value of the sttlmSvcApld property.- Parameters:
value
- allowed object isSettlementServiceMode1
-
getSttlmSvcDts
Gets the value of the sttlmSvcDts property.- Returns:
- possible object is
SettlementServiceDate2
-
setSttlmSvcDts
Sets the value of the sttlmSvcDts property.- Parameters:
value
- allowed object isSettlementServiceDate2
-
getSttlmRptgNtty
Gets the value of the sttlmRptgNtty property.- Returns:
- possible object is
SettlementReportingEntity1
-
setSttlmRptgNtty
Sets the value of the sttlmRptgNtty property.- Parameters:
value
- allowed object isSettlementReportingEntity1
-
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
-