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 java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder
addField(@NotNull java.lang.String key, @NotNull java.lang.String value)
@NotNull SettlementInstructionsPartsDef.NostroAccount
build()
@NotNull SettlementInstructionsPartsDef.NostroAccount.Builder
setNostroAccount(@NotNull java.lang.String nostroAccount)
@NotNull SettlementInstructionsPartsDef.NostroAccount.Builder
setNostroBIC(@NotNull java.lang.String nostroBIC)
@NotNull SettlementInstructionsPartsDef.NostroAccount.Builder
setNostroName(@NotNull java.lang.String nostroName)
@NotNull java.lang.String
toString()
-
-
-
Method Detail
-
addField
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder addField(@NotNull @NotNull java.lang.String key, @NotNull @NotNull java.lang.String value)
-
build
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount build()
-
toString
@NotNull public @NotNull java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
setNostroName
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder setNostroName(@NotNull @NotNull java.lang.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 java.lang.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 java.lang.String nostroAccount)
- Parameters:
nostroAccount
- e.g. AE770090004000824676500- Returns:
- The account at the bank denoted by the NostroBIC field that will receive the money.
-
-