Package cdm.regulation
Interface Othr.OthrBuilder
- All Superinterfaces:
Othr,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
Othr.OthrBuilderImpl
- Enclosing interface:
Othr
public static interface Othr.OthrBuilder
extends Othr, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.regulation.Othr
Othr.OthrBuilder, Othr.OthrBuilderImpl, Othr.OthrImpl -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionBody ISO Corpus Scheme ISO20022 namingConvention "DerivInstrmAttrbts" ProvisionBody ISO Corpus Scheme ISO20022 namingConvention "FinInstrmGnlAttrbts" ProvisionBody ISO Corpus Scheme ISO20022 namingConvention "SchmeNm" Provisiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setDerivInstrmAttrbts(DerivInstrmAttrbts derivInstrmAttrbts) setFinInstrmGnlAttrbts(FinInstrmGnlAttrbts finInstrmGnlAttrbts) setSchmeNm(SchmeNm schmeNm) Methods inherited from interface cdm.regulation.Othr
build, getId, 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
-
getOrCreateFinInstrmGnlAttrbts
FinInstrmGnlAttrbts.FinInstrmGnlAttrbtsBuilder getOrCreateFinInstrmGnlAttrbts() -
getFinInstrmGnlAttrbts
FinInstrmGnlAttrbts.FinInstrmGnlAttrbtsBuilder getFinInstrmGnlAttrbts()Description copied from interface:OthrBody ISO Corpus Scheme ISO20022 namingConvention "FinInstrmGnlAttrbts" Provision- Specified by:
getFinInstrmGnlAttrbtsin interfaceOthr
-
getOrCreateDerivInstrmAttrbts
DerivInstrmAttrbts.DerivInstrmAttrbtsBuilder getOrCreateDerivInstrmAttrbts() -
getDerivInstrmAttrbts
DerivInstrmAttrbts.DerivInstrmAttrbtsBuilder getDerivInstrmAttrbts()Description copied from interface:OthrBody ISO Corpus Scheme ISO20022 namingConvention "DerivInstrmAttrbts" Provision- Specified by:
getDerivInstrmAttrbtsin interfaceOthr
-
getOrCreateSchmeNm
SchmeNm.SchmeNmBuilder getOrCreateSchmeNm() -
getSchmeNm
SchmeNm.SchmeNmBuilder getSchmeNm()Description copied from interface:OthrBody ISO Corpus Scheme ISO20022 namingConvention "SchmeNm" Provision- Specified by:
getSchmeNmin interfaceOthr
-
setFinInstrmGnlAttrbts
-
setDerivInstrmAttrbts
-
setId
-
setSchmeNm
-
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
Othr.OthrBuilder prune()- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-