Package cdm.legaldocumentation.csa
Interface LegacyIndependentAmount.LegacyIndependentAmountBuilder
- All Superinterfaces:
LegacyIndependentAmount,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
LegacyIndependentAmount.LegacyIndependentAmountBuilderImpl
- Enclosing interface:
LegacyIndependentAmount
public static interface LegacyIndependentAmount.LegacyIndependentAmountBuilder
extends LegacyIndependentAmount, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmount
LegacyIndependentAmount.LegacyIndependentAmountBuilder, LegacyIndependentAmount.LegacyIndependentAmountBuilderImpl, LegacyIndependentAmount.LegacyIndependentAmountImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmount
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(LegacyIndependentAmountParty partyElection) addPartyElection(LegacyIndependentAmountParty partyElection, int idx) addPartyElection(List<? extends LegacyIndependentAmountParty> partyElection) getOrCreatePartyElection(int index) The party specific elections for the Independent Amount clause.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setAdditionalLanguage(String additionalLanguage) setPartyElection(List<? extends LegacyIndependentAmountParty> partyElection) Methods inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmount
build, getAdditionalLanguage, 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
LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder getOrCreatePartyElection(int index) -
getPartyElection
List<? extends LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder> getPartyElection()Description copied from interface:LegacyIndependentAmountThe party specific elections for the Independent Amount clause.- Specified by:
getPartyElectionin interfaceLegacyIndependentAmount
-
addPartyElection
LegacyIndependentAmount.LegacyIndependentAmountBuilder addPartyElection(LegacyIndependentAmountParty partyElection) -
addPartyElection
LegacyIndependentAmount.LegacyIndependentAmountBuilder addPartyElection(LegacyIndependentAmountParty partyElection, int idx) -
addPartyElection
LegacyIndependentAmount.LegacyIndependentAmountBuilder addPartyElection(List<? extends LegacyIndependentAmountParty> partyElection) -
setPartyElection
LegacyIndependentAmount.LegacyIndependentAmountBuilder setPartyElection(List<? extends LegacyIndependentAmountParty> partyElection) -
setAdditionalLanguage
LegacyIndependentAmount.LegacyIndependentAmountBuilder setAdditionalLanguage(String additionalLanguage) -
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
-