Class MultilateralSettlementRequest3
java.lang.Object
org.coderic.iso20022.messages.pacs.MultilateralSettlementRequest3
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the instrId property.Gets the value of the instrPrty property.Gets the value of the mvmntRcrd property.Gets the value of the nbOfMvmntRcrds property.Gets the value of the sttlmCycl property.Gets the value of the sttlmPrty property.Gets the value of the sttlmTmReq property.void
setInstrId
(String value) Sets the value of the instrId property.void
setInstrPrty
(Priority3Code value) Sets the value of the instrPrty property.void
setNbOfMvmntRcrds
(BigDecimal value) Sets the value of the nbOfMvmntRcrds property.void
setSttlmCycl
(String value) Sets the value of the sttlmCycl property.void
setSttlmPrty
(Priority3Code value) Sets the value of the sttlmPrty property.void
Sets the value of the sttlmTmReq property.
-
Constructor Details
-
MultilateralSettlementRequest3
public MultilateralSettlementRequest3()
-
-
Method Details
-
getInstrId
Gets the value of the instrId property.- Returns:
- possible object is
String
-
setInstrId
Sets the value of the instrId property.- Parameters:
value
- allowed object isString
-
getInstrPrty
Gets the value of the instrPrty property.- Returns:
- possible object is
Priority3Code
-
setInstrPrty
Sets the value of the instrPrty property.- Parameters:
value
- allowed object isPriority3Code
-
getSttlmTmReq
Gets the value of the sttlmTmReq property.- Returns:
- possible object is
SettlementTimeRequest2
-
setSttlmTmReq
Sets the value of the sttlmTmReq property.- Parameters:
value
- allowed object isSettlementTimeRequest2
-
getSttlmPrty
Gets the value of the sttlmPrty property.- Returns:
- possible object is
Priority3Code
-
setSttlmPrty
Sets the value of the sttlmPrty property.- Parameters:
value
- allowed object isPriority3Code
-
getSttlmCycl
Gets the value of the sttlmCycl property.- Returns:
- possible object is
String
-
setSttlmCycl
Sets the value of the sttlmCycl property.- Parameters:
value
- allowed object isString
-
getNbOfMvmntRcrds
Gets the value of the nbOfMvmntRcrds property.- Returns:
- possible object is
BigDecimal
-
setNbOfMvmntRcrds
Sets the value of the nbOfMvmntRcrds property.- Parameters:
value
- allowed object isBigDecimal
-
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
-