Package cdm.legaldocumentation.csa
Interface JurisdictionRelatedTerms
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
JurisdictionRelatedTerms.JurisdictionRelatedTermsBuilder
- All Known Implementing Classes:
JurisdictionRelatedTerms.JurisdictionRelatedTermsBuilderImpl,JurisdictionRelatedTerms.JurisdictionRelatedTermsImpl
@RosettaDataType(value="JurisdictionRelatedTerms",
builder=JurisdictionRelatedTermsBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="JurisdictionRelatedTerms",
model="cdm",
builder=JurisdictionRelatedTermsBuilderImpl.class,
version="7.0.0-dev.105")
public interface JurisdictionRelatedTerms
extends com.rosetta.model.lib.RosettaModelObject
A class to specify terms jurisdiction related terms.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of JurisdictionRelatedTermsstatic classImmutable Implementation of JurisdictionRelatedTerms -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The qualification of whether the Belgian Law Security Agreement Addendum is deemed applicable by the parties (True) or not (False).Classification of optional exclusive jurisdiction terms.The French Law Addendum Provisions specific to the agreement.The Japanese Securities Provisions election.The Jury Waiver conditions specific to the agreement.default Class<? extends JurisdictionRelatedTerms> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends JurisdictionRelatedTerms> 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
-
getJapaneseSecuritiesProvisions
JapaneseSecuritiesProvisions getJapaneseSecuritiesProvisions()The Japanese Securities Provisions election. -
getExclusiveJurisdiction
Boolean getExclusiveJurisdiction()Classification of optional exclusive jurisdiction terms. -
getJuryWaiver
Boolean getJuryWaiver()The Jury Waiver conditions specific to the agreement. -
getFrenchLawAddendum
FrenchLawAddendum getFrenchLawAddendum()The French Law Addendum Provisions specific to the agreement. -
getBelgianLawSecurityAgreement
Boolean getBelgianLawSecurityAgreement()The qualification of whether the Belgian Law Security Agreement Addendum is deemed applicable by the parties (True) or not (False). -
build
JurisdictionRelatedTerms build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-