Package cdm.legaldocumentation.csa
Class AdditionalType.AdditionalTypeImpl
java.lang.Object
cdm.legaldocumentation.csa.AdditionalType.AdditionalTypeImpl
- All Implemented Interfaces:
AdditionalType,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
AdditionalType
Immutable Implementation of AdditionalType
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.AdditionalType
AdditionalType.AdditionalTypeBuilder, AdditionalType.AdditionalTypeBuilderImpl, AdditionalType.AdditionalTypeImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.AdditionalType
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe qualification of the Additional Type of transaction that can require the collection or delivery of initial margin when specified as a custom value by the parties to the legal agreement.The qualification of the Additional Type of transaction that can require the collection or delivery of initial margin when specified as a standard value.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.AdditionalType
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
AdditionalTypeImpl
-
-
Method Details
-
getStandardValue
@RosettaAttribute("standardValue") @Accessor(GETTER) @Required @RuneAttribute("standardValue") public AdditionalTypeEnum getStandardValue()Description copied from interface:AdditionalTypeThe qualification of the Additional Type of transaction that can require the collection or delivery of initial margin when specified as a standard value.- Specified by:
getStandardValuein interfaceAdditionalType
-
getCustomValue
@RosettaAttribute("customValue") @Accessor(GETTER) @RuneAttribute("customValue") public String getCustomValue()Description copied from interface:AdditionalTypeThe qualification of the Additional Type of transaction that can require the collection or delivery of initial margin when specified as a custom value by the parties to the legal agreement.- Specified by:
getCustomValuein interfaceAdditionalType
-
build
Description copied from interface:AdditionalTypeBuild Methods- Specified by:
buildin interfaceAdditionalType- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceAdditionalType- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-