Package cdm.legaldocumentation.csa
Interface SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,SecuredPartyRightsEvent
- All Known Implementing Classes:
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilderImpl
- Enclosing interface:
SecuredPartyRightsEvent
public static interface SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
extends SecuredPartyRightsEvent, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEvent
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder, SecuredPartyRightsEvent.SecuredPartyRightsEventBuilderImpl, SecuredPartyRightsEvent.SecuredPartyRightsEventImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEvent
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddSecuredPartyRightsEventElection(SecuredPartyRightsEventElection securedPartyRightsEventElection) addSecuredPartyRightsEventElection(SecuredPartyRightsEventElection securedPartyRightsEventElection, int idx) addSecuredPartyRightsEventElection(List<? extends SecuredPartyRightsEventElection> securedPartyRightsEventElection) getOrCreateSecuredPartyRightsEventElection(int index) Getter Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setEarlyTerminationDateOptionalLanguage(Boolean earlyTerminationDateOptionalLanguage) setFailureToPayEarlyTermination(Boolean failureToPayEarlyTermination) setSecuredPartyRightsEventElection(List<? extends SecuredPartyRightsEventElection> securedPartyRightsEventElection) 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.SecuredPartyRightsEvent
build, getEarlyTerminationDateOptionalLanguage, getFailureToPayEarlyTermination, getType, metaData, process, toBuilder
-
Method Details
-
getOrCreateSecuredPartyRightsEventElection
SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder getOrCreateSecuredPartyRightsEventElection(int index) -
getSecuredPartyRightsEventElection
List<? extends SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder> getSecuredPartyRightsEventElection()Description copied from interface:SecuredPartyRightsEventGetter Methods- Specified by:
getSecuredPartyRightsEventElectionin interfaceSecuredPartyRightsEvent
-
addSecuredPartyRightsEventElection
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder addSecuredPartyRightsEventElection(SecuredPartyRightsEventElection securedPartyRightsEventElection) -
addSecuredPartyRightsEventElection
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder addSecuredPartyRightsEventElection(SecuredPartyRightsEventElection securedPartyRightsEventElection, int idx) -
addSecuredPartyRightsEventElection
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder addSecuredPartyRightsEventElection(List<? extends SecuredPartyRightsEventElection> securedPartyRightsEventElection) -
setSecuredPartyRightsEventElection
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder setSecuredPartyRightsEventElection(List<? extends SecuredPartyRightsEventElection> securedPartyRightsEventElection) -
setEarlyTerminationDateOptionalLanguage
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder setEarlyTerminationDateOptionalLanguage(Boolean earlyTerminationDateOptionalLanguage) -
setFailureToPayEarlyTermination
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder setFailureToPayEarlyTermination(Boolean failureToPayEarlyTermination) -
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
-