Class SettlementInstructionsPartsDef.SettlementInstructionFields
- java.lang.Object
-
- com.caplin.generated.motif.fx.settlementinstructions.SettlementInstructionsPartsDef.SettlementInstructionFields
-
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- SettlementInstructionsPartsDef
public static final class SettlementInstructionsPartsDef.SettlementInstructionFields extends java.lang.Object implements BuilderMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SettlementInstructionsPartsDef.SettlementInstructionFields.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields
from(@NotNull java.util.Map<java.lang.String,java.lang.String> fields)
static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields
from(@NotNull java.util.Map<java.lang.String,java.lang.String> fields, @NotNull java.lang.String fieldPrefix)
@Nullable java.lang.Boolean
getCanApprove()
@Nullable java.lang.Boolean
getCanDelete()
@Nullable java.lang.Boolean
getCanEdit()
@Nullable java.lang.Boolean
getCanReject()
@NotNull java.util.Map<java.lang.String,java.util.Collection<java.lang.String>>
getFieldFlags()
@NotNull java.util.Map<java.lang.String,java.lang.String>
getFields()
@NotNull java.util.Map<java.lang.String,java.util.Collection<java.lang.String>>
getFlagFields()
@Nullable java.lang.Boolean
getIsDefaultSettlementInstruction()
@Nullable java.lang.Boolean
getIsNettingInstruction()
@Nullable java.lang.String
getSettlementCurrency()
@Nullable java.lang.String
getSettlementDirection()
@NotNull SettlementInstructionsPartsDef.SettlementFields
getSettlementFields()
@Nullable java.lang.String
getSettlementId()
@Nullable java.lang.String
getSettlementInstructionStatus()
static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields.Builder
newBuilder()
@NotNull java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.caplin.motif.datasource.BuilderMessage
getFieldFlags, getFlagFields
-
-
-
-
Method Detail
-
getSettlementId
@Nullable public @Nullable java.lang.String getSettlementId()
- Returns:
- The identifier for the settlement instruction.
-
getSettlementCurrency
@Nullable public @Nullable java.lang.String getSettlementCurrency()
- Returns:
- A currency for of settlement instruction
-
getSettlementDirection
@Nullable public @Nullable java.lang.String getSettlementDirection()
- Returns:
- The direction in which the settlement details refer to, supported directions are: PAY, RECEIVE, BOTH
-
getIsDefaultSettlementInstruction
@Nullable public @Nullable java.lang.Boolean getIsDefaultSettlementInstruction()
- Returns:
- Is this the default settlement instruction for this currency
-
getIsNettingInstruction
@Nullable public @Nullable java.lang.Boolean getIsNettingInstruction()
- Returns:
- Is this settlement instruction a netting instruction
-
getSettlementInstructionStatus
@Nullable public @Nullable java.lang.String getSettlementInstructionStatus()
- Returns:
- The status of a settlement instruction is either PENDING or CURRENT
-
getCanEdit
@Nullable public @Nullable java.lang.Boolean getCanEdit()
- Returns:
- Ability to Edit the settlement instruction
-
getCanDelete
@Nullable public @Nullable java.lang.Boolean getCanDelete()
- Returns:
- Ability to Delete the settlement instruction
-
getCanApprove
@Nullable public @Nullable java.lang.Boolean getCanApprove()
- Returns:
- Ability to Approve the settlement instruction
-
getCanReject
@Nullable public @Nullable java.lang.Boolean getCanReject()
- Returns:
- Ability to Reject the settlement instruction
-
getSettlementFields
@NotNull public @NotNull SettlementInstructionsPartsDef.SettlementFields getSettlementFields()
- Returns:
- settlementFields
-
getFields
@NotNull public @NotNull java.util.Map<java.lang.String,java.lang.String> getFields()
-
getFieldFlags
@NotNull public @NotNull java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> getFieldFlags()
- Specified by:
getFieldFlags
in interfaceBuilderMessage
- Returns:
- Get the flags for all fields.
-
getFlagFields
@NotNull public @NotNull java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> getFlagFields()
- Specified by:
getFlagFields
in interfaceBuilderMessage
- Returns:
- Get the fields for all flags.
-
toString
@NotNull public @NotNull java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
from
@NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields from(@NotNull @NotNull java.util.Map<java.lang.String,java.lang.String> fields)
-
from
@NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields from(@NotNull @NotNull java.util.Map<java.lang.String,java.lang.String> fields, @NotNull @NotNull java.lang.String fieldPrefix)
-
newBuilder
@NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields.Builder newBuilder()
-
-