Class SettlementInstruction11
java.lang.Object
org.coderic.iso20022.messages.camt.SettlementInstruction11
Java class for SettlementInstruction11 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementInstruction11"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SttlmMtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}SettlementMethod1Code"/> <element name="SttlmAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CashAccount40" minOccurs="0"/> <element name="ClrSys" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ClearingSystemIdentification3Choice" minOccurs="0"/> <element name="InstgRmbrsmntAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/> <element name="InstgRmbrsmntAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CashAccount40" minOccurs="0"/> <element name="InstdRmbrsmntAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/> <element name="InstdRmbrsmntAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CashAccount40" minOccurs="0"/> <element name="ThrdRmbrsmntAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/> <element name="ThrdRmbrsmntAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CashAccount40" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clrSys property.Gets the value of the instdRmbrsmntAgt property.Gets the value of the instdRmbrsmntAgtAcct property.Gets the value of the instgRmbrsmntAgt property.Gets the value of the instgRmbrsmntAgtAcct property.Gets the value of the sttlmAcct property.Gets the value of the sttlmMtd property.Gets the value of the thrdRmbrsmntAgt property.Gets the value of the thrdRmbrsmntAgtAcct property.void
Sets the value of the clrSys property.void
Sets the value of the instdRmbrsmntAgt property.void
Sets the value of the instdRmbrsmntAgtAcct property.void
Sets the value of the instgRmbrsmntAgt property.void
Sets the value of the instgRmbrsmntAgtAcct property.void
setSttlmAcct
(CashAccount40 value) Sets the value of the sttlmAcct property.void
setSttlmMtd
(SettlementMethod1Code value) Sets the value of the sttlmMtd property.void
Sets the value of the thrdRmbrsmntAgt property.void
Sets the value of the thrdRmbrsmntAgtAcct property.
-
Constructor Details
-
SettlementInstruction11
public SettlementInstruction11()
-
-
Method Details
-
getSttlmMtd
Gets the value of the sttlmMtd property.- Returns:
- possible object is
SettlementMethod1Code
-
setSttlmMtd
Sets the value of the sttlmMtd property.- Parameters:
value
- allowed object isSettlementMethod1Code
-
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
-
getInstgRmbrsmntAgt
Gets the value of the instgRmbrsmntAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setInstgRmbrsmntAgt
Sets the value of the instgRmbrsmntAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification6
-
getInstgRmbrsmntAgtAcct
Gets the value of the instgRmbrsmntAgtAcct property.- Returns:
- possible object is
CashAccount40
-
setInstgRmbrsmntAgtAcct
Sets the value of the instgRmbrsmntAgtAcct property.- Parameters:
value
- allowed object isCashAccount40
-
getInstdRmbrsmntAgt
Gets the value of the instdRmbrsmntAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setInstdRmbrsmntAgt
Sets the value of the instdRmbrsmntAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification6
-
getInstdRmbrsmntAgtAcct
Gets the value of the instdRmbrsmntAgtAcct property.- Returns:
- possible object is
CashAccount40
-
setInstdRmbrsmntAgtAcct
Sets the value of the instdRmbrsmntAgtAcct property.- Parameters:
value
- allowed object isCashAccount40
-
getThrdRmbrsmntAgt
Gets the value of the thrdRmbrsmntAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setThrdRmbrsmntAgt
Sets the value of the thrdRmbrsmntAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification6
-
getThrdRmbrsmntAgtAcct
Gets the value of the thrdRmbrsmntAgtAcct property.- Returns:
- possible object is
CashAccount40
-
setThrdRmbrsmntAgtAcct
Sets the value of the thrdRmbrsmntAgtAcct property.- Parameters:
value
- allowed object isCashAccount40
-