Package cdm.legaldocumentation.csa
Interface RecalculationOfValue.RecalculationOfValueBuilder
- All Superinterfaces:
RecalculationOfValue,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
RecalculationOfValue.RecalculationOfValueBuilderImpl
- Enclosing interface:
RecalculationOfValue
public static interface RecalculationOfValue.RecalculationOfValueBuilder
extends RecalculationOfValue, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.RecalculationOfValue
RecalculationOfValue.RecalculationOfValueBuilder, RecalculationOfValue.RecalculationOfValueBuilderImpl, RecalculationOfValue.RecalculationOfValueImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.RecalculationOfValue
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(RecalculationOfValueElection partyElection) addPartyElection(RecalculationOfValueElection partyElection, int idx) addPartyElection(List<? extends RecalculationOfValueElection> partyElection) getOrCreatePartyElection(int index) The parties' Recalculation of Value terms.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setPartyElection(List<? extends RecalculationOfValueElection> partyElection) Methods inherited from interface cdm.legaldocumentation.csa.RecalculationOfValue
build, 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
-
getOrCreatePartyElection
RecalculationOfValueElection.RecalculationOfValueElectionBuilder getOrCreatePartyElection(int index) -
getPartyElection
List<? extends RecalculationOfValueElection.RecalculationOfValueElectionBuilder> getPartyElection()Description copied from interface:RecalculationOfValueThe parties' Recalculation of Value terms.- Specified by:
getPartyElectionin interfaceRecalculationOfValue
-
addPartyElection
RecalculationOfValue.RecalculationOfValueBuilder addPartyElection(RecalculationOfValueElection partyElection) -
addPartyElection
RecalculationOfValue.RecalculationOfValueBuilder addPartyElection(RecalculationOfValueElection partyElection, int idx) -
addPartyElection
RecalculationOfValue.RecalculationOfValueBuilder addPartyElection(List<? extends RecalculationOfValueElection> partyElection) -
setPartyElection
RecalculationOfValue.RecalculationOfValueBuilder setPartyElection(List<? extends RecalculationOfValueElection> partyElection) -
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
-