Class MTAType.MTATypeImpl

java.lang.Object
cdm.legaldocumentation.csa.MTAType.MTATypeImpl
All Implemented Interfaces:
MTAType, com.rosetta.model.lib.RosettaModelObject
Enclosing interface:
MTAType

public static class MTAType.MTATypeImpl extends Object implements MTAType
Immutable Implementation of MTAType
  • Constructor Details

  • Method Details

    • getFixedAmount

      @RosettaAttribute("fixedAmount") @Accessor(GETTER) @RuneAttribute("fixedAmount") public MTAFixedAmount getFixedAmount()
      Description copied from interface: MTAType
      Defines that the Minimum Transfer Amount (MTA) is a Fixed Amount.
      Specified by:
      getFixedAmount in interface MTAType
    • getRatingsBased

      @RosettaAttribute("ratingsBased") @Accessor(GETTER) @RuneAttribute("ratingsBased") public MTARatingsBased getRatingsBased()
      Description copied from interface: MTAType
      Defines that the Minimum Transfer Amount (MTA) is based on a Ratings condition(s).
      Specified by:
      getRatingsBased in interface MTAType
    • getOther

      @RosettaAttribute("other") @Accessor(GETTER) @RuneAttribute("other") public String getOther()
      Description copied from interface: MTAType
      Utilised where the clause data structure is not able to capture a material aspect of the clause.
      Specified by:
      getOther in interface MTAType
    • build

      public MTAType build()
      Description copied from interface: MTAType
      Build Methods
      Specified by:
      build in interface MTAType
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      public MTAType.MTATypeBuilder toBuilder()
      Specified by:
      toBuilder in interface MTAType
      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • setBuilderFields

      protected void setBuilderFields(MTAType.MTATypeBuilder builder)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object