Package cdm.legaldocumentation.csa
Class ResolutionValue.ResolutionValueImpl
java.lang.Object
cdm.legaldocumentation.csa.ResolutionValue.ResolutionValueImpl
- All Implemented Interfaces:
ResolutionValue,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ResolutionValue
Immutable Implementation of ResolutionValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ResolutionValue
ResolutionValue.ResolutionValueBuilder, ResolutionValue.ResolutionValueBuilderImpl, ResolutionValue.ResolutionValueImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.ResolutionValue
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe additional language that might be specified by the parties to the legal agreement.getCash()Details of how cash collateral is valued when resolving disputes.Represents whether a fallback calculation method is applicable.Details of how securities collateral is valued when resolving disputes.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.ResolutionValue
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
ResolutionValueImpl
-
-
Method Details
-
getCash
Description copied from interface:ResolutionValueDetails of how cash collateral is valued when resolving disputes.- Specified by:
getCashin interfaceResolutionValue
-
getSecurities
@RosettaAttribute("securities") @Accessor(GETTER) @RuneAttribute("securities") public ValueSecuritiesEnum getSecurities()Description copied from interface:ResolutionValueDetails of how securities collateral is valued when resolving disputes.- Specified by:
getSecuritiesin interfaceResolutionValue
-
getFallback
@RosettaAttribute("fallback") @Accessor(GETTER) @RuneAttribute("fallback") public Boolean getFallback()Description copied from interface:ResolutionValueRepresents whether a fallback calculation method is applicable. 'True' if fallback calculation method is applicable.- Specified by:
getFallbackin interfaceResolutionValue
-
getAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(GETTER) @RuneAttribute("additionalLanguage") public String getAdditionalLanguage()Description copied from interface:ResolutionValueThe additional language that might be specified by the parties to the legal agreement.- Specified by:
getAdditionalLanguagein interfaceResolutionValue
-
build
Description copied from interface:ResolutionValueBuild Methods- Specified by:
buildin interfaceResolutionValue- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceResolutionValue- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-