Interface GovernmentalAuthorityDefault.GovernmentalAuthorityDefaultBuilder
- All Superinterfaces:
GovernmentalAuthorityDefault,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
GovernmentalAuthorityDefault.GovernmentalAuthorityDefaultBuilderImpl
- Enclosing interface:
GovernmentalAuthorityDefault
public static interface GovernmentalAuthorityDefault.GovernmentalAuthorityDefaultBuilder
extends GovernmentalAuthorityDefault, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.transaction.additionalterms.GovernmentalAuthorityDefault
GovernmentalAuthorityDefault.GovernmentalAuthorityDefaultBuilder, GovernmentalAuthorityDefault.GovernmentalAuthorityDefaultBuilderImpl, GovernmentalAuthorityDefault.GovernmentalAuthorityDefaultImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.transaction.additionalterms.GovernmentalAuthorityDefault
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setEscrowArrangement(EscrowArrangement escrowArrangement) setGovernmentalAuthorityDefaultIsApplicable(Boolean governmentalAuthorityDefaultIsApplicable) setLocalSubstituteProvisionType(FxSubstitutionProvisionTypeEnum localSubstituteProvisionType) setMaximumDaysOfDisruption(ValuationPostponement maximumDaysOfDisruption) setSpecifiedValue(SpecifiedValueEnum specifiedValue) Methods inherited from interface cdm.legaldocumentation.transaction.additionalterms.GovernmentalAuthorityDefault
build, getGovernmentalAuthorityDefaultIsApplicable, getLocalSubstituteProvisionType, getSpecifiedValue, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateEscrowArrangement
EscrowArrangement.EscrowArrangementBuilder getOrCreateEscrowArrangement() -
getEscrowArrangement
EscrowArrangement.EscrowArrangementBuilder getEscrowArrangement()- Specified by:
getEscrowArrangementin interfaceGovernmentalAuthorityDefault
-
getOrCreateMaximumDaysOfDisruption
ValuationPostponement.ValuationPostponementBuilder getOrCreateMaximumDaysOfDisruption() -
getMaximumDaysOfDisruption
ValuationPostponement.ValuationPostponementBuilder getMaximumDaysOfDisruption()- Specified by:
getMaximumDaysOfDisruptionin interfaceGovernmentalAuthorityDefault
-
setGovernmentalAuthorityDefaultIsApplicable
GovernmentalAuthorityDefault.GovernmentalAuthorityDefaultBuilder setGovernmentalAuthorityDefaultIsApplicable(Boolean governmentalAuthorityDefaultIsApplicable) -
setEscrowArrangement
GovernmentalAuthorityDefault.GovernmentalAuthorityDefaultBuilder setEscrowArrangement(EscrowArrangement escrowArrangement) -
setLocalSubstituteProvisionType
GovernmentalAuthorityDefault.GovernmentalAuthorityDefaultBuilder setLocalSubstituteProvisionType(FxSubstitutionProvisionTypeEnum localSubstituteProvisionType) -
setSpecifiedValue
GovernmentalAuthorityDefault.GovernmentalAuthorityDefaultBuilder setSpecifiedValue(SpecifiedValueEnum specifiedValue) -
setMaximumDaysOfDisruption
GovernmentalAuthorityDefault.GovernmentalAuthorityDefaultBuilder setMaximumDaysOfDisruption(ValuationPostponement maximumDaysOfDisruption) -
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-