Interface EventsOfDefault.EventsOfDefaultBuilder
- All Superinterfaces:
EventsOfDefault,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
EventsOfDefault.EventsOfDefaultBuilderImpl
- Enclosing interface:
EventsOfDefault
public static interface EventsOfDefault.EventsOfDefaultBuilder
extends EventsOfDefault, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.master.isla.EventsOfDefault
EventsOfDefault.EventsOfDefaultBuilder, EventsOfDefault.EventsOfDefaultBuilderImpl, EventsOfDefault.EventsOfDefaultImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.master.isla.EventsOfDefault
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(EventsOfDefaultElection partyElection) addPartyElection(EventsOfDefaultElection partyElection, int idx) addPartyElection(List<? extends EventsOfDefaultElection> partyElection) getOrCreatePartyElection(int index) The specified events of default elections for the respective parties signing the GMSLA.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setPartyElection(List<? extends EventsOfDefaultElection> partyElection) Methods inherited from interface cdm.legaldocumentation.master.isla.EventsOfDefault
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 EventsOfDefaultElection.EventsOfDefaultElectionBuilder> getPartyElection()Description copied from interface:EventsOfDefaultThe specified events of default elections for the respective parties signing the GMSLA.- Specified by:
getPartyElectionin interfaceEventsOfDefault
-
addPartyElection
-
addPartyElection
EventsOfDefault.EventsOfDefaultBuilder addPartyElection(EventsOfDefaultElection partyElection, int idx) -
addPartyElection
EventsOfDefault.EventsOfDefaultBuilder addPartyElection(List<? extends EventsOfDefaultElection> partyElection) -
setPartyElection
EventsOfDefault.EventsOfDefaultBuilder setPartyElection(List<? extends EventsOfDefaultElection> 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
-