Package cdm.legaldocumentation.csa
Interface ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,ValuationCalculationDateLocationElection
- All Known Implementing Classes:
ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilderImpl
- Enclosing interface:
ValuationCalculationDateLocationElection
public static interface ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder
extends ValuationCalculationDateLocationElection, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ValuationCalculationDateLocationElection
ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder, ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilderImpl, ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.ValuationCalculationDateLocationElection
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(FieldWithMetaString businessCenter) setBusinessCenterValue(String businessCenter) setCustomLocation(String customLocation) setParty(CounterpartyRoleEnum party) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.csa.ValuationCalculationDateLocationElection
build, getCustomLocation, getParty, getType, metaData, process, toBuilder
-
Method Details
-
getOrCreateBusinessCenter
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateBusinessCenter() -
getBusinessCenter
FieldWithMetaString.FieldWithMetaStringBuilder getBusinessCenter()Description copied from interface:ValuationCalculationDateLocationElectionThe 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 interfaceValuationCalculationDateLocationElection
-
setParty
-
setBusinessCenter
ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder setBusinessCenter(FieldWithMetaString businessCenter) -
setBusinessCenterValue
ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder setBusinessCenterValue(String businessCenter) -
setCustomLocation
ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder 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
-