Package cdm.legaldocumentation.csa
Interface SecuredPartyRightsEventElection
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder
- All Known Implementing Classes:
SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilderImpl,SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionImpl
@RosettaDataType(value="SecuredPartyRightsEventElection",
builder=SecuredPartyRightsEventElectionBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="SecuredPartyRightsEventElection",
model="cdm",
builder=SecuredPartyRightsEventElectionBuilderImpl.class,
version="6.19.0")
public interface SecuredPartyRightsEventElection
extends com.rosetta.model.lib.RosettaModelObject
A class to specify party specific Secured Party Rights Event language.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of SecuredPartyRightsEventElectionstatic classImmutable Implementation of SecuredPartyRightsEventElection -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()getParty()The elective party.A boolean attribute to specify whether a Secured Party Rights Event will only occur upon the occurrence of one or more of the event specified in a Control Agreement.default Class<? extends SecuredPartyRightsEventElection> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SecuredPartyRightsEventElection> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getParty
CounterpartyRoleEnum getParty()The elective party. -
getRightsEvent
Boolean getRightsEvent()A boolean attribute to specify whether a Secured Party Rights Event will only occur upon the occurrence of one or more of the event specified in a Control Agreement. -
build
SecuredPartyRightsEventElection build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends SecuredPartyRightsEventElection> metaData()Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-