Package cdm.legaldocumentation.csa
Class SecuredPartyRightsEvent.SecuredPartyRightsEventBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.SecuredPartyRightsEvent.SecuredPartyRightsEventBuilderImpl
- All Implemented Interfaces:
SecuredPartyRightsEvent,SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
SecuredPartyRightsEvent
public static class SecuredPartyRightsEvent.SecuredPartyRightsEventBuilderImpl
extends Object
implements SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
Builder Implementation of SecuredPartyRightsEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEvent
SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder, SecuredPartyRightsEvent.SecuredPartyRightsEventBuilderImpl, SecuredPartyRightsEvent.SecuredPartyRightsEventImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEvent
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSecuredPartyRightsEventElection(SecuredPartyRightsEventElection _securedPartyRightsEventElection) addSecuredPartyRightsEventElection(SecuredPartyRightsEventElection _securedPartyRightsEventElection, int idx) addSecuredPartyRightsEventElection(List<? extends SecuredPartyRightsEventElection> securedPartyRightsEventElections) build()Build MethodsbooleanA 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.getOrCreateSecuredPartyRightsEventElection(int index) Getter MethodsbooleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setEarlyTerminationDateOptionalLanguage(Boolean _earlyTerminationDateOptionalLanguage) setFailureToPayEarlyTermination(Boolean _failureToPayEarlyTermination) setSecuredPartyRightsEventElection(List<? extends SecuredPartyRightsEventElection> securedPartyRightsEventElections) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEvent
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
process
-
Field Details
-
securedPartyRightsEventElection
protected List<SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder> securedPartyRightsEventElection -
earlyTerminationDateOptionalLanguage
-
failureToPayEarlyTermination
-
-
Constructor Details
-
SecuredPartyRightsEventBuilderImpl
public SecuredPartyRightsEventBuilderImpl()
-
-
Method Details
-
getSecuredPartyRightsEventElection
@RosettaAttribute("securedPartyRightsEventElection") @Accessor(GETTER) @Multi @RuneAttribute("securedPartyRightsEventElection") public List<? extends SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder> getSecuredPartyRightsEventElection()Description copied from interface:SecuredPartyRightsEventGetter Methods- Specified by:
getSecuredPartyRightsEventElectionin interfaceSecuredPartyRightsEvent- Specified by:
getSecuredPartyRightsEventElectionin interfaceSecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
-
getOrCreateSecuredPartyRightsEventElection
public SecuredPartyRightsEventElection.SecuredPartyRightsEventElectionBuilder getOrCreateSecuredPartyRightsEventElection(int index) - Specified by:
getOrCreateSecuredPartyRightsEventElectionin interfaceSecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
-
getEarlyTerminationDateOptionalLanguage
@RosettaAttribute("earlyTerminationDateOptionalLanguage") @Accessor(GETTER) @Required @RuneAttribute("earlyTerminationDateOptionalLanguage") public Boolean getEarlyTerminationDateOptionalLanguage()Description copied from interface:SecuredPartyRightsEventA boolean attribute to specify whether Failure to Pay Early Termination language is included (True) or excluded (False) from the agreement.- Specified by:
getEarlyTerminationDateOptionalLanguagein interfaceSecuredPartyRightsEvent
-
getFailureToPayEarlyTermination
@RosettaAttribute("failureToPayEarlyTermination") @Accessor(GETTER) @RuneAttribute("failureToPayEarlyTermination") public Boolean getFailureToPayEarlyTermination()Description copied from interface:SecuredPartyRightsEventA boolean attribute to specify whether Failure to Pay Early Termination language in the agreement is deemed applicable or not.- Specified by:
getFailureToPayEarlyTerminationin interfaceSecuredPartyRightsEvent
-
addSecuredPartyRightsEventElection
@RosettaAttribute("securedPartyRightsEventElection") @Accessor(ADDER) @Multi @RuneAttribute("securedPartyRightsEventElection") public SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder addSecuredPartyRightsEventElection(SecuredPartyRightsEventElection _securedPartyRightsEventElection) - Specified by:
addSecuredPartyRightsEventElectionin interfaceSecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
-
addSecuredPartyRightsEventElection
public SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder addSecuredPartyRightsEventElection(SecuredPartyRightsEventElection _securedPartyRightsEventElection, int idx) - Specified by:
addSecuredPartyRightsEventElectionin interfaceSecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
-
addSecuredPartyRightsEventElection
public SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder addSecuredPartyRightsEventElection(List<? extends SecuredPartyRightsEventElection> securedPartyRightsEventElections) - Specified by:
addSecuredPartyRightsEventElectionin interfaceSecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
-
setSecuredPartyRightsEventElection
@RosettaAttribute("securedPartyRightsEventElection") @Accessor(SETTER) @Multi @RuneAttribute("securedPartyRightsEventElection") public SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder setSecuredPartyRightsEventElection(List<? extends SecuredPartyRightsEventElection> securedPartyRightsEventElections) - Specified by:
setSecuredPartyRightsEventElectionin interfaceSecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
-
setEarlyTerminationDateOptionalLanguage
@RosettaAttribute("earlyTerminationDateOptionalLanguage") @Accessor(SETTER) @Required @RuneAttribute("earlyTerminationDateOptionalLanguage") public SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder setEarlyTerminationDateOptionalLanguage(Boolean _earlyTerminationDateOptionalLanguage) - Specified by:
setEarlyTerminationDateOptionalLanguagein interfaceSecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
-
setFailureToPayEarlyTermination
@RosettaAttribute("failureToPayEarlyTermination") @Accessor(SETTER) @RuneAttribute("failureToPayEarlyTermination") public SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder setFailureToPayEarlyTermination(Boolean _failureToPayEarlyTermination) - Specified by:
setFailureToPayEarlyTerminationin interfaceSecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
-
build
Description copied from interface:SecuredPartyRightsEventBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceSecuredPartyRightsEvent
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceSecuredPartyRightsEvent
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder- Specified by:
prunein interfaceSecuredPartyRightsEvent.SecuredPartyRightsEventBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public SecuredPartyRightsEvent.SecuredPartyRightsEventBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-