Class SettlementInstructionsPartsDef.NostroAccount.Builder
- java.lang.Object
-
- com.caplin.generated.motif.fx.settlementinstructions.SettlementInstructionsPartsDef.NostroAccount.Builder
-
- Enclosing class:
- SettlementInstructionsPartsDef.NostroAccount
public static final class SettlementInstructionsPartsDef.NostroAccount.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder
addField(@NotNull String key, @NotNull String value)
@NotNull SettlementInstructionsPartsDef.NostroAccount
build()
@NotNull SettlementInstructionsPartsDef.NostroAccount.Builder
setNostroAccount(@NotNull String nostroAccount)
@NotNull SettlementInstructionsPartsDef.NostroAccount.Builder
setNostroBIC(@NotNull String nostroBIC)
@NotNull SettlementInstructionsPartsDef.NostroAccount.Builder
setNostroName(@NotNull String nostroName)
@NotNull String
toString()
-
-
-
Method Detail
-
addField
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value)
-
build
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount build()
-
setNostroName
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder setNostroName(@NotNull @NotNull String nostroName)
- Parameters:
nostroName
- e.g. GBP Nostro Account.- Returns:
- An identifier for the given nostro account.
-
setNostroBIC
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder setNostroBIC(@NotNull @NotNull String nostroBIC)
- Parameters:
nostroBIC
- e.g. ARABAEADABC- Returns:
- The Bank Identifier Code denoting the bank which will receive the money.
-
setNostroAccount
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder setNostroAccount(@NotNull @NotNull String nostroAccount)
- Parameters:
nostroAccount
- e.g. AE770090004000824676500- Returns:
- The account at the bank denoted by the NostroBIC field that will receive the money.
-
-