Package cdm.legaldocumentation.csa
Class MTAFixedAmount.MTAFixedAmountImpl
java.lang.Object
cdm.legaldocumentation.csa.MTAFixedAmount.MTAFixedAmountImpl
- All Implemented Interfaces:
MTAFixedAmount,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
MTAFixedAmount
Immutable Implementation of MTAFixedAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.MTAFixedAmount
MTAFixedAmount.MTAFixedAmountBuilder, MTAFixedAmount.MTAFixedAmountBuilderImpl, MTAFixedAmount.MTAFixedAmountImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.MTAFixedAmount
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.MTAFixedAmount
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
MTAFixedAmountImpl
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:MTAFixedAmountThe party to which the Minimum Transfer Amount (MTA) applies.- Specified by:
getPartyin interfaceMTAFixedAmount
-
getAmount
@RosettaAttribute("amount") @Accessor(GETTER) @Required @RuneAttribute("amount") public Integer getAmount()Description copied from interface:MTAFixedAmountThe amount value applicable to the Minimum Transfer Amount (MTA).- Specified by:
getAmountin interfaceMTAFixedAmount
-
getCurrency
@RosettaAttribute("currency") @Accessor(GETTER) @Required @RuneAttribute("currency") public ISOCurrencyCodeEnum getCurrency()Description copied from interface:MTAFixedAmountThe minimum transfer amount currency code.- Specified by:
getCurrencyin interfaceMTAFixedAmount
-
build
Description copied from interface:MTAFixedAmountBuild Methods- Specified by:
buildin interfaceMTAFixedAmount- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceMTAFixedAmount- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-