Package com.regnosys.rosetta.rosetta
Interface RegulatoryDocumentReference
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RegulatoryDocumentReferenceImpl
public interface RegulatoryDocumentReference
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Regulatory Document Reference'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()Returns the value of the 'Body' reference.org.eclipse.emf.common.util.EList<RosettaCorpus>Returns the value of the 'Corpus List' reference list.org.eclipse.emf.common.util.EList<RosettaSegmentRef>Returns the value of the 'Segments' containment reference list.voidsetBody(RosettaBody value) Sets the value of the 'Body' 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, eSetDeliver
-
Method Details
-
getBody
RosettaBody getBody()Returns the value of the 'Body' reference.- Returns:
- the value of the 'Body' reference.
- See Also:
-
setBody
Sets the value of the 'Body' reference.- Parameters:
value- the new value of the 'Body' reference.- See Also:
-
getCorpusList
org.eclipse.emf.common.util.EList<RosettaCorpus> getCorpusList()Returns the value of the 'Corpus List' reference list. The list contents are of typeRosettaCorpus.- Returns:
- the value of the 'Corpus List' reference list.
- See Also:
-
getSegments
org.eclipse.emf.common.util.EList<RosettaSegmentRef> getSegments()Returns the value of the 'Segments' containment reference list. The list contents are of typeRosettaSegmentRef.- Returns:
- the value of the 'Segments' containment reference list.
- See Also:
-