Interface SingleSettlementInstructionClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
RequestTradeEvent
,SingleSettlementInstructionClientFieldSetChild
public interface SingleSettlementInstructionClientFieldSet extends LeggedMessage
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getAction()
Create, Update, Delete, Release, Rejectdefault java.lang.String
getBankAccount()
The account number of the beneficiary's bank.default java.lang.String
getBankAddress1()
The first line of the beneficiary's bank's address.default java.lang.String
getBankAddress2()
The second line of the beneficiary's bank's address.default java.lang.String
getBankAddress3()
The third line of the beneficiary's bank's address.default java.lang.String
getBankName()
The name of the beneficiary's bank.default java.lang.String
getBankSwift()
The BIC of the beneficiary's bank.default java.lang.String
getIndividualAccount()
The account number of the beneficiary.default java.lang.String
getIndividualAddress1()
The first line of the beneficiary.default java.lang.String
getIndividualAddress2()
The second line of the beneficiary.default java.lang.String
getIndividualName()
The name of the beneficiary.default java.lang.String
getIndividualSwift()
The BIC of the beneficiary's account.default java.lang.String
getIsDefaultSettlementInstruction()
Is this the default settlement instruction for this currency.default java.lang.String
getIsNettingInstruction()
Is this settlement instruction a netting instruction.default java.lang.String
getSettlementCurrency()
The currency this settlement instruction is for.default java.lang.String
getSettlementDetailsLine1()
The first line of remittance information.default java.lang.String
getSettlementDetailsLine2()
The second line of remittance information.default java.lang.String
getSettlementDetailsLine3()
The third line of remittance information.default java.lang.String
getSettlementDetailsLine4()
The forth line of remittance information.default java.lang.String
getSettlementDetailsLine5()
The fifth line of remittance information.default java.lang.String
getSettlementDetailsLine6()
The sixth line of remittance information.default java.lang.String
getSettlementDirection()
The direction the settlement instruction can refer to, Supported directions are: PAY, RECEIVE, BOTH.default java.lang.String
getSettlementDisplayName()
The name of the settlement instruction.default java.lang.String
getSettlementId()
The ID corresponding to the settlement instruction.default java.lang.String
getSettlementInstructionStatus()
The status of a settlement instruction is either PENDING or CURRENT.default java.lang.String
getSettlementInstructionType()
The type of settlement instruction.-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getAction
default java.lang.String getAction()
Create, Update, Delete, Release, Reject
-
getSettlementId
default java.lang.String getSettlementId()
The ID corresponding to the settlement instruction.
-
getSettlementCurrency
default java.lang.String getSettlementCurrency()
The currency this settlement instruction is for.
-
getSettlementDirection
default java.lang.String getSettlementDirection()
The direction the settlement instruction can refer to, Supported directions are: PAY, RECEIVE, BOTH.
-
getIsDefaultSettlementInstruction
default java.lang.String getIsDefaultSettlementInstruction()
Is this the default settlement instruction for this currency.
-
getIsNettingInstruction
default java.lang.String getIsNettingInstruction()
Is this settlement instruction a netting instruction.
-
getSettlementInstructionStatus
default java.lang.String getSettlementInstructionStatus()
The status of a settlement instruction is either PENDING or CURRENT.
-
getSettlementInstructionType
default java.lang.String getSettlementInstructionType()
The type of settlement instruction. Supported types are [EXISTING, ADHOC, NONE].
-
getSettlementDisplayName
default java.lang.String getSettlementDisplayName()
The name of the settlement instruction.
-
getBankAccount
default java.lang.String getBankAccount()
The account number of the beneficiary's bank.
-
getBankSwift
default java.lang.String getBankSwift()
The BIC of the beneficiary's bank.
-
getBankName
default java.lang.String getBankName()
The name of the beneficiary's bank.
-
getBankAddress1
default java.lang.String getBankAddress1()
The first line of the beneficiary's bank's address.
-
getBankAddress2
default java.lang.String getBankAddress2()
The second line of the beneficiary's bank's address.
-
getBankAddress3
default java.lang.String getBankAddress3()
The third line of the beneficiary's bank's address.
-
getIndividualAccount
default java.lang.String getIndividualAccount()
The account number of the beneficiary.
-
getIndividualSwift
default java.lang.String getIndividualSwift()
The BIC of the beneficiary's account.
-
getIndividualName
default java.lang.String getIndividualName()
The name of the beneficiary.
-
getIndividualAddress1
default java.lang.String getIndividualAddress1()
The first line of the beneficiary.
-
getIndividualAddress2
default java.lang.String getIndividualAddress2()
The second line of the beneficiary.
-
getSettlementDetailsLine1
default java.lang.String getSettlementDetailsLine1()
The first line of remittance information.
-
getSettlementDetailsLine2
default java.lang.String getSettlementDetailsLine2()
The second line of remittance information.
-
getSettlementDetailsLine3
default java.lang.String getSettlementDetailsLine3()
The third line of remittance information.
-
getSettlementDetailsLine4
default java.lang.String getSettlementDetailsLine4()
The forth line of remittance information.
-
getSettlementDetailsLine5
default java.lang.String getSettlementDetailsLine5()
The fifth line of remittance information.
-
getSettlementDetailsLine6
default java.lang.String getSettlementDetailsLine6()
The sixth line of remittance information.
-
-