Class MovementRecord2
java.lang.Object
org.coderic.iso20022.messages.pacs.MovementRecord2
Java class for MovementRecord2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MovementRecord2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}Max35Text"/> <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}Number" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}AmountAndDirection5"/> <element name="SttlmAgt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}PartyIdentification272" minOccurs="0"/> <element name="SttlmAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}CashAccount40" minOccurs="0"/> <element name="Ptcpt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}PartyIdentification272" minOccurs="0"/> <element name="PtcptAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}CashAccount40" minOccurs="0"/> <element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getId()
Gets the value of the id property.getPtcpt()
Gets the value of the ptcpt property.Gets the value of the ptcptAcct property.getRef()
Gets the value of the ref property.getSeqNb()
Gets the value of the seqNb property.Gets the value of the sttlmAgt property.Gets the value of the sttlmAgtAcct property.void
setAmt
(AmountAndDirection5 value) Sets the value of the amt property.void
Sets the value of the id property.void
setPtcpt
(PartyIdentification272 value) Sets the value of the ptcpt property.void
setPtcptAcct
(CashAccount40 value) Sets the value of the ptcptAcct property.void
Sets the value of the ref property.void
setSeqNb
(BigDecimal value) Sets the value of the seqNb property.void
Sets the value of the sttlmAgt property.void
setSttlmAgtAcct
(CashAccount40 value) Sets the value of the sttlmAgtAcct property.
-
Constructor Details
-
MovementRecord2
public MovementRecord2()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getSeqNb
Gets the value of the seqNb property.- Returns:
- possible object is
BigDecimal
-
setSeqNb
Sets the value of the seqNb property.- Parameters:
value
- allowed object isBigDecimal
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
AmountAndDirection5
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isAmountAndDirection5
-
getSttlmAgt
Gets the value of the sttlmAgt property.- Returns:
- possible object is
PartyIdentification272
-
setSttlmAgt
Sets the value of the sttlmAgt property.- Parameters:
value
- allowed object isPartyIdentification272
-
getSttlmAgtAcct
Gets the value of the sttlmAgtAcct property.- Returns:
- possible object is
CashAccount40
-
setSttlmAgtAcct
Sets the value of the sttlmAgtAcct property.- Parameters:
value
- allowed object isCashAccount40
-
getPtcpt
Gets the value of the ptcpt property.- Returns:
- possible object is
PartyIdentification272
-
setPtcpt
Sets the value of the ptcpt property.- Parameters:
value
- allowed object isPartyIdentification272
-
getPtcptAcct
Gets the value of the ptcptAcct property.- Returns:
- possible object is
CashAccount40
-
setPtcptAcct
Sets the value of the ptcptAcct property.- Parameters:
value
- allowed object isCashAccount40
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value
- allowed object isString
-