Package cdm.event.common
Class MarginCallInstructionType.MarginCallInstructionTypeBuilderImpl
java.lang.Object
cdm.event.common.MarginCallInstructionType.MarginCallInstructionTypeBuilderImpl
- All Implemented Interfaces:
MarginCallInstructionType,MarginCallInstructionType.MarginCallInstructionTypeBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
MarginCallInstructionType
public static class MarginCallInstructionType.MarginCallInstructionTypeBuilderImpl
extends Object
implements MarginCallInstructionType.MarginCallInstructionTypeBuilder
Builder Implementation of MarginCallInstructionType
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.common.MarginCallInstructionType
MarginCallInstructionType.MarginCallInstructionTypeBuilder, MarginCallInstructionType.MarginCallInstructionTypeBuilderImpl, MarginCallInstructionType.MarginCallInstructionTypeImpl -
Field Summary
FieldsFields inherited from interface cdm.event.common.MarginCallInstructionType
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanIndicates the status of the call message type, such as expected call, notification of a call or an actionable margin call.Indicates the choice if the call instruction is visible or not to the other party.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setCallType(CallTypeEnum _callType) setVisibilityIndicator(Boolean _visibilityIndicator) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.event.common.MarginCallInstructionType
getType, metaData, processMethods inherited from interface cdm.event.common.MarginCallInstructionType.MarginCallInstructionTypeBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
callType
-
visibilityIndicator
-
-
Constructor Details
-
MarginCallInstructionTypeBuilderImpl
public MarginCallInstructionTypeBuilderImpl()
-
-
Method Details
-
getCallType
@RosettaAttribute(value="callType", isRequired=true) @RuneAttribute(value="callType", isRequired=true) public CallTypeEnum getCallType()Description copied from interface:MarginCallInstructionTypeIndicates the status of the call message type, such as expected call, notification of a call or an actionable margin call.- Specified by:
getCallTypein interfaceMarginCallInstructionType
-
getVisibilityIndicator
@RosettaAttribute("visibilityIndicator") @RuneAttribute("visibilityIndicator") public Boolean getVisibilityIndicator()Description copied from interface:MarginCallInstructionTypeIndicates the choice if the call instruction is visible or not to the other party.- Specified by:
getVisibilityIndicatorin interfaceMarginCallInstructionType
-
setCallType
@RosettaAttribute(value="callType", isRequired=true) @RuneAttribute(value="callType", isRequired=true) public MarginCallInstructionType.MarginCallInstructionTypeBuilder setCallType(CallTypeEnum _callType) - Specified by:
setCallTypein interfaceMarginCallInstructionType.MarginCallInstructionTypeBuilder
-
setVisibilityIndicator
@RosettaAttribute("visibilityIndicator") @RuneAttribute("visibilityIndicator") public MarginCallInstructionType.MarginCallInstructionTypeBuilder setVisibilityIndicator(Boolean _visibilityIndicator) - Specified by:
setVisibilityIndicatorin interfaceMarginCallInstructionType.MarginCallInstructionTypeBuilder
-
build
Description copied from interface:MarginCallInstructionTypeBuild Methods- Specified by:
buildin interfaceMarginCallInstructionType- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceMarginCallInstructionType- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceMarginCallInstructionType.MarginCallInstructionTypeBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public MarginCallInstructionType.MarginCallInstructionTypeBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-