Package cdm.legaldocumentation.csa
Class MinimumTransferAmountElection.MinimumTransferAmountElectionImpl
java.lang.Object
cdm.legaldocumentation.csa.MinimumTransferAmountElection.MinimumTransferAmountElectionImpl
- All Implemented Interfaces:
MinimumTransferAmountElection,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
MinimumTransferAmountElection
public static class MinimumTransferAmountElection.MinimumTransferAmountElectionImpl
extends Object
implements MinimumTransferAmountElection
Immutable Implementation of MinimumTransferAmountElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.MinimumTransferAmountElection
MinimumTransferAmountElection.MinimumTransferAmountElectionBuilder, MinimumTransferAmountElection.MinimumTransferAmountElectionBuilderImpl, MinimumTransferAmountElection.MinimumTransferAmountElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.MinimumTransferAmountElection
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMinimumTransferAmountElectionImpl(MinimumTransferAmountElection.MinimumTransferAmountElectionBuilder builder) -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanDefines that the Minimum Transfer Amount (MTA) is a Fixed Amount.getOther()Utilised where the clause data structure is not able to capture a material aspect of the clause.getParty()The party to which the minimum transfer amount applies.Defines that the Minimum Transfer Amount (MTA) is based on a Ratings condition(s).inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.MinimumTransferAmountElection
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
MinimumTransferAmountElectionImpl
protected MinimumTransferAmountElectionImpl(MinimumTransferAmountElection.MinimumTransferAmountElectionBuilder builder)
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:MinimumTransferAmountElectionThe party to which the minimum transfer amount applies.- Specified by:
getPartyin interfaceMinimumTransferAmountElection
-
getFixedAmount
@RosettaAttribute("fixedAmount") @Accessor(GETTER) @RuneAttribute("fixedAmount") public ThresholdMinimumTransferAmountFixedAmount getFixedAmount()Description copied from interface:MinimumTransferAmountElectionDefines that the Minimum Transfer Amount (MTA) is a Fixed Amount.- Specified by:
getFixedAmountin interfaceMinimumTransferAmountElection
-
getRatingsBased
@RosettaAttribute("ratingsBased") @Accessor(GETTER) @RuneAttribute("ratingsBased") public MinimumTransferAmountRatingsBased getRatingsBased()Description copied from interface:MinimumTransferAmountElectionDefines that the Minimum Transfer Amount (MTA) is based on a Ratings condition(s).- Specified by:
getRatingsBasedin interfaceMinimumTransferAmountElection
-
getOther
Description copied from interface:MinimumTransferAmountElectionUtilised where the clause data structure is not able to capture a material aspect of the clause.- Specified by:
getOtherin interfaceMinimumTransferAmountElection
-
build
Description copied from interface:MinimumTransferAmountElectionBuild Methods- Specified by:
buildin interfaceMinimumTransferAmountElection- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceMinimumTransferAmountElection- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
protected void setBuilderFields(MinimumTransferAmountElection.MinimumTransferAmountElectionBuilder builder) -
equals
-
hashCode
public int hashCode() -
toString
-