blob: 6bc3985868f773bdef9584776e162b85f3b5c525 [file] [log] [blame]
/**
*/
package org.hl7.fhir.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.util.EObjectContainmentEList;
import org.eclipse.emf.ecore.util.InternalEList;
import org.hl7.fhir.Canonical;
import org.hl7.fhir.CodeableConcept;
import org.hl7.fhir.ContactDetail;
import org.hl7.fhir.Date;
import org.hl7.fhir.DateTime;
import org.hl7.fhir.FhirPackage;
import org.hl7.fhir.Identifier;
import org.hl7.fhir.Markdown;
import org.hl7.fhir.Period;
import org.hl7.fhir.PublicationStatus;
import org.hl7.fhir.Reference;
import org.hl7.fhir.RelatedArtifact;
import org.hl7.fhir.ResearchDefinition;
import org.hl7.fhir.Uri;
import org.hl7.fhir.UsageContext;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Research Definition</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getUrl <em>Url</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getIdentifier <em>Identifier</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getVersion <em>Version</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getName <em>Name</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getTitle <em>Title</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getShortTitle <em>Short Title</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getSubtitle <em>Subtitle</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getStatus <em>Status</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getExperimental <em>Experimental</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getSubjectCodeableConcept <em>Subject Codeable Concept</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getSubjectReference <em>Subject Reference</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getDate <em>Date</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getPublisher <em>Publisher</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getContact <em>Contact</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getDescription <em>Description</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getComment <em>Comment</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getUseContext <em>Use Context</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getJurisdiction <em>Jurisdiction</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getPurpose <em>Purpose</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getUsage <em>Usage</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getCopyright <em>Copyright</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getApprovalDate <em>Approval Date</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getLastReviewDate <em>Last Review Date</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getEffectivePeriod <em>Effective Period</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getTopic <em>Topic</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getAuthor <em>Author</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getEditor <em>Editor</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getReviewer <em>Reviewer</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getEndorser <em>Endorser</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getRelatedArtifact <em>Related Artifact</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getLibrary <em>Library</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getPopulation <em>Population</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getExposure <em>Exposure</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getExposureAlternative <em>Exposure Alternative</em>}</li>
* <li>{@link org.hl7.fhir.impl.ResearchDefinitionImpl#getOutcome <em>Outcome</em>}</li>
* </ul>
*
* @generated
*/
public class ResearchDefinitionImpl extends DomainResourceImpl implements ResearchDefinition {
/**
* The cached value of the '{@link #getUrl() <em>Url</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getUrl()
* @generated
* @ordered
*/
protected Uri url;
/**
* The cached value of the '{@link #getIdentifier() <em>Identifier</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getIdentifier()
* @generated
* @ordered
*/
protected EList<Identifier> identifier;
/**
* The cached value of the '{@link #getVersion() <em>Version</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getVersion()
* @generated
* @ordered
*/
protected org.hl7.fhir.String version;
/**
* The cached value of the '{@link #getName() <em>Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getName()
* @generated
* @ordered
*/
protected org.hl7.fhir.String name;
/**
* The cached value of the '{@link #getTitle() <em>Title</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getTitle()
* @generated
* @ordered
*/
protected org.hl7.fhir.String title;
/**
* The cached value of the '{@link #getShortTitle() <em>Short Title</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getShortTitle()
* @generated
* @ordered
*/
protected org.hl7.fhir.String shortTitle;
/**
* The cached value of the '{@link #getSubtitle() <em>Subtitle</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getSubtitle()
* @generated
* @ordered
*/
protected org.hl7.fhir.String subtitle;
/**
* The cached value of the '{@link #getStatus() <em>Status</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getStatus()
* @generated
* @ordered
*/
protected PublicationStatus status;
/**
* The cached value of the '{@link #getExperimental() <em>Experimental</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getExperimental()
* @generated
* @ordered
*/
protected org.hl7.fhir.Boolean experimental;
/**
* The cached value of the '{@link #getSubjectCodeableConcept() <em>Subject Codeable Concept</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getSubjectCodeableConcept()
* @generated
* @ordered
*/
protected CodeableConcept subjectCodeableConcept;
/**
* The cached value of the '{@link #getSubjectReference() <em>Subject Reference</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getSubjectReference()
* @generated
* @ordered
*/
protected Reference subjectReference;
/**
* The cached value of the '{@link #getDate() <em>Date</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDate()
* @generated
* @ordered
*/
protected DateTime date;
/**
* The cached value of the '{@link #getPublisher() <em>Publisher</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getPublisher()
* @generated
* @ordered
*/
protected org.hl7.fhir.String publisher;
/**
* The cached value of the '{@link #getContact() <em>Contact</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getContact()
* @generated
* @ordered
*/
protected EList<ContactDetail> contact;
/**
* The cached value of the '{@link #getDescription() <em>Description</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDescription()
* @generated
* @ordered
*/
protected Markdown description;
/**
* The cached value of the '{@link #getComment() <em>Comment</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getComment()
* @generated
* @ordered
*/
protected EList<org.hl7.fhir.String> comment;
/**
* The cached value of the '{@link #getUseContext() <em>Use Context</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getUseContext()
* @generated
* @ordered
*/
protected EList<UsageContext> useContext;
/**
* The cached value of the '{@link #getJurisdiction() <em>Jurisdiction</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getJurisdiction()
* @generated
* @ordered
*/
protected EList<CodeableConcept> jurisdiction;
/**
* The cached value of the '{@link #getPurpose() <em>Purpose</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getPurpose()
* @generated
* @ordered
*/
protected Markdown purpose;
/**
* The cached value of the '{@link #getUsage() <em>Usage</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getUsage()
* @generated
* @ordered
*/
protected org.hl7.fhir.String usage;
/**
* The cached value of the '{@link #getCopyright() <em>Copyright</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getCopyright()
* @generated
* @ordered
*/
protected Markdown copyright;
/**
* The cached value of the '{@link #getApprovalDate() <em>Approval Date</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getApprovalDate()
* @generated
* @ordered
*/
protected Date approvalDate;
/**
* The cached value of the '{@link #getLastReviewDate() <em>Last Review Date</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getLastReviewDate()
* @generated
* @ordered
*/
protected Date lastReviewDate;
/**
* The cached value of the '{@link #getEffectivePeriod() <em>Effective Period</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getEffectivePeriod()
* @generated
* @ordered
*/
protected Period effectivePeriod;
/**
* The cached value of the '{@link #getTopic() <em>Topic</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getTopic()
* @generated
* @ordered
*/
protected EList<CodeableConcept> topic;
/**
* The cached value of the '{@link #getAuthor() <em>Author</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getAuthor()
* @generated
* @ordered
*/
protected EList<ContactDetail> author;
/**
* The cached value of the '{@link #getEditor() <em>Editor</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getEditor()
* @generated
* @ordered
*/
protected EList<ContactDetail> editor;
/**
* The cached value of the '{@link #getReviewer() <em>Reviewer</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getReviewer()
* @generated
* @ordered
*/
protected EList<ContactDetail> reviewer;
/**
* The cached value of the '{@link #getEndorser() <em>Endorser</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getEndorser()
* @generated
* @ordered
*/
protected EList<ContactDetail> endorser;
/**
* The cached value of the '{@link #getRelatedArtifact() <em>Related Artifact</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getRelatedArtifact()
* @generated
* @ordered
*/
protected EList<RelatedArtifact> relatedArtifact;
/**
* The cached value of the '{@link #getLibrary() <em>Library</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getLibrary()
* @generated
* @ordered
*/
protected EList<Canonical> library;
/**
* The cached value of the '{@link #getPopulation() <em>Population</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getPopulation()
* @generated
* @ordered
*/
protected Reference population;
/**
* The cached value of the '{@link #getExposure() <em>Exposure</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getExposure()
* @generated
* @ordered
*/
protected Reference exposure;
/**
* The cached value of the '{@link #getExposureAlternative() <em>Exposure Alternative</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getExposureAlternative()
* @generated
* @ordered
*/
protected Reference exposureAlternative;
/**
* The cached value of the '{@link #getOutcome() <em>Outcome</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getOutcome()
* @generated
* @ordered
*/
protected Reference outcome;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ResearchDefinitionImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return FhirPackage.eINSTANCE.getResearchDefinition();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Uri getUrl() {
return url;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetUrl(Uri newUrl, NotificationChain msgs) {
Uri oldUrl = url;
url = newUrl;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__URL, oldUrl, newUrl);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setUrl(Uri newUrl) {
if (newUrl != url) {
NotificationChain msgs = null;
if (url != null)
msgs = ((InternalEObject)url).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__URL, null, msgs);
if (newUrl != null)
msgs = ((InternalEObject)newUrl).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__URL, null, msgs);
msgs = basicSetUrl(newUrl, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__URL, newUrl, newUrl));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<Identifier> getIdentifier() {
if (identifier == null) {
identifier = new EObjectContainmentEList<Identifier>(Identifier.class, this, FhirPackage.RESEARCH_DEFINITION__IDENTIFIER);
}
return identifier;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public org.hl7.fhir.String getVersion() {
return version;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetVersion(org.hl7.fhir.String newVersion, NotificationChain msgs) {
org.hl7.fhir.String oldVersion = version;
version = newVersion;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__VERSION, oldVersion, newVersion);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setVersion(org.hl7.fhir.String newVersion) {
if (newVersion != version) {
NotificationChain msgs = null;
if (version != null)
msgs = ((InternalEObject)version).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__VERSION, null, msgs);
if (newVersion != null)
msgs = ((InternalEObject)newVersion).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__VERSION, null, msgs);
msgs = basicSetVersion(newVersion, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__VERSION, newVersion, newVersion));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public org.hl7.fhir.String getName() {
return name;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetName(org.hl7.fhir.String newName, NotificationChain msgs) {
org.hl7.fhir.String oldName = name;
name = newName;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__NAME, oldName, newName);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setName(org.hl7.fhir.String newName) {
if (newName != name) {
NotificationChain msgs = null;
if (name != null)
msgs = ((InternalEObject)name).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__NAME, null, msgs);
if (newName != null)
msgs = ((InternalEObject)newName).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__NAME, null, msgs);
msgs = basicSetName(newName, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__NAME, newName, newName));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public org.hl7.fhir.String getTitle() {
return title;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetTitle(org.hl7.fhir.String newTitle, NotificationChain msgs) {
org.hl7.fhir.String oldTitle = title;
title = newTitle;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__TITLE, oldTitle, newTitle);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setTitle(org.hl7.fhir.String newTitle) {
if (newTitle != title) {
NotificationChain msgs = null;
if (title != null)
msgs = ((InternalEObject)title).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__TITLE, null, msgs);
if (newTitle != null)
msgs = ((InternalEObject)newTitle).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__TITLE, null, msgs);
msgs = basicSetTitle(newTitle, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__TITLE, newTitle, newTitle));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public org.hl7.fhir.String getShortTitle() {
return shortTitle;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetShortTitle(org.hl7.fhir.String newShortTitle, NotificationChain msgs) {
org.hl7.fhir.String oldShortTitle = shortTitle;
shortTitle = newShortTitle;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__SHORT_TITLE, oldShortTitle, newShortTitle);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setShortTitle(org.hl7.fhir.String newShortTitle) {
if (newShortTitle != shortTitle) {
NotificationChain msgs = null;
if (shortTitle != null)
msgs = ((InternalEObject)shortTitle).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__SHORT_TITLE, null, msgs);
if (newShortTitle != null)
msgs = ((InternalEObject)newShortTitle).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__SHORT_TITLE, null, msgs);
msgs = basicSetShortTitle(newShortTitle, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__SHORT_TITLE, newShortTitle, newShortTitle));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public org.hl7.fhir.String getSubtitle() {
return subtitle;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSubtitle(org.hl7.fhir.String newSubtitle, NotificationChain msgs) {
org.hl7.fhir.String oldSubtitle = subtitle;
subtitle = newSubtitle;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__SUBTITLE, oldSubtitle, newSubtitle);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setSubtitle(org.hl7.fhir.String newSubtitle) {
if (newSubtitle != subtitle) {
NotificationChain msgs = null;
if (subtitle != null)
msgs = ((InternalEObject)subtitle).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__SUBTITLE, null, msgs);
if (newSubtitle != null)
msgs = ((InternalEObject)newSubtitle).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__SUBTITLE, null, msgs);
msgs = basicSetSubtitle(newSubtitle, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__SUBTITLE, newSubtitle, newSubtitle));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public PublicationStatus getStatus() {
return status;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetStatus(PublicationStatus newStatus, NotificationChain msgs) {
PublicationStatus oldStatus = status;
status = newStatus;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__STATUS, oldStatus, newStatus);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setStatus(PublicationStatus newStatus) {
if (newStatus != status) {
NotificationChain msgs = null;
if (status != null)
msgs = ((InternalEObject)status).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__STATUS, null, msgs);
if (newStatus != null)
msgs = ((InternalEObject)newStatus).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__STATUS, null, msgs);
msgs = basicSetStatus(newStatus, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__STATUS, newStatus, newStatus));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public org.hl7.fhir.Boolean getExperimental() {
return experimental;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetExperimental(org.hl7.fhir.Boolean newExperimental, NotificationChain msgs) {
org.hl7.fhir.Boolean oldExperimental = experimental;
experimental = newExperimental;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__EXPERIMENTAL, oldExperimental, newExperimental);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setExperimental(org.hl7.fhir.Boolean newExperimental) {
if (newExperimental != experimental) {
NotificationChain msgs = null;
if (experimental != null)
msgs = ((InternalEObject)experimental).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__EXPERIMENTAL, null, msgs);
if (newExperimental != null)
msgs = ((InternalEObject)newExperimental).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__EXPERIMENTAL, null, msgs);
msgs = basicSetExperimental(newExperimental, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__EXPERIMENTAL, newExperimental, newExperimental));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public CodeableConcept getSubjectCodeableConcept() {
return subjectCodeableConcept;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSubjectCodeableConcept(CodeableConcept newSubjectCodeableConcept, NotificationChain msgs) {
CodeableConcept oldSubjectCodeableConcept = subjectCodeableConcept;
subjectCodeableConcept = newSubjectCodeableConcept;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__SUBJECT_CODEABLE_CONCEPT, oldSubjectCodeableConcept, newSubjectCodeableConcept);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setSubjectCodeableConcept(CodeableConcept newSubjectCodeableConcept) {
if (newSubjectCodeableConcept != subjectCodeableConcept) {
NotificationChain msgs = null;
if (subjectCodeableConcept != null)
msgs = ((InternalEObject)subjectCodeableConcept).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__SUBJECT_CODEABLE_CONCEPT, null, msgs);
if (newSubjectCodeableConcept != null)
msgs = ((InternalEObject)newSubjectCodeableConcept).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__SUBJECT_CODEABLE_CONCEPT, null, msgs);
msgs = basicSetSubjectCodeableConcept(newSubjectCodeableConcept, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__SUBJECT_CODEABLE_CONCEPT, newSubjectCodeableConcept, newSubjectCodeableConcept));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Reference getSubjectReference() {
return subjectReference;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSubjectReference(Reference newSubjectReference, NotificationChain msgs) {
Reference oldSubjectReference = subjectReference;
subjectReference = newSubjectReference;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__SUBJECT_REFERENCE, oldSubjectReference, newSubjectReference);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setSubjectReference(Reference newSubjectReference) {
if (newSubjectReference != subjectReference) {
NotificationChain msgs = null;
if (subjectReference != null)
msgs = ((InternalEObject)subjectReference).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__SUBJECT_REFERENCE, null, msgs);
if (newSubjectReference != null)
msgs = ((InternalEObject)newSubjectReference).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__SUBJECT_REFERENCE, null, msgs);
msgs = basicSetSubjectReference(newSubjectReference, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__SUBJECT_REFERENCE, newSubjectReference, newSubjectReference));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public DateTime getDate() {
return date;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetDate(DateTime newDate, NotificationChain msgs) {
DateTime oldDate = date;
date = newDate;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__DATE, oldDate, newDate);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setDate(DateTime newDate) {
if (newDate != date) {
NotificationChain msgs = null;
if (date != null)
msgs = ((InternalEObject)date).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__DATE, null, msgs);
if (newDate != null)
msgs = ((InternalEObject)newDate).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__DATE, null, msgs);
msgs = basicSetDate(newDate, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__DATE, newDate, newDate));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public org.hl7.fhir.String getPublisher() {
return publisher;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPublisher(org.hl7.fhir.String newPublisher, NotificationChain msgs) {
org.hl7.fhir.String oldPublisher = publisher;
publisher = newPublisher;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__PUBLISHER, oldPublisher, newPublisher);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setPublisher(org.hl7.fhir.String newPublisher) {
if (newPublisher != publisher) {
NotificationChain msgs = null;
if (publisher != null)
msgs = ((InternalEObject)publisher).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__PUBLISHER, null, msgs);
if (newPublisher != null)
msgs = ((InternalEObject)newPublisher).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__PUBLISHER, null, msgs);
msgs = basicSetPublisher(newPublisher, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__PUBLISHER, newPublisher, newPublisher));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<ContactDetail> getContact() {
if (contact == null) {
contact = new EObjectContainmentEList<ContactDetail>(ContactDetail.class, this, FhirPackage.RESEARCH_DEFINITION__CONTACT);
}
return contact;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Markdown getDescription() {
return description;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetDescription(Markdown newDescription, NotificationChain msgs) {
Markdown oldDescription = description;
description = newDescription;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__DESCRIPTION, oldDescription, newDescription);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setDescription(Markdown newDescription) {
if (newDescription != description) {
NotificationChain msgs = null;
if (description != null)
msgs = ((InternalEObject)description).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__DESCRIPTION, null, msgs);
if (newDescription != null)
msgs = ((InternalEObject)newDescription).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__DESCRIPTION, null, msgs);
msgs = basicSetDescription(newDescription, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__DESCRIPTION, newDescription, newDescription));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<org.hl7.fhir.String> getComment() {
if (comment == null) {
comment = new EObjectContainmentEList<org.hl7.fhir.String>(org.hl7.fhir.String.class, this, FhirPackage.RESEARCH_DEFINITION__COMMENT);
}
return comment;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<UsageContext> getUseContext() {
if (useContext == null) {
useContext = new EObjectContainmentEList<UsageContext>(UsageContext.class, this, FhirPackage.RESEARCH_DEFINITION__USE_CONTEXT);
}
return useContext;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<CodeableConcept> getJurisdiction() {
if (jurisdiction == null) {
jurisdiction = new EObjectContainmentEList<CodeableConcept>(CodeableConcept.class, this, FhirPackage.RESEARCH_DEFINITION__JURISDICTION);
}
return jurisdiction;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Markdown getPurpose() {
return purpose;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPurpose(Markdown newPurpose, NotificationChain msgs) {
Markdown oldPurpose = purpose;
purpose = newPurpose;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__PURPOSE, oldPurpose, newPurpose);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setPurpose(Markdown newPurpose) {
if (newPurpose != purpose) {
NotificationChain msgs = null;
if (purpose != null)
msgs = ((InternalEObject)purpose).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__PURPOSE, null, msgs);
if (newPurpose != null)
msgs = ((InternalEObject)newPurpose).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__PURPOSE, null, msgs);
msgs = basicSetPurpose(newPurpose, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__PURPOSE, newPurpose, newPurpose));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public org.hl7.fhir.String getUsage() {
return usage;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetUsage(org.hl7.fhir.String newUsage, NotificationChain msgs) {
org.hl7.fhir.String oldUsage = usage;
usage = newUsage;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__USAGE, oldUsage, newUsage);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setUsage(org.hl7.fhir.String newUsage) {
if (newUsage != usage) {
NotificationChain msgs = null;
if (usage != null)
msgs = ((InternalEObject)usage).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__USAGE, null, msgs);
if (newUsage != null)
msgs = ((InternalEObject)newUsage).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__USAGE, null, msgs);
msgs = basicSetUsage(newUsage, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__USAGE, newUsage, newUsage));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Markdown getCopyright() {
return copyright;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetCopyright(Markdown newCopyright, NotificationChain msgs) {
Markdown oldCopyright = copyright;
copyright = newCopyright;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__COPYRIGHT, oldCopyright, newCopyright);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setCopyright(Markdown newCopyright) {
if (newCopyright != copyright) {
NotificationChain msgs = null;
if (copyright != null)
msgs = ((InternalEObject)copyright).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__COPYRIGHT, null, msgs);
if (newCopyright != null)
msgs = ((InternalEObject)newCopyright).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__COPYRIGHT, null, msgs);
msgs = basicSetCopyright(newCopyright, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__COPYRIGHT, newCopyright, newCopyright));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Date getApprovalDate() {
return approvalDate;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetApprovalDate(Date newApprovalDate, NotificationChain msgs) {
Date oldApprovalDate = approvalDate;
approvalDate = newApprovalDate;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__APPROVAL_DATE, oldApprovalDate, newApprovalDate);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setApprovalDate(Date newApprovalDate) {
if (newApprovalDate != approvalDate) {
NotificationChain msgs = null;
if (approvalDate != null)
msgs = ((InternalEObject)approvalDate).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__APPROVAL_DATE, null, msgs);
if (newApprovalDate != null)
msgs = ((InternalEObject)newApprovalDate).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__APPROVAL_DATE, null, msgs);
msgs = basicSetApprovalDate(newApprovalDate, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__APPROVAL_DATE, newApprovalDate, newApprovalDate));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Date getLastReviewDate() {
return lastReviewDate;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetLastReviewDate(Date newLastReviewDate, NotificationChain msgs) {
Date oldLastReviewDate = lastReviewDate;
lastReviewDate = newLastReviewDate;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__LAST_REVIEW_DATE, oldLastReviewDate, newLastReviewDate);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setLastReviewDate(Date newLastReviewDate) {
if (newLastReviewDate != lastReviewDate) {
NotificationChain msgs = null;
if (lastReviewDate != null)
msgs = ((InternalEObject)lastReviewDate).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__LAST_REVIEW_DATE, null, msgs);
if (newLastReviewDate != null)
msgs = ((InternalEObject)newLastReviewDate).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__LAST_REVIEW_DATE, null, msgs);
msgs = basicSetLastReviewDate(newLastReviewDate, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__LAST_REVIEW_DATE, newLastReviewDate, newLastReviewDate));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Period getEffectivePeriod() {
return effectivePeriod;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetEffectivePeriod(Period newEffectivePeriod, NotificationChain msgs) {
Period oldEffectivePeriod = effectivePeriod;
effectivePeriod = newEffectivePeriod;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__EFFECTIVE_PERIOD, oldEffectivePeriod, newEffectivePeriod);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setEffectivePeriod(Period newEffectivePeriod) {
if (newEffectivePeriod != effectivePeriod) {
NotificationChain msgs = null;
if (effectivePeriod != null)
msgs = ((InternalEObject)effectivePeriod).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__EFFECTIVE_PERIOD, null, msgs);
if (newEffectivePeriod != null)
msgs = ((InternalEObject)newEffectivePeriod).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__EFFECTIVE_PERIOD, null, msgs);
msgs = basicSetEffectivePeriod(newEffectivePeriod, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__EFFECTIVE_PERIOD, newEffectivePeriod, newEffectivePeriod));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<CodeableConcept> getTopic() {
if (topic == null) {
topic = new EObjectContainmentEList<CodeableConcept>(CodeableConcept.class, this, FhirPackage.RESEARCH_DEFINITION__TOPIC);
}
return topic;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<ContactDetail> getAuthor() {
if (author == null) {
author = new EObjectContainmentEList<ContactDetail>(ContactDetail.class, this, FhirPackage.RESEARCH_DEFINITION__AUTHOR);
}
return author;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<ContactDetail> getEditor() {
if (editor == null) {
editor = new EObjectContainmentEList<ContactDetail>(ContactDetail.class, this, FhirPackage.RESEARCH_DEFINITION__EDITOR);
}
return editor;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<ContactDetail> getReviewer() {
if (reviewer == null) {
reviewer = new EObjectContainmentEList<ContactDetail>(ContactDetail.class, this, FhirPackage.RESEARCH_DEFINITION__REVIEWER);
}
return reviewer;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<ContactDetail> getEndorser() {
if (endorser == null) {
endorser = new EObjectContainmentEList<ContactDetail>(ContactDetail.class, this, FhirPackage.RESEARCH_DEFINITION__ENDORSER);
}
return endorser;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<RelatedArtifact> getRelatedArtifact() {
if (relatedArtifact == null) {
relatedArtifact = new EObjectContainmentEList<RelatedArtifact>(RelatedArtifact.class, this, FhirPackage.RESEARCH_DEFINITION__RELATED_ARTIFACT);
}
return relatedArtifact;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<Canonical> getLibrary() {
if (library == null) {
library = new EObjectContainmentEList<Canonical>(Canonical.class, this, FhirPackage.RESEARCH_DEFINITION__LIBRARY);
}
return library;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Reference getPopulation() {
return population;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPopulation(Reference newPopulation, NotificationChain msgs) {
Reference oldPopulation = population;
population = newPopulation;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__POPULATION, oldPopulation, newPopulation);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setPopulation(Reference newPopulation) {
if (newPopulation != population) {
NotificationChain msgs = null;
if (population != null)
msgs = ((InternalEObject)population).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__POPULATION, null, msgs);
if (newPopulation != null)
msgs = ((InternalEObject)newPopulation).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__POPULATION, null, msgs);
msgs = basicSetPopulation(newPopulation, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__POPULATION, newPopulation, newPopulation));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Reference getExposure() {
return exposure;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetExposure(Reference newExposure, NotificationChain msgs) {
Reference oldExposure = exposure;
exposure = newExposure;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__EXPOSURE, oldExposure, newExposure);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setExposure(Reference newExposure) {
if (newExposure != exposure) {
NotificationChain msgs = null;
if (exposure != null)
msgs = ((InternalEObject)exposure).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__EXPOSURE, null, msgs);
if (newExposure != null)
msgs = ((InternalEObject)newExposure).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__EXPOSURE, null, msgs);
msgs = basicSetExposure(newExposure, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__EXPOSURE, newExposure, newExposure));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Reference getExposureAlternative() {
return exposureAlternative;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetExposureAlternative(Reference newExposureAlternative, NotificationChain msgs) {
Reference oldExposureAlternative = exposureAlternative;
exposureAlternative = newExposureAlternative;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__EXPOSURE_ALTERNATIVE, oldExposureAlternative, newExposureAlternative);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setExposureAlternative(Reference newExposureAlternative) {
if (newExposureAlternative != exposureAlternative) {
NotificationChain msgs = null;
if (exposureAlternative != null)
msgs = ((InternalEObject)exposureAlternative).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__EXPOSURE_ALTERNATIVE, null, msgs);
if (newExposureAlternative != null)
msgs = ((InternalEObject)newExposureAlternative).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__EXPOSURE_ALTERNATIVE, null, msgs);
msgs = basicSetExposureAlternative(newExposureAlternative, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__EXPOSURE_ALTERNATIVE, newExposureAlternative, newExposureAlternative));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Reference getOutcome() {
return outcome;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetOutcome(Reference newOutcome, NotificationChain msgs) {
Reference oldOutcome = outcome;
outcome = newOutcome;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__OUTCOME, oldOutcome, newOutcome);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setOutcome(Reference newOutcome) {
if (newOutcome != outcome) {
NotificationChain msgs = null;
if (outcome != null)
msgs = ((InternalEObject)outcome).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__OUTCOME, null, msgs);
if (newOutcome != null)
msgs = ((InternalEObject)newOutcome).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FhirPackage.RESEARCH_DEFINITION__OUTCOME, null, msgs);
msgs = basicSetOutcome(newOutcome, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FhirPackage.RESEARCH_DEFINITION__OUTCOME, newOutcome, newOutcome));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
switch (featureID) {
case FhirPackage.RESEARCH_DEFINITION__URL:
return basicSetUrl(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__IDENTIFIER:
return ((InternalEList<?>)getIdentifier()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__VERSION:
return basicSetVersion(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__NAME:
return basicSetName(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__TITLE:
return basicSetTitle(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__SHORT_TITLE:
return basicSetShortTitle(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__SUBTITLE:
return basicSetSubtitle(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__STATUS:
return basicSetStatus(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__EXPERIMENTAL:
return basicSetExperimental(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__SUBJECT_CODEABLE_CONCEPT:
return basicSetSubjectCodeableConcept(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__SUBJECT_REFERENCE:
return basicSetSubjectReference(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__DATE:
return basicSetDate(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__PUBLISHER:
return basicSetPublisher(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__CONTACT:
return ((InternalEList<?>)getContact()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__DESCRIPTION:
return basicSetDescription(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__COMMENT:
return ((InternalEList<?>)getComment()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__USE_CONTEXT:
return ((InternalEList<?>)getUseContext()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__JURISDICTION:
return ((InternalEList<?>)getJurisdiction()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__PURPOSE:
return basicSetPurpose(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__USAGE:
return basicSetUsage(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__COPYRIGHT:
return basicSetCopyright(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__APPROVAL_DATE:
return basicSetApprovalDate(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__LAST_REVIEW_DATE:
return basicSetLastReviewDate(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__EFFECTIVE_PERIOD:
return basicSetEffectivePeriod(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__TOPIC:
return ((InternalEList<?>)getTopic()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__AUTHOR:
return ((InternalEList<?>)getAuthor()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__EDITOR:
return ((InternalEList<?>)getEditor()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__REVIEWER:
return ((InternalEList<?>)getReviewer()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__ENDORSER:
return ((InternalEList<?>)getEndorser()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__RELATED_ARTIFACT:
return ((InternalEList<?>)getRelatedArtifact()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__LIBRARY:
return ((InternalEList<?>)getLibrary()).basicRemove(otherEnd, msgs);
case FhirPackage.RESEARCH_DEFINITION__POPULATION:
return basicSetPopulation(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__EXPOSURE:
return basicSetExposure(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__EXPOSURE_ALTERNATIVE:
return basicSetExposureAlternative(null, msgs);
case FhirPackage.RESEARCH_DEFINITION__OUTCOME:
return basicSetOutcome(null, msgs);
}
return super.eInverseRemove(otherEnd, featureID, msgs);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
case FhirPackage.RESEARCH_DEFINITION__URL:
return getUrl();
case FhirPackage.RESEARCH_DEFINITION__IDENTIFIER:
return getIdentifier();
case FhirPackage.RESEARCH_DEFINITION__VERSION:
return getVersion();
case FhirPackage.RESEARCH_DEFINITION__NAME:
return getName();
case FhirPackage.RESEARCH_DEFINITION__TITLE:
return getTitle();
case FhirPackage.RESEARCH_DEFINITION__SHORT_TITLE:
return getShortTitle();
case FhirPackage.RESEARCH_DEFINITION__SUBTITLE:
return getSubtitle();
case FhirPackage.RESEARCH_DEFINITION__STATUS:
return getStatus();
case FhirPackage.RESEARCH_DEFINITION__EXPERIMENTAL:
return getExperimental();
case FhirPackage.RESEARCH_DEFINITION__SUBJECT_CODEABLE_CONCEPT:
return getSubjectCodeableConcept();
case FhirPackage.RESEARCH_DEFINITION__SUBJECT_REFERENCE:
return getSubjectReference();
case FhirPackage.RESEARCH_DEFINITION__DATE:
return getDate();
case FhirPackage.RESEARCH_DEFINITION__PUBLISHER:
return getPublisher();
case FhirPackage.RESEARCH_DEFINITION__CONTACT:
return getContact();
case FhirPackage.RESEARCH_DEFINITION__DESCRIPTION:
return getDescription();
case FhirPackage.RESEARCH_DEFINITION__COMMENT:
return getComment();
case FhirPackage.RESEARCH_DEFINITION__USE_CONTEXT:
return getUseContext();
case FhirPackage.RESEARCH_DEFINITION__JURISDICTION:
return getJurisdiction();
case FhirPackage.RESEARCH_DEFINITION__PURPOSE:
return getPurpose();
case FhirPackage.RESEARCH_DEFINITION__USAGE:
return getUsage();
case FhirPackage.RESEARCH_DEFINITION__COPYRIGHT:
return getCopyright();
case FhirPackage.RESEARCH_DEFINITION__APPROVAL_DATE:
return getApprovalDate();
case FhirPackage.RESEARCH_DEFINITION__LAST_REVIEW_DATE:
return getLastReviewDate();
case FhirPackage.RESEARCH_DEFINITION__EFFECTIVE_PERIOD:
return getEffectivePeriod();
case FhirPackage.RESEARCH_DEFINITION__TOPIC:
return getTopic();
case FhirPackage.RESEARCH_DEFINITION__AUTHOR:
return getAuthor();
case FhirPackage.RESEARCH_DEFINITION__EDITOR:
return getEditor();
case FhirPackage.RESEARCH_DEFINITION__REVIEWER:
return getReviewer();
case FhirPackage.RESEARCH_DEFINITION__ENDORSER:
return getEndorser();
case FhirPackage.RESEARCH_DEFINITION__RELATED_ARTIFACT:
return getRelatedArtifact();
case FhirPackage.RESEARCH_DEFINITION__LIBRARY:
return getLibrary();
case FhirPackage.RESEARCH_DEFINITION__POPULATION:
return getPopulation();
case FhirPackage.RESEARCH_DEFINITION__EXPOSURE:
return getExposure();
case FhirPackage.RESEARCH_DEFINITION__EXPOSURE_ALTERNATIVE:
return getExposureAlternative();
case FhirPackage.RESEARCH_DEFINITION__OUTCOME:
return getOutcome();
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@SuppressWarnings("unchecked")
@Override
public void eSet(int featureID, Object newValue) {
switch (featureID) {
case FhirPackage.RESEARCH_DEFINITION__URL:
setUrl((Uri)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__IDENTIFIER:
getIdentifier().clear();
getIdentifier().addAll((Collection<? extends Identifier>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__VERSION:
setVersion((org.hl7.fhir.String)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__NAME:
setName((org.hl7.fhir.String)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__TITLE:
setTitle((org.hl7.fhir.String)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__SHORT_TITLE:
setShortTitle((org.hl7.fhir.String)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__SUBTITLE:
setSubtitle((org.hl7.fhir.String)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__STATUS:
setStatus((PublicationStatus)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__EXPERIMENTAL:
setExperimental((org.hl7.fhir.Boolean)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__SUBJECT_CODEABLE_CONCEPT:
setSubjectCodeableConcept((CodeableConcept)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__SUBJECT_REFERENCE:
setSubjectReference((Reference)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__DATE:
setDate((DateTime)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__PUBLISHER:
setPublisher((org.hl7.fhir.String)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__CONTACT:
getContact().clear();
getContact().addAll((Collection<? extends ContactDetail>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__DESCRIPTION:
setDescription((Markdown)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__COMMENT:
getComment().clear();
getComment().addAll((Collection<? extends org.hl7.fhir.String>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__USE_CONTEXT:
getUseContext().clear();
getUseContext().addAll((Collection<? extends UsageContext>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__JURISDICTION:
getJurisdiction().clear();
getJurisdiction().addAll((Collection<? extends CodeableConcept>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__PURPOSE:
setPurpose((Markdown)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__USAGE:
setUsage((org.hl7.fhir.String)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__COPYRIGHT:
setCopyright((Markdown)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__APPROVAL_DATE:
setApprovalDate((Date)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__LAST_REVIEW_DATE:
setLastReviewDate((Date)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__EFFECTIVE_PERIOD:
setEffectivePeriod((Period)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__TOPIC:
getTopic().clear();
getTopic().addAll((Collection<? extends CodeableConcept>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__AUTHOR:
getAuthor().clear();
getAuthor().addAll((Collection<? extends ContactDetail>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__EDITOR:
getEditor().clear();
getEditor().addAll((Collection<? extends ContactDetail>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__REVIEWER:
getReviewer().clear();
getReviewer().addAll((Collection<? extends ContactDetail>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__ENDORSER:
getEndorser().clear();
getEndorser().addAll((Collection<? extends ContactDetail>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__RELATED_ARTIFACT:
getRelatedArtifact().clear();
getRelatedArtifact().addAll((Collection<? extends RelatedArtifact>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__LIBRARY:
getLibrary().clear();
getLibrary().addAll((Collection<? extends Canonical>)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__POPULATION:
setPopulation((Reference)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__EXPOSURE:
setExposure((Reference)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__EXPOSURE_ALTERNATIVE:
setExposureAlternative((Reference)newValue);
return;
case FhirPackage.RESEARCH_DEFINITION__OUTCOME:
setOutcome((Reference)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case FhirPackage.RESEARCH_DEFINITION__URL:
setUrl((Uri)null);
return;
case FhirPackage.RESEARCH_DEFINITION__IDENTIFIER:
getIdentifier().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__VERSION:
setVersion((org.hl7.fhir.String)null);
return;
case FhirPackage.RESEARCH_DEFINITION__NAME:
setName((org.hl7.fhir.String)null);
return;
case FhirPackage.RESEARCH_DEFINITION__TITLE:
setTitle((org.hl7.fhir.String)null);
return;
case FhirPackage.RESEARCH_DEFINITION__SHORT_TITLE:
setShortTitle((org.hl7.fhir.String)null);
return;
case FhirPackage.RESEARCH_DEFINITION__SUBTITLE:
setSubtitle((org.hl7.fhir.String)null);
return;
case FhirPackage.RESEARCH_DEFINITION__STATUS:
setStatus((PublicationStatus)null);
return;
case FhirPackage.RESEARCH_DEFINITION__EXPERIMENTAL:
setExperimental((org.hl7.fhir.Boolean)null);
return;
case FhirPackage.RESEARCH_DEFINITION__SUBJECT_CODEABLE_CONCEPT:
setSubjectCodeableConcept((CodeableConcept)null);
return;
case FhirPackage.RESEARCH_DEFINITION__SUBJECT_REFERENCE:
setSubjectReference((Reference)null);
return;
case FhirPackage.RESEARCH_DEFINITION__DATE:
setDate((DateTime)null);
return;
case FhirPackage.RESEARCH_DEFINITION__PUBLISHER:
setPublisher((org.hl7.fhir.String)null);
return;
case FhirPackage.RESEARCH_DEFINITION__CONTACT:
getContact().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__DESCRIPTION:
setDescription((Markdown)null);
return;
case FhirPackage.RESEARCH_DEFINITION__COMMENT:
getComment().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__USE_CONTEXT:
getUseContext().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__JURISDICTION:
getJurisdiction().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__PURPOSE:
setPurpose((Markdown)null);
return;
case FhirPackage.RESEARCH_DEFINITION__USAGE:
setUsage((org.hl7.fhir.String)null);
return;
case FhirPackage.RESEARCH_DEFINITION__COPYRIGHT:
setCopyright((Markdown)null);
return;
case FhirPackage.RESEARCH_DEFINITION__APPROVAL_DATE:
setApprovalDate((Date)null);
return;
case FhirPackage.RESEARCH_DEFINITION__LAST_REVIEW_DATE:
setLastReviewDate((Date)null);
return;
case FhirPackage.RESEARCH_DEFINITION__EFFECTIVE_PERIOD:
setEffectivePeriod((Period)null);
return;
case FhirPackage.RESEARCH_DEFINITION__TOPIC:
getTopic().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__AUTHOR:
getAuthor().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__EDITOR:
getEditor().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__REVIEWER:
getReviewer().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__ENDORSER:
getEndorser().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__RELATED_ARTIFACT:
getRelatedArtifact().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__LIBRARY:
getLibrary().clear();
return;
case FhirPackage.RESEARCH_DEFINITION__POPULATION:
setPopulation((Reference)null);
return;
case FhirPackage.RESEARCH_DEFINITION__EXPOSURE:
setExposure((Reference)null);
return;
case FhirPackage.RESEARCH_DEFINITION__EXPOSURE_ALTERNATIVE:
setExposureAlternative((Reference)null);
return;
case FhirPackage.RESEARCH_DEFINITION__OUTCOME:
setOutcome((Reference)null);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case FhirPackage.RESEARCH_DEFINITION__URL:
return url != null;
case FhirPackage.RESEARCH_DEFINITION__IDENTIFIER:
return identifier != null && !identifier.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__VERSION:
return version != null;
case FhirPackage.RESEARCH_DEFINITION__NAME:
return name != null;
case FhirPackage.RESEARCH_DEFINITION__TITLE:
return title != null;
case FhirPackage.RESEARCH_DEFINITION__SHORT_TITLE:
return shortTitle != null;
case FhirPackage.RESEARCH_DEFINITION__SUBTITLE:
return subtitle != null;
case FhirPackage.RESEARCH_DEFINITION__STATUS:
return status != null;
case FhirPackage.RESEARCH_DEFINITION__EXPERIMENTAL:
return experimental != null;
case FhirPackage.RESEARCH_DEFINITION__SUBJECT_CODEABLE_CONCEPT:
return subjectCodeableConcept != null;
case FhirPackage.RESEARCH_DEFINITION__SUBJECT_REFERENCE:
return subjectReference != null;
case FhirPackage.RESEARCH_DEFINITION__DATE:
return date != null;
case FhirPackage.RESEARCH_DEFINITION__PUBLISHER:
return publisher != null;
case FhirPackage.RESEARCH_DEFINITION__CONTACT:
return contact != null && !contact.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__DESCRIPTION:
return description != null;
case FhirPackage.RESEARCH_DEFINITION__COMMENT:
return comment != null && !comment.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__USE_CONTEXT:
return useContext != null && !useContext.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__JURISDICTION:
return jurisdiction != null && !jurisdiction.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__PURPOSE:
return purpose != null;
case FhirPackage.RESEARCH_DEFINITION__USAGE:
return usage != null;
case FhirPackage.RESEARCH_DEFINITION__COPYRIGHT:
return copyright != null;
case FhirPackage.RESEARCH_DEFINITION__APPROVAL_DATE:
return approvalDate != null;
case FhirPackage.RESEARCH_DEFINITION__LAST_REVIEW_DATE:
return lastReviewDate != null;
case FhirPackage.RESEARCH_DEFINITION__EFFECTIVE_PERIOD:
return effectivePeriod != null;
case FhirPackage.RESEARCH_DEFINITION__TOPIC:
return topic != null && !topic.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__AUTHOR:
return author != null && !author.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__EDITOR:
return editor != null && !editor.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__REVIEWER:
return reviewer != null && !reviewer.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__ENDORSER:
return endorser != null && !endorser.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__RELATED_ARTIFACT:
return relatedArtifact != null && !relatedArtifact.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__LIBRARY:
return library != null && !library.isEmpty();
case FhirPackage.RESEARCH_DEFINITION__POPULATION:
return population != null;
case FhirPackage.RESEARCH_DEFINITION__EXPOSURE:
return exposure != null;
case FhirPackage.RESEARCH_DEFINITION__EXPOSURE_ALTERNATIVE:
return exposureAlternative != null;
case FhirPackage.RESEARCH_DEFINITION__OUTCOME:
return outcome != null;
}
return super.eIsSet(featureID);
}
} //ResearchDefinitionImpl