Package cdm.legaldocumentation.csa
Class ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionImpl
java.lang.Object
cdm.legaldocumentation.csa.ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionImpl
- All Implemented Interfaces:
ValuationCalculationDateLocationElection,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ValuationCalculationDateLocationElection
public static class ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionImpl
extends Object
implements ValuationCalculationDateLocationElection
Immutable Implementation of ValuationCalculationDateLocationElection
-
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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedValuationCalculationDateLocationElectionImpl(ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder builder) -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe Calculation Date Location when specified as a business center which corresponds to the FpML list of business centers or can be mapped to it.The Calculation Date Location when specified a location which doesn't correspond to the FpML list of business centers or cannot be mapped to it.getParty()The elective party.inthashCode()protected voidsetBuilderFields(ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder builder) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.csa.ValuationCalculationDateLocationElection
getType, metaData, process
-
Constructor Details
-
ValuationCalculationDateLocationElectionImpl
protected ValuationCalculationDateLocationElectionImpl(ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder builder)
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:ValuationCalculationDateLocationElectionThe elective party.- Specified by:
getPartyin interfaceValuationCalculationDateLocationElection
-
getBusinessCenter
@RosettaAttribute("businessCenter") @Accessor(GETTER) @RuneAttribute("businessCenter") public FieldWithMetaString 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
-
getCustomLocation
@RosettaAttribute("customLocation") @Accessor(GETTER) @RuneAttribute("customLocation") public String getCustomLocation()Description copied from interface:ValuationCalculationDateLocationElectionThe Calculation Date Location when specified a location which doesn't correspond to the FpML list of business centers or cannot be mapped to it.- Specified by:
getCustomLocationin interfaceValuationCalculationDateLocationElection
-
build
Description copied from interface:ValuationCalculationDateLocationElectionBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceValuationCalculationDateLocationElection
-
toBuilder
public ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceValuationCalculationDateLocationElection
-
setBuilderFields
protected void setBuilderFields(ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder builder) -
equals
-
hashCode
public int hashCode() -
toString
-