Package cdm.legaldocumentation.csa
Interface Substitution.SubstitutionBuilder
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,Substitution
- All Known Implementing Classes:
Substitution.SubstitutionBuilderImpl
- Enclosing interface:
Substitution
public static interface Substitution.SubstitutionBuilder
extends Substitution, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.Substitution
Substitution.SubstitutionBuilder, Substitution.SubstitutionBuilderImpl, Substitution.SubstitutionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.Substitution
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(SubstitutionPartyElection partyElection) addPartyElection(SubstitutionPartyElection partyElection, int idx) addPartyElection(List<? extends SubstitutionPartyElection> partyElection) getOrCreatePartyElection(int index) Party specific elections for substitution of posted collateral.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setPartyElection(List<? extends SubstitutionPartyElection> partyElection) Methods 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
-
getPartyElection
List<? extends SubstitutionPartyElection.SubstitutionPartyElectionBuilder> getPartyElection()Description copied from interface:SubstitutionParty specific elections for substitution of posted collateral.- Specified by:
getPartyElectionin interfaceSubstitution
-
addPartyElection
-
addPartyElection
-
addPartyElection
Substitution.SubstitutionBuilder addPartyElection(List<? extends SubstitutionPartyElection> partyElection) -
setPartyElection
Substitution.SubstitutionBuilder setPartyElection(List<? extends SubstitutionPartyElection> 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
Substitution.SubstitutionBuilder prune()- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-