Package cdm.legaldocumentation.csa
Interface NotificationTime.NotificationTimeBuilder
- All Superinterfaces:
NotificationTime,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
NotificationTime.NotificationTimeBuilderImpl
- Enclosing interface:
NotificationTime
public static interface NotificationTime.NotificationTimeBuilder
extends NotificationTime, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.NotificationTime
NotificationTime.NotificationTimeBuilder, NotificationTime.NotificationTimeBuilderImpl, NotificationTime.NotificationTimeImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.NotificationTime
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElections(NotificationTimeElection partyElections) addPartyElections(NotificationTimeElection partyElections, int idx) addPartyElections(List<? extends NotificationTimeElection> partyElections) getOrCreatePartyElections(int index) The parties' Notification Time election.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setDisputeNotificationReference(Boolean disputeNotificationReference) setPartyElections(List<? extends NotificationTimeElection> partyElections) setTransferTimingProviso(Boolean transferTimingProviso) Methods inherited from interface cdm.legaldocumentation.csa.NotificationTime
build, getDisputeNotificationReference, getTransferTimingProviso, 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
-
getOrCreatePartyElections
-
getPartyElections
List<? extends NotificationTimeElection.NotificationTimeElectionBuilder> getPartyElections()Description copied from interface:NotificationTimeThe parties' Notification Time election.- Specified by:
getPartyElectionsin interfaceNotificationTime
-
addPartyElections
-
addPartyElections
NotificationTime.NotificationTimeBuilder addPartyElections(NotificationTimeElection partyElections, int idx) -
addPartyElections
NotificationTime.NotificationTimeBuilder addPartyElections(List<? extends NotificationTimeElection> partyElections) -
setPartyElections
NotificationTime.NotificationTimeBuilder setPartyElections(List<? extends NotificationTimeElection> partyElections) -
setDisputeNotificationReference
NotificationTime.NotificationTimeBuilder setDisputeNotificationReference(Boolean disputeNotificationReference) -
setTransferTimingProviso
-
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
-