Package cdm.legaldocumentation.csa
Interface OtherEligibleAndPostedSupport.OtherEligibleAndPostedSupportBuilder
- All Superinterfaces:
OtherEligibleAndPostedSupport,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
OtherEligibleAndPostedSupport.OtherEligibleAndPostedSupportBuilderImpl
- Enclosing interface:
OtherEligibleAndPostedSupport
public static interface OtherEligibleAndPostedSupport.OtherEligibleAndPostedSupportBuilder
extends OtherEligibleAndPostedSupport, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.OtherEligibleAndPostedSupport
OtherEligibleAndPostedSupport.OtherEligibleAndPostedSupportBuilder, OtherEligibleAndPostedSupport.OtherEligibleAndPostedSupportBuilderImpl, OtherEligibleAndPostedSupport.OtherEligibleAndPostedSupportImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.OtherEligibleAndPostedSupport
metaData -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Details how particular types of collateral are valued (other than in respect of a default).default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setApplicableTransfer(Boolean applicableTransfer) setApplicableValue(Boolean applicableValue) setValue(CollateralValueMethod value) Methods inherited from interface cdm.legaldocumentation.csa.OtherEligibleAndPostedSupport
build, getApplicableTransfer, getApplicableValue, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateValue
CollateralValueMethod.CollateralValueMethodBuilder getOrCreateValue() -
getValue
Description copied from interface:OtherEligibleAndPostedSupportDetails how particular types of collateral are valued (other than in respect of a default).- Specified by:
getValuein interfaceOtherEligibleAndPostedSupport
-
setApplicableValue
OtherEligibleAndPostedSupport.OtherEligibleAndPostedSupportBuilder setApplicableValue(Boolean applicableValue) -
setApplicableTransfer
OtherEligibleAndPostedSupport.OtherEligibleAndPostedSupportBuilder setApplicableTransfer(Boolean applicableTransfer) -
setValue
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-