Interface PartyTerminationCurrencySelection.PartyTerminationCurrencySelectionBuilder
- All Superinterfaces:
PartyTerminationCurrencySelection,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
PartyTerminationCurrencySelection.PartyTerminationCurrencySelectionBuilderImpl
- Enclosing interface:
PartyTerminationCurrencySelection
public static interface PartyTerminationCurrencySelection.PartyTerminationCurrencySelectionBuilder
extends PartyTerminationCurrencySelection, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.master.isda.PartyTerminationCurrencySelection
PartyTerminationCurrencySelection.PartyTerminationCurrencySelectionBuilder, PartyTerminationCurrencySelection.PartyTerminationCurrencySelectionBuilderImpl, PartyTerminationCurrencySelection.PartyTerminationCurrencySelectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.master.isda.PartyTerminationCurrencySelection
metaData -
Method Summary
Modifier and TypeMethodDescriptiongetParty()The elective party.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setStatedPartyCurrency(String statedPartyCurrency) Methods inherited from interface cdm.legaldocumentation.master.isda.PartyTerminationCurrencySelection
build, getStatedPartyCurrency, 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
-
getOrCreateParty
Party.PartyBuilder getOrCreateParty() -
getParty
Party.PartyBuilder getParty()Description copied from interface:PartyTerminationCurrencySelectionThe elective party.- Specified by:
getPartyin interfacePartyTerminationCurrencySelection
-
setParty
-
setStatedPartyCurrency
PartyTerminationCurrencySelection.PartyTerminationCurrencySelectionBuilder setStatedPartyCurrency(String statedPartyCurrency) -
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
-