Class SettlementObligationReportV03
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clrMmb property.Gets the value of the clrSgmt property.Gets the value of the dlvryAcct property.getPgntn()
Gets the value of the pgntn property.Gets the value of the rptDtls property.Gets the value of the rptParams property.Gets the value of the splmtryData property.Gets the value of the sttlmPties property.void
Sets the value of the clrMmb property.void
Sets the value of the clrSgmt property.void
setDlvryAcct
(SecuritiesAccount19 value) Sets the value of the dlvryAcct property.void
setPgntn
(Pagination value) Sets the value of the pgntn property.void
setRptParams
(ReportParameters4 value) Sets the value of the rptParams property.void
Sets the value of the sttlmPties property.
-
Constructor Details
-
SettlementObligationReportV03
public SettlementObligationReportV03()
-
-
Method Details
-
getRptParams
Gets the value of the rptParams property.- Returns:
- possible object is
ReportParameters4
-
setRptParams
Sets the value of the rptParams property.- Parameters:
value
- allowed object isReportParameters4
-
getPgntn
Gets the value of the pgntn property.- Returns:
- possible object is
Pagination
-
setPgntn
Sets the value of the pgntn property.- Parameters:
value
- allowed object isPagination
-
getClrMmb
Gets the value of the clrMmb property.- Returns:
- possible object is
PartyIdentification35Choice
-
setClrMmb
Sets the value of the clrMmb property.- Parameters:
value
- allowed object isPartyIdentification35Choice
-
getClrSgmt
Gets the value of the clrSgmt property.- Returns:
- possible object is
PartyIdentification35Choice
-
setClrSgmt
Sets the value of the clrSgmt property.- Parameters:
value
- allowed object isPartyIdentification35Choice
-
getDlvryAcct
Gets the value of the dlvryAcct property.- Returns:
- possible object is
SecuritiesAccount19
-
setDlvryAcct
Sets the value of the dlvryAcct property.- Parameters:
value
- allowed object isSecuritiesAccount19
-
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
Gets the value of the sttlmPties property.- Returns:
- possible object is
SettlementParties2Choice
-
setSttlmPties
Sets the value of the sttlmPties property.- Parameters:
value
- allowed object isSettlementParties2Choice
-
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
-