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 TypeMethodDescriptionGetter Methodsdefault 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:OthrGetter Methods- Specified by:
getFinInstrmGnlAttrbtsin interfaceOthr
-
getOrCreateDerivInstrmAttrbts
DerivInstrmAttrbts.DerivInstrmAttrbtsBuilder getOrCreateDerivInstrmAttrbts() -
getDerivInstrmAttrbts
DerivInstrmAttrbts.DerivInstrmAttrbtsBuilder getDerivInstrmAttrbts()- Specified by:
getDerivInstrmAttrbtsin interfaceOthr
-
getOrCreateSchmeNm
SchmeNm.SchmeNmBuilder getOrCreateSchmeNm() -
getSchmeNm
SchmeNm.SchmeNmBuilder getSchmeNm()- 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
-