Package cdm.legaldocumentation.csa
Interface ExecutionLocation.ExecutionLocationBuilder
- All Superinterfaces:
ExecutionLocation,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ExecutionLocation.ExecutionLocationBuilderImpl
- Enclosing interface:
ExecutionLocation
public static interface ExecutionLocation.ExecutionLocationBuilder
extends ExecutionLocation, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ExecutionLocation
ExecutionLocation.ExecutionLocationBuilder, ExecutionLocation.ExecutionLocationBuilderImpl, ExecutionLocation.ExecutionLocationImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.ExecutionLocation
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setDutyPayer(String dutyPayer) setDutyPayerLanguage(String dutyPayerLanguage) setDutyPaymentDate(com.rosetta.model.lib.records.Date dutyPaymentDate) setDutyPaymentLanguage(String dutyPaymentLanguage) setExecutionLocation(ExecutionLocationEnum executionLocation) setOtherLanguage(String otherLanguage) Methods inherited from interface cdm.legaldocumentation.csa.ExecutionLocation
build, getDutyPayer, getDutyPayerLanguage, getDutyPaymentDate, getDutyPaymentLanguage, getExecutionLocation, getOtherLanguage, 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
-
setExecutionLocation
ExecutionLocation.ExecutionLocationBuilder setExecutionLocation(ExecutionLocationEnum executionLocation) -
setOtherLanguage
-
setDutyPayer
-
setDutyPayerLanguage
-
setDutyPaymentDate
ExecutionLocation.ExecutionLocationBuilder setDutyPaymentDate(com.rosetta.model.lib.records.Date dutyPaymentDate) -
setDutyPaymentLanguage
-
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
-