Package cdm.event.common
Interface MarginCallInstructionType
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
MarginCallInstructionType.MarginCallInstructionTypeBuilder
- All Known Implementing Classes:
MarginCallInstructionType.MarginCallInstructionTypeBuilderImpl,MarginCallInstructionType.MarginCallInstructionTypeImpl
@RosettaDataType(value="MarginCallInstructionType",
builder=MarginCallInstructionTypeBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="MarginCallInstructionType",
model="cdm",
builder=MarginCallInstructionTypeBuilderImpl.class,
version="5.30.0")
public interface MarginCallInstructionType
extends com.rosetta.model.lib.RosettaModelObject
Represents enumeration values to specify the call notification type, direction, specific action type.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of MarginCallInstructionTypestatic classImmutable Implementation of MarginCallInstructionType -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Indicates the status of the call message type, such as expected call, notification of a call or an actionable margin call.default Class<? extends MarginCallInstructionType> getType()Indicates the choice if the call instruction is visible or not to the other party.default com.rosetta.model.lib.meta.RosettaMetaData<? extends MarginCallInstructionType> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getCallType
CallTypeEnum getCallType()Indicates the status of the call message type, such as expected call, notification of a call or an actionable margin call. -
getVisibilityIndicator
Boolean getVisibilityIndicator()Indicates the choice if the call instruction is visible or not to the other party. -
build
MarginCallInstructionType build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-