Package cdm.regulation
Class Document.DocumentBuilderImpl
java.lang.Object
cdm.regulation.Document.DocumentBuilderImpl
- All Implemented Interfaces:
Document,Document.DocumentBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
Document
Builder Implementation of Document
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.regulation.Document
Document.DocumentBuilder, Document.DocumentBuilderImpl, Document.DocumentImpl -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanGetter MethodsbooleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setFinInstrmRptgTxRpt(FinInstrmRptgTxRpt _finInstrmRptgTxRpt) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.regulation.Document.DocumentBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
finInstrmRptgTxRpt
-
-
Constructor Details
-
DocumentBuilderImpl
public DocumentBuilderImpl()
-
-
Method Details
-
getFinInstrmRptgTxRpt
@RosettaAttribute(value="finInstrmRptgTxRpt", isRequired=true) @RuneAttribute(value="finInstrmRptgTxRpt", isRequired=true) public FinInstrmRptgTxRpt.FinInstrmRptgTxRptBuilder getFinInstrmRptgTxRpt()Description copied from interface:DocumentGetter Methods- Specified by:
getFinInstrmRptgTxRptin interfaceDocument- Specified by:
getFinInstrmRptgTxRptin interfaceDocument.DocumentBuilder
-
getOrCreateFinInstrmRptgTxRpt
- Specified by:
getOrCreateFinInstrmRptgTxRptin interfaceDocument.DocumentBuilder
-
setFinInstrmRptgTxRpt
@RosettaAttribute(value="finInstrmRptgTxRpt", isRequired=true) @RuneAttribute(value="finInstrmRptgTxRpt", isRequired=true) public Document.DocumentBuilder setFinInstrmRptgTxRpt(FinInstrmRptgTxRpt _finInstrmRptgTxRpt) - Specified by:
setFinInstrmRptgTxRptin interfaceDocument.DocumentBuilder
-
build
Description copied from interface:DocumentBuild Methods -
toBuilder
-
prune
- Specified by:
prunein interfaceDocument.DocumentBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public Document.DocumentBuilder 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
-