Package cdm.legaldocumentation.csa
Interface CollateralValuationAgent.CollateralValuationAgentBuilder
- All Superinterfaces:
CollateralValuationAgent,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
CollateralValuationAgent.CollateralValuationAgentBuilderImpl
- Enclosing interface:
CollateralValuationAgent
public static interface CollateralValuationAgent.CollateralValuationAgentBuilder
extends CollateralValuationAgent, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CollateralValuationAgent
CollateralValuationAgent.CollateralValuationAgentBuilder, CollateralValuationAgent.CollateralValuationAgentBuilderImpl, CollateralValuationAgent.CollateralValuationAgentImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.CollateralValuationAgent
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(CollateralValuationAgentElection partyElection) addPartyElection(CollateralValuationAgentElection partyElection, int idx) addPartyElection(List<? extends CollateralValuationAgentElection> partyElection) getOrCreatePartyElection(int index) The parties Collateral Valuation Agent Elections.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setPartyElection(List<? extends CollateralValuationAgentElection> partyElection) Methods inherited from interface cdm.legaldocumentation.csa.CollateralValuationAgent
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
CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder getOrCreatePartyElection(int index) -
getPartyElection
List<? extends CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder> getPartyElection()Description copied from interface:CollateralValuationAgentThe parties Collateral Valuation Agent Elections.- Specified by:
getPartyElectionin interfaceCollateralValuationAgent
-
addPartyElection
CollateralValuationAgent.CollateralValuationAgentBuilder addPartyElection(CollateralValuationAgentElection partyElection) -
addPartyElection
CollateralValuationAgent.CollateralValuationAgentBuilder addPartyElection(CollateralValuationAgentElection partyElection, int idx) -
addPartyElection
CollateralValuationAgent.CollateralValuationAgentBuilder addPartyElection(List<? extends CollateralValuationAgentElection> partyElection) -
setPartyElection
CollateralValuationAgent.CollateralValuationAgentBuilder setPartyElection(List<? extends CollateralValuationAgentElection> 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
-