Package cdm.legaldocumentation.csa
Interface CalculationDateLocationElection.CalculationDateLocationElectionBuilder
- All Superinterfaces:
CalculationDateLocationElection,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
CalculationDateLocationElection.CalculationDateLocationElectionBuilderImpl
- Enclosing interface:
CalculationDateLocationElection
public static interface CalculationDateLocationElection.CalculationDateLocationElectionBuilder
extends CalculationDateLocationElection, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CalculationDateLocationElection
CalculationDateLocationElection.CalculationDateLocationElectionBuilder, CalculationDateLocationElection.CalculationDateLocationElectionBuilderImpl, CalculationDateLocationElection.CalculationDateLocationElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.CalculationDateLocationElection
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe Calculation Date Location when specified as a business center which corresponds to the FpML list of business centers or can be mapped to it.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setBusinessCenter(FieldWithMetaBusinessCenterEnum businessCenter) setBusinessCenterValue(BusinessCenterEnum businessCenter) setCustomLocation(String customLocation) setParty(CounterpartyRoleEnum party) Methods inherited from interface cdm.legaldocumentation.csa.CalculationDateLocationElection
build, getCustomLocation, getParty, 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
-
getOrCreateBusinessCenter
FieldWithMetaBusinessCenterEnum.FieldWithMetaBusinessCenterEnumBuilder getOrCreateBusinessCenter() -
getBusinessCenter
FieldWithMetaBusinessCenterEnum.FieldWithMetaBusinessCenterEnumBuilder getBusinessCenter()Description copied from interface:CalculationDateLocationElectionThe Calculation Date Location when specified as a business center which corresponds to the FpML list of business centers or can be mapped to it.- Specified by:
getBusinessCenterin interfaceCalculationDateLocationElection
-
setParty
-
setBusinessCenter
CalculationDateLocationElection.CalculationDateLocationElectionBuilder setBusinessCenter(FieldWithMetaBusinessCenterEnum businessCenter) -
setBusinessCenterValue
CalculationDateLocationElection.CalculationDateLocationElectionBuilder setBusinessCenterValue(BusinessCenterEnum businessCenter) -
setCustomLocation
CalculationDateLocationElection.CalculationDateLocationElectionBuilder setCustomLocation(String customLocation) -
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
-