Package cdm.legaldocumentation.csa
Class CreditSupportAmount.CreditSupportAmountBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.CreditSupportAmount.CreditSupportAmountBuilderImpl
- All Implemented Interfaces:
CreditSupportAmount,CreditSupportAmount.CreditSupportAmountBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
CreditSupportAmount
public static class CreditSupportAmount.CreditSupportAmountBuilderImpl
extends Object
implements CreditSupportAmount.CreditSupportAmountBuilder
Builder Implementation of CreditSupportAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CreditSupportAmount
CreditSupportAmount.CreditSupportAmountBuilder, CreditSupportAmount.CreditSupportAmountBuilderImpl, CreditSupportAmount.CreditSupportAmountImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.CreditSupportAmount
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe additional language that might be specified by the parties to the legal agreement.Specifies whether the meaning of credit support amount follows the pre-print definition or deviates from the standard (either based on a rating or some other methodology).booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setAdditionalLanguage(String _additionalLanguage) setCreditSupportAmount(CreditSupportAmountEnum _creditSupportAmount) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.CreditSupportAmount
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.CreditSupportAmount.CreditSupportAmountBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
creditSupportAmount
-
additionalLanguage
-
-
Constructor Details
-
CreditSupportAmountBuilderImpl
public CreditSupportAmountBuilderImpl()
-
-
Method Details
-
getCreditSupportAmount
@RosettaAttribute("creditSupportAmount") @Accessor(GETTER) @Required @RuneAttribute("creditSupportAmount") public CreditSupportAmountEnum getCreditSupportAmount()Description copied from interface:CreditSupportAmountSpecifies whether the meaning of credit support amount follows the pre-print definition or deviates from the standard (either based on a rating or some other methodology).- Specified by:
getCreditSupportAmountin interfaceCreditSupportAmount
-
getAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(GETTER) @RuneAttribute("additionalLanguage") public String getAdditionalLanguage()Description copied from interface:CreditSupportAmountThe additional language that might be specified by the parties to the legal agreement.- Specified by:
getAdditionalLanguagein interfaceCreditSupportAmount
-
setCreditSupportAmount
@RosettaAttribute("creditSupportAmount") @Accessor(SETTER) @Required @RuneAttribute("creditSupportAmount") public CreditSupportAmount.CreditSupportAmountBuilder setCreditSupportAmount(CreditSupportAmountEnum _creditSupportAmount) - Specified by:
setCreditSupportAmountin interfaceCreditSupportAmount.CreditSupportAmountBuilder
-
setAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(SETTER) @RuneAttribute("additionalLanguage") public CreditSupportAmount.CreditSupportAmountBuilder setAdditionalLanguage(String _additionalLanguage) - Specified by:
setAdditionalLanguagein interfaceCreditSupportAmount.CreditSupportAmountBuilder
-
build
Description copied from interface:CreditSupportAmountBuild Methods- Specified by:
buildin interfaceCreditSupportAmount- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCreditSupportAmount- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceCreditSupportAmount.CreditSupportAmountBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public CreditSupportAmount.CreditSupportAmountBuilder 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
-