Package cdm.legaldocumentation.csa
Interface ExecutionLocation
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ExecutionLocation.ExecutionLocationBuilder
- All Known Implementing Classes:
ExecutionLocation.ExecutionLocationBuilderImpl,ExecutionLocation.ExecutionLocationImpl
@RosettaDataType(value="ExecutionLocation",
builder=ExecutionLocationBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="ExecutionLocation",
model="cdm",
builder=ExecutionLocationBuilderImpl.class,
version="6.19.0")
public interface ExecutionLocation
extends com.rosetta.model.lib.RosettaModelObject
A class to specify execution location terms of a Security Agreement.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ExecutionLocationstatic classImmutable Implementation of ExecutionLocation -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The payer of documentary duty.Bespoke terms specific to the payment of documentary duty.com.rosetta.model.lib.records.DateThe date that documentary duty will be paid.Bespoke terms specific to the date that documentary duty will be paid.The execution location of the agreement.Bespoke execution location language to be included when specified.default Class<? extends ExecutionLocation> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ExecutionLocation> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getExecutionLocation
ExecutionLocationEnum getExecutionLocation()The execution location of the agreement. -
getOtherLanguage
String getOtherLanguage()Bespoke execution location language to be included when specified. -
getDutyPayer
String getDutyPayer()The payer of documentary duty. -
getDutyPayerLanguage
String getDutyPayerLanguage()Bespoke terms specific to the payment of documentary duty. -
getDutyPaymentDate
com.rosetta.model.lib.records.Date getDutyPaymentDate()The date that documentary duty will be paid. -
getDutyPaymentLanguage
String getDutyPaymentLanguage()Bespoke terms specific to the date that documentary duty will be paid. -
build
ExecutionLocation build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ExecutionLocation.ExecutionLocationBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-