Package cdm.base.staticdata.asset.credit
Class NotDomesticCurrency.NotDomesticCurrencyBuilderImpl
java.lang.Object
cdm.base.staticdata.asset.credit.NotDomesticCurrency.NotDomesticCurrencyBuilderImpl
- All Implemented Interfaces:
NotDomesticCurrency,NotDomesticCurrency.NotDomesticCurrencyBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
NotDomesticCurrency
public static class NotDomesticCurrency.NotDomesticCurrencyBuilderImpl
extends Object
implements NotDomesticCurrency.NotDomesticCurrencyBuilder
Builder Implementation of NotDomesticCurrency
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.asset.credit.NotDomesticCurrency
NotDomesticCurrency.NotDomesticCurrencyBuilder, NotDomesticCurrency.NotDomesticCurrencyBuilderImpl, NotDomesticCurrency.NotDomesticCurrencyImpl -
Field Summary
FieldsFields inherited from interface cdm.base.staticdata.asset.credit.NotDomesticCurrency
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanIndicates whether the Not Domestic Currency provision is applicable.An explicit specification of the domestic currency.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setApplicable(Boolean _applicable) setCurrency(FieldWithMetaString _currency) setCurrencyValue(String _currency) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.asset.credit.NotDomesticCurrency
getType, metaData, processMethods inherited from interface cdm.base.staticdata.asset.credit.NotDomesticCurrency.NotDomesticCurrencyBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
applicable
-
currency
-
-
Constructor Details
-
NotDomesticCurrencyBuilderImpl
public NotDomesticCurrencyBuilderImpl()
-
-
Method Details
-
getApplicable
@RosettaAttribute(value="applicable", isRequired=true) @RuneAttribute(value="applicable", isRequired=true) public Boolean getApplicable()Description copied from interface:NotDomesticCurrencyIndicates whether the Not Domestic Currency provision is applicable.- Specified by:
getApplicablein interfaceNotDomesticCurrency
-
getCurrency
@RosettaAttribute("currency") @RuneAttribute("currency") public FieldWithMetaString.FieldWithMetaStringBuilder getCurrency()Description copied from interface:NotDomesticCurrencyAn explicit specification of the domestic currency. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.- Specified by:
getCurrencyin interfaceNotDomesticCurrency- Specified by:
getCurrencyin interfaceNotDomesticCurrency.NotDomesticCurrencyBuilder
-
getOrCreateCurrency
- Specified by:
getOrCreateCurrencyin interfaceNotDomesticCurrency.NotDomesticCurrencyBuilder
-
setApplicable
@RosettaAttribute(value="applicable", isRequired=true) @RuneAttribute(value="applicable", isRequired=true) public NotDomesticCurrency.NotDomesticCurrencyBuilder setApplicable(Boolean _applicable) - Specified by:
setApplicablein interfaceNotDomesticCurrency.NotDomesticCurrencyBuilder
-
setCurrency
@RosettaAttribute("currency") @RuneAttribute("currency") public NotDomesticCurrency.NotDomesticCurrencyBuilder setCurrency(FieldWithMetaString _currency) - Specified by:
setCurrencyin interfaceNotDomesticCurrency.NotDomesticCurrencyBuilder
-
setCurrencyValue
- Specified by:
setCurrencyValuein interfaceNotDomesticCurrency.NotDomesticCurrencyBuilder
-
build
Description copied from interface:NotDomesticCurrencyBuild Methods- Specified by:
buildin interfaceNotDomesticCurrency- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceNotDomesticCurrency- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceNotDomesticCurrency.NotDomesticCurrencyBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public NotDomesticCurrency.NotDomesticCurrencyBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-