Package com.regnosys.rosetta.rosetta
Interface RosettaReport
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaRootElement
- All Known Implementing Classes:
RosettaReportImpl
A representation of the model object 'Report'.
*******************
Reports and rules - Should be a separate grammar
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RosettaRule>Returns the value of the 'Eligibility Rules' reference list.Returns the value of the 'Input Type' containment reference.Returns the value of the 'Regulatory Body' containment reference.Returns the value of the 'Reporting Standard' reference.Returns the value of the 'Report Type' reference.Returns the value of the 'Rule Source' reference.voidsetInputType(TypeCall value) Sets the value of the 'Input Type' containment reference.voidSets the value of the 'Regulatory Body' containment reference.voidSets the value of the 'Reporting Standard' reference.voidsetReportType(Data value) Sets the value of the 'Report Type' reference.voidSets the value of the 'Rule Source' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaRootElement
getModel, setModel
-
Method Details
-
getRegulatoryBody
RegulatoryDocumentReference getRegulatoryBody()Returns the value of the 'Regulatory Body' containment reference.- Returns:
- the value of the 'Regulatory Body' containment reference.
- See Also:
-
setRegulatoryBody
Sets the value of the 'Regulatory Body' containment reference.- Parameters:
value- the new value of the 'Regulatory Body' containment reference.- See Also:
-
getEligibilityRules
org.eclipse.emf.common.util.EList<RosettaRule> getEligibilityRules()Returns the value of the 'Eligibility Rules' reference list. The list contents are of typeRosettaRule.- Returns:
- the value of the 'Eligibility Rules' reference list.
- See Also:
-
getReportingStandard
RosettaCorpus getReportingStandard()Returns the value of the 'Reporting Standard' reference.- Returns:
- the value of the 'Reporting Standard' reference.
- See Also:
-
setReportingStandard
Sets the value of the 'Reporting Standard' reference.- Parameters:
value- the new value of the 'Reporting Standard' reference.- See Also:
-
getInputType
TypeCall getInputType()Returns the value of the 'Input Type' containment reference.- Returns:
- the value of the 'Input Type' containment reference.
- See Also:
-
setInputType
Sets the value of the 'Input Type' containment reference.- Parameters:
value- the new value of the 'Input Type' containment reference.- See Also:
-
getReportType
Data getReportType()Returns the value of the 'Report Type' reference.- Returns:
- the value of the 'Report Type' reference.
- See Also:
-
setReportType
Sets the value of the 'Report Type' reference.- Parameters:
value- the new value of the 'Report Type' reference.- See Also:
-
getRuleSource
RosettaExternalRuleSource getRuleSource()Returns the value of the 'Rule Source' reference.- Returns:
- the value of the 'Rule Source' reference.
- See Also:
-
setRuleSource
Sets the value of the 'Rule Source' reference.- Parameters:
value- the new value of the 'Rule Source' reference.- See Also:
-
getRegulatoryId
String getRegulatoryId()
-