Package cdm.legaldocumentation.csa
Class DemandsAndNotices.DemandsAndNoticesImpl
java.lang.Object
cdm.legaldocumentation.csa.DemandsAndNotices.DemandsAndNoticesImpl
- All Implemented Interfaces:
DemandsAndNotices,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
DemandsAndNotices
public static class DemandsAndNotices.DemandsAndNoticesImpl
extends Object
implements DemandsAndNotices
Immutable Implementation of DemandsAndNotices
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.DemandsAndNotices
DemandsAndNotices.DemandsAndNoticesBuilder, DemandsAndNotices.DemandsAndNoticesBuilderImpl, DemandsAndNotices.DemandsAndNoticesImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.DemandsAndNotices
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanSpecifies if notice shall be deemed to be effective at the time such notice is actually received unless such notice is received on a day which is not a Local Business Day or after the Notification Time on any Local Business Day in which event such notice shall be deemed to be effective on the next succeeding Local Business Day.List<? extends NoticeInformationElection> The parties' contact information election.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.DemandsAndNotices
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
DemandsAndNoticesImpl
-
-
Method Details
-
getPartyElection
@RosettaAttribute("partyElection") @Accessor(GETTER) @Required @Multi @RuneAttribute("partyElection") public List<? extends NoticeInformationElection> getPartyElection()Description copied from interface:DemandsAndNoticesThe parties' contact information election.- Specified by:
getPartyElectionin interfaceDemandsAndNotices
-
getDeemedEffectiveNextLBD
@RosettaAttribute("deemedEffectiveNextLBD") @Accessor(GETTER) @Required @RuneAttribute("deemedEffectiveNextLBD") public Boolean getDeemedEffectiveNextLBD()Description copied from interface:DemandsAndNoticesSpecifies if notice shall be deemed to be effective at the time such notice is actually received unless such notice is received on a day which is not a Local Business Day or after the Notification Time on any Local Business Day in which event such notice shall be deemed to be effective on the next succeeding Local Business Day. If deemed effective,'True'. If not deemed effective, or not stated,'False'.- Specified by:
getDeemedEffectiveNextLBDin interfaceDemandsAndNotices
-
build
Description copied from interface:DemandsAndNoticesBuild Methods- Specified by:
buildin interfaceDemandsAndNotices- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceDemandsAndNotices- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-