Package cdm.legaldocumentation.csa
Interface SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,SecuredPartyRightsEventElection
- All Known Implementing Classes:
SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilderImpl
- Enclosing interface:
SecuredPartyRightsEventElection
public static interface SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder
extends SecuredPartyRightsEventElection, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEventElection
SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder, SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilderImpl, SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEventElection
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setParty(CounterpartyRoleEnum party) setRightsEvent(Boolean rightsEvent) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEventElection
build, getParty, getRightsEvent, getType, metaData, process, toBuilder
-
Method Details
-
setParty
-
setRightsEvent
SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder setRightsEvent(Boolean rightsEvent) -
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
-