Class SettlementInstruction14
java.lang.Object
org.coderic.iso20022.messages.pacs.SettlementInstruction14
Java class for SettlementInstruction14 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementInstruction14"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SttlmMtd" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}SettlementMethod2Code"/> <element name="SttlmAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}CashAccount40" minOccurs="0"/> <element name="ClrSys" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}ClearingSystemIdentification3Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clrSys property.Gets the value of the sttlmAcct property.Gets the value of the sttlmMtd property.void
Sets the value of the clrSys property.void
setSttlmAcct
(CashAccount40 value) Sets the value of the sttlmAcct property.void
setSttlmMtd
(SettlementMethod2Code value) Sets the value of the sttlmMtd property.
-
Constructor Details
-
SettlementInstruction14
public SettlementInstruction14()
-
-
Method Details
-
getSttlmMtd
Gets the value of the sttlmMtd property.- Returns:
- possible object is
SettlementMethod2Code
-
setSttlmMtd
Sets the value of the sttlmMtd property.- Parameters:
value
- allowed object isSettlementMethod2Code
-
getSttlmAcct
Gets the value of the sttlmAcct property.- Returns:
- possible object is
CashAccount40
-
setSttlmAcct
Sets the value of the sttlmAcct property.- Parameters:
value
- allowed object isCashAccount40
-
getClrSys
Gets the value of the clrSys property.- Returns:
- possible object is
ClearingSystemIdentification3Choice
-
setClrSys
Sets the value of the clrSys property.- Parameters:
value
- allowed object isClearingSystemIdentification3Choice
-