Package com.regnosys.rosetta.rosetta
Interface RosettaCorpus
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaDefinable,RosettaNamed,RosettaRootElement
- All Known Implementing Classes:
RosettaCorpusImpl
A representation of the model object 'Corpus'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()Returns the value of the 'Body' reference.Returns the value of the 'Corpus Type' attribute.Returns the value of the 'Display Name' attribute.voidsetBody(RosettaBody value) Sets the value of the 'Body' reference.voidsetCorpusType(String value) Sets the value of the 'Corpus Type' attribute.voidsetDisplayName(String value) Sets the value of the 'Display Name' 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, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaDefinable
getDefinition, setDefinitionMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaNamed
getName, setNameMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaRootElement
getModel, setModel
-
Method Details
-
getCorpusType
String getCorpusType()Returns the value of the 'Corpus Type' attribute.- Returns:
- the value of the 'Corpus Type' attribute.
- See Also:
-
setCorpusType
Sets the value of the 'Corpus Type' attribute.- Parameters:
value- the new value of the 'Corpus Type' attribute.- See Also:
-
getDisplayName
String getDisplayName()Returns the value of the 'Display Name' attribute.- Returns:
- the value of the 'Display Name' attribute.
- See Also:
-
setDisplayName
Sets the value of the 'Display Name' attribute.- Parameters:
value- the new value of the 'Display Name' attribute.- See Also:
-
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:
-