Package cdm.legaldocumentation.csa
Class NotificationTime.NotificationTimeImpl
java.lang.Object
cdm.legaldocumentation.csa.NotificationTime.NotificationTimeImpl
- All Implemented Interfaces:
NotificationTime,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
NotificationTime
public static class NotificationTime.NotificationTimeImpl
extends Object
implements NotificationTime
Immutable Implementation of NotificationTime
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.NotificationTime
NotificationTime.NotificationTimeBuilder, NotificationTime.NotificationTimeBuilderImpl, NotificationTime.NotificationTimeImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.NotificationTime
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe determination of whether reference is made to dispute resolution notification timing in the agreement.List<? extends NotificationTimeElection> The parties' Notification Time election.The determination of whether transfer timing language is applicable or not.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.NotificationTime
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
NotificationTimeImpl
-
-
Method Details
-
getPartyElections
@RosettaAttribute("partyElections") @Accessor(GETTER) @Required @Multi @RuneAttribute("partyElections") public List<? extends NotificationTimeElection> getPartyElections()Description copied from interface:NotificationTimeThe parties' Notification Time election.- Specified by:
getPartyElectionsin interfaceNotificationTime
-
getDisputeNotificationReference
@RosettaAttribute("disputeNotificationReference") @Accessor(GETTER) @RuneAttribute("disputeNotificationReference") public Boolean getDisputeNotificationReference()Description copied from interface:NotificationTimeThe determination of whether reference is made to dispute resolution notification timing in the agreement.- Specified by:
getDisputeNotificationReferencein interfaceNotificationTime
-
getTransferTimingProviso
@RosettaAttribute("transferTimingProviso") @Accessor(GETTER) @RuneAttribute("transferTimingProviso") public Boolean getTransferTimingProviso()Description copied from interface:NotificationTimeThe determination of whether transfer timing language is applicable or not.- Specified by:
getTransferTimingProvisoin interfaceNotificationTime
-
build
Description copied from interface:NotificationTimeBuild Methods- Specified by:
buildin interfaceNotificationTime- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceNotificationTime- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-