Package cdm.legaldocumentation.csa
Interface SecuredPartyRightsEvent
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
- All Known Implementing Classes:
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilderImpl,SecuredPartyRightsEvent.SecuredPartyRightsEventImpl
@RosettaDataType(value="SecuredPartyRightsEvent",
builder=SecuredPartyRightsEventBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="SecuredPartyRightsEvent",
model="cdm",
builder=SecuredPartyRightsEventBuilderImpl.class,
version="7.0.0-dev.105")
public interface SecuredPartyRightsEvent
extends com.rosetta.model.lib.RosettaModelObject
A class to specify Secured Party Rights Event language.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of SecuredPartyRightsEventstatic classImmutable Implementation of SecuredPartyRightsEvent -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()A boolean attribute to specify whether Failure to Pay Early Termination language is included (True) or excluded (False) from the agreement.A boolean attribute to specify whether Failure to Pay Early Termination language in the agreement is deemed applicable or not.List<? extends SecuredPartyRightsEventElection> Getter Methodsdefault Class<? extends SecuredPartyRightsEvent> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SecuredPartyRightsEvent> 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
-
getSecuredPartyRightsEventElection
List<? extends SecuredPartyRightsEventElection> getSecuredPartyRightsEventElection()Getter Methods -
getEarlyTerminationDateOptionalLanguage
Boolean getEarlyTerminationDateOptionalLanguage()A boolean attribute to specify whether Failure to Pay Early Termination language is included (True) or excluded (False) from the agreement. -
getFailureToPayEarlyTermination
Boolean getFailureToPayEarlyTermination()A boolean attribute to specify whether Failure to Pay Early Termination language in the agreement is deemed applicable or not. -
build
SecuredPartyRightsEvent build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
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
-