Package cdm.legaldocumentation.csa
Class MTAType.MTATypeImpl
java.lang.Object
cdm.legaldocumentation.csa.MTAType.MTATypeImpl
- All Implemented Interfaces:
MTAType,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
MTAType
Immutable Implementation of MTAType
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.MTAType
MTAType.MTATypeBuilder, MTAType.MTATypeBuilderImpl, MTAType.MTATypeImpl -
Field Summary
-
Constructor Summary
Constructors -
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.Defines that the Minimum Transfer Amount (MTA) is based on a Ratings condition(s).inthashCode()protected voidsetBuilderFields(MTAType.MTATypeBuilder builder) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
MTATypeImpl
-
-
Method Details
-
getFixedAmount
@RosettaAttribute("fixedAmount") @Accessor(GETTER) @RuneAttribute("fixedAmount") public MTAFixedAmount getFixedAmount()Description copied from interface:MTATypeDefines that the Minimum Transfer Amount (MTA) is a Fixed Amount.- Specified by:
getFixedAmountin interfaceMTAType
-
getRatingsBased
@RosettaAttribute("ratingsBased") @Accessor(GETTER) @RuneAttribute("ratingsBased") public MTARatingsBased getRatingsBased()Description copied from interface:MTATypeDefines that the Minimum Transfer Amount (MTA) is based on a Ratings condition(s).- Specified by:
getRatingsBasedin interfaceMTAType
-
getOther
Description copied from interface:MTATypeUtilised where the clause data structure is not able to capture a material aspect of the clause. -
build
Description copied from interface:MTATypeBuild Methods -
toBuilder
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-