Package com.regnosys.rosetta.rosetta
Interface RosettaDocReference
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RosettaDocReferenceImpl
public interface RosettaDocReference
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Doc Reference'.
*********************************************************************
docReferences
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Doc Reference' containment reference.org.eclipse.emf.common.util.EList<RosettaSegmentRef>Returns the value of the 'Extraneous Segments' containment reference list.Returns the value of the 'Provision' attribute.org.eclipse.emf.common.util.EList<DocumentRationale>Returns the value of the 'Rationales' containment reference list.Returns the value of the 'Structured Provision' attribute.booleanReturns the value of the 'Reported Field' attribute.voidSets the value of the 'Doc Reference' containment reference.voidsetProvision(String value) Sets the value of the 'Provision' attribute.voidsetReportedField(boolean value) Sets the value of the 'Reported Field' attribute.voidsetStructuredProvision(String value) Sets the value of the 'Structured Provision' attribute.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, eSetDeliver
-
Method Details
-
getDocReference
RegulatoryDocumentReference getDocReference()Returns the value of the 'Doc Reference' containment reference.- Returns:
- the value of the 'Doc Reference' containment reference.
- See Also:
-
setDocReference
Sets the value of the 'Doc Reference' containment reference.- Parameters:
value- the new value of the 'Doc Reference' containment reference.- See Also:
-
getRationales
org.eclipse.emf.common.util.EList<DocumentRationale> getRationales()Returns the value of the 'Rationales' containment reference list. The list contents are of typeDocumentRationale.- Returns:
- the value of the 'Rationales' containment reference list.
- See Also:
-
getStructuredProvision
String getStructuredProvision()Returns the value of the 'Structured Provision' attribute.- Returns:
- the value of the 'Structured Provision' attribute.
- See Also:
-
setStructuredProvision
Sets the value of the 'Structured Provision' attribute.- Parameters:
value- the new value of the 'Structured Provision' attribute.- See Also:
-
getProvision
String getProvision()Returns the value of the 'Provision' attribute.- Returns:
- the value of the 'Provision' attribute.
- See Also:
-
setProvision
Sets the value of the 'Provision' attribute.- Parameters:
value- the new value of the 'Provision' attribute.- See Also:
-
isReportedField
boolean isReportedField()Returns the value of the 'Reported Field' attribute.- Returns:
- the value of the 'Reported Field' attribute.
- See Also:
-
setReportedField
void setReportedField(boolean value) Sets the value of the 'Reported Field' attribute.- Parameters:
value- the new value of the 'Reported Field' attribute.- See Also:
-
getExtraneousSegments
org.eclipse.emf.common.util.EList<RosettaSegmentRef> getExtraneousSegments()Returns the value of the 'Extraneous Segments' containment reference list. The list contents are of typeRosettaSegmentRef.- Returns:
- the value of the 'Extraneous Segments' containment reference list.
- See Also:
-