Package cdm.legaldocumentation.csa
Interface DemandsAndNotices.DemandsAndNoticesBuilder
- All Superinterfaces:
DemandsAndNotices,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
DemandsAndNotices.DemandsAndNoticesBuilderImpl
- Enclosing interface:
DemandsAndNotices
public static interface DemandsAndNotices.DemandsAndNoticesBuilder
extends DemandsAndNotices, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.DemandsAndNotices
DemandsAndNotices.DemandsAndNoticesBuilder, DemandsAndNotices.DemandsAndNoticesBuilderImpl, DemandsAndNotices.DemandsAndNoticesImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.DemandsAndNotices
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(NoticeInformationElection partyElection) addPartyElection(NoticeInformationElection partyElection, int idx) addPartyElection(List<? extends NoticeInformationElection> partyElection) getOrCreatePartyElection(int index) The parties' contact information election.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setDeemedEffectiveNextLBD(Boolean deemedEffectiveNextLBD) setPartyElection(List<? extends NoticeInformationElection> partyElection) Methods inherited from interface cdm.legaldocumentation.csa.DemandsAndNotices
build, getDeemedEffectiveNextLBD, 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 NoticeInformationElection.NoticeInformationElectionBuilder> getPartyElection()Description copied from interface:DemandsAndNoticesThe parties' contact information election.- Specified by:
getPartyElectionin interfaceDemandsAndNotices
-
addPartyElection
DemandsAndNotices.DemandsAndNoticesBuilder addPartyElection(NoticeInformationElection partyElection) -
addPartyElection
DemandsAndNotices.DemandsAndNoticesBuilder addPartyElection(NoticeInformationElection partyElection, int idx) -
addPartyElection
DemandsAndNotices.DemandsAndNoticesBuilder addPartyElection(List<? extends NoticeInformationElection> partyElection) -
setPartyElection
DemandsAndNotices.DemandsAndNoticesBuilder setPartyElection(List<? extends NoticeInformationElection> partyElection) -
setDeemedEffectiveNextLBD
DemandsAndNotices.DemandsAndNoticesBuilder setDeemedEffectiveNextLBD(Boolean deemedEffectiveNextLBD) -
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
-