Package cdm.legaldocumentation.csa
Class MTAFixedAmount.MTAFixedAmountBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.MTAFixedAmount.MTAFixedAmountBuilderImpl
- All Implemented Interfaces:
MTAFixedAmount,MTAFixedAmount.MTAFixedAmountBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
MTAFixedAmount
public static class MTAFixedAmount.MTAFixedAmountBuilderImpl
extends Object
implements MTAFixedAmount.MTAFixedAmountBuilder
Builder Implementation of MTAFixedAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.MTAFixedAmount
MTAFixedAmount.MTAFixedAmountBuilder, MTAFixedAmount.MTAFixedAmountBuilderImpl, MTAFixedAmount.MTAFixedAmountImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected ISOCurrencyCodeEnumprotected CounterpartyRoleEnumFields inherited from interface cdm.legaldocumentation.csa.MTAFixedAmount
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe amount value applicable to the Minimum Transfer Amount (MTA).The minimum transfer amount currency code.getParty()The party to which the Minimum Transfer Amount (MTA) applies.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setCurrency(ISOCurrencyCodeEnum _currency) setParty(CounterpartyRoleEnum _party) toString()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 cdm.legaldocumentation.csa.MTAFixedAmount.MTAFixedAmountBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
party
-
amount
-
currency
-
-
Constructor Details
-
MTAFixedAmountBuilderImpl
public MTAFixedAmountBuilderImpl()
-
-
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
-
setParty
@RosettaAttribute("party") @Accessor(SETTER) @Required @RuneAttribute("party") public MTAFixedAmount.MTAFixedAmountBuilder setParty(CounterpartyRoleEnum _party) - Specified by:
setPartyin interfaceMTAFixedAmount.MTAFixedAmountBuilder
-
setAmount
@RosettaAttribute("amount") @Accessor(SETTER) @Required @RuneAttribute("amount") public MTAFixedAmount.MTAFixedAmountBuilder setAmount(Integer _amount) - Specified by:
setAmountin interfaceMTAFixedAmount.MTAFixedAmountBuilder
-
setCurrency
@RosettaAttribute("currency") @Accessor(SETTER) @Required @RuneAttribute("currency") public MTAFixedAmount.MTAFixedAmountBuilder setCurrency(ISOCurrencyCodeEnum _currency) - Specified by:
setCurrencyin interfaceMTAFixedAmount.MTAFixedAmountBuilder
-
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
-
prune
- Specified by:
prunein interfaceMTAFixedAmount.MTAFixedAmountBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public MTAFixedAmount.MTAFixedAmountBuilder 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
-