Package cdm.legaldocumentation.csa
Interface ExposureScope.ExposureScopeBuilder
- All Superinterfaces:
ExposureScope,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ExposureScope.ExposureScopeBuilderImpl
- Enclosing interface:
ExposureScope
public static interface ExposureScope.ExposureScopeBuilder
extends ExposureScope, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ExposureScope
ExposureScope.ExposureScopeBuilder, ExposureScope.ExposureScopeBuilderImpl, ExposureScope.ExposureScopeImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.ExposureScope
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(LegacyExposureScopeElection partyElection) addPartyElection(LegacyExposureScopeElection partyElection, int idx) addPartyElection(List<? extends LegacyExposureScopeElection> partyElection) getOrCreatePartyElection(int index) Defines the electice scope for a specific party.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setPartyElection(List<? extends LegacyExposureScopeElection> partyElection) Methods inherited from interface cdm.legaldocumentation.csa.ExposureScope
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
-
getPartyElection
List<? extends LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder> getPartyElection()Description copied from interface:ExposureScopeDefines the electice scope for a specific party.- Specified by:
getPartyElectionin interfaceExposureScope
-
addPartyElection
-
addPartyElection
ExposureScope.ExposureScopeBuilder addPartyElection(LegacyExposureScopeElection partyElection, int idx) -
addPartyElection
ExposureScope.ExposureScopeBuilder addPartyElection(List<? extends LegacyExposureScopeElection> partyElection) -
setPartyElection
ExposureScope.ExposureScopeBuilder setPartyElection(List<? extends LegacyExposureScopeElection> 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
-