blob: 688b428c545f214abb7d14859bc1f0de9af959f9 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 David Carlson and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* David Carlson (Clinical Cloud Solutions, LLC) - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.mdht.uml.fhir.core.resource;
import org.eclipse.emf.common.util.EList;
import org.eclipse.mdht.uml.fhir.core.datatype.Attachment;
import org.eclipse.mdht.uml.fhir.core.datatype.BackboneElement;
import org.eclipse.mdht.uml.fhir.core.datatype.Code;
import org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept;
import org.eclipse.mdht.uml.fhir.core.datatype.Identifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Guidance Response Action</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getActionIdentifier <em>Action Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getNumber <em>Number</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getSupportingEvidences <em>Supporting Evidence</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getDocumentations <em>Documentation</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getParticipants <em>Participant</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getTitle <em>Title</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getTextEquivalent <em>Text Equivalent</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getConcepts <em>Concept</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getResource <em>Resource</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getActions <em>Actions</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='GuidanceResponse_Action'"
* @generated
*/
public interface GuidanceResponseAction extends BackboneElement {
/**
* Returns the value of the '<em><b>Action Identifier</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Action Identifier</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Action Identifier</em>' reference.
* @see #setActionIdentifier(Identifier)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_ActionIdentifier()
* @model
* @generated
*/
Identifier getActionIdentifier();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getActionIdentifier <em>Action Identifier</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Action Identifier</em>' reference.
* @see #getActionIdentifier()
* @generated
*/
void setActionIdentifier(Identifier value);
/**
* Returns the value of the '<em><b>Number</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Number</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Number</em>' reference.
* @see #setNumber(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_Number()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getNumber();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getNumber <em>Number</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Number</em>' reference.
* @see #getNumber()
* @generated
*/
void setNumber(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Supporting Evidence</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Attachment}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Supporting Evidence</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Supporting Evidence</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_SupportingEvidence()
* @model
* @generated
*/
EList<Attachment> getSupportingEvidences();
/**
* Returns the value of the '<em><b>Documentation</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Attachment}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Documentation</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Documentation</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_Documentation()
* @model
* @generated
*/
EList<Attachment> getDocumentations();
/**
* Returns the value of the '<em><b>Participant</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.Resource}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Participant</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Participant</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_Participant()
* @model
* @generated
*/
EList<Resource> getParticipants();
/**
* Returns the value of the '<em><b>Title</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Title</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Title</em>' reference.
* @see #setTitle(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_Title()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getTitle();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getTitle <em>Title</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Title</em>' reference.
* @see #getTitle()
* @generated
*/
void setTitle(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Description</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' reference.
* @see #setDescription(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_Description()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getDescription();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getDescription <em>Description</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' reference.
* @see #getDescription()
* @generated
*/
void setDescription(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Text Equivalent</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Text Equivalent</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Text Equivalent</em>' reference.
* @see #setTextEquivalent(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_TextEquivalent()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getTextEquivalent();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getTextEquivalent <em>Text Equivalent</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Text Equivalent</em>' reference.
* @see #getTextEquivalent()
* @generated
*/
void setTextEquivalent(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Concept</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Concept</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Concept</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_Concept()
* @model
* @generated
*/
EList<CodeableConcept> getConcepts();
/**
* Returns the value of the '<em><b>Type</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Type</em>' reference.
* @see #setType(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_Type()
* @model
* @generated
*/
Code getType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getType <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type</em>' reference.
* @see #getType()
* @generated
*/
void setType(Code value);
/**
* Returns the value of the '<em><b>Resource</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Resource</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Resource</em>' reference.
* @see #setResource(Resource)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_Resource()
* @model
* @generated
*/
Resource getResource();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction#getResource <em>Resource</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Resource</em>' reference.
* @see #getResource()
* @generated
*/
void setResource(Resource value);
/**
* Returns the value of the '<em><b>Actions</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.GuidanceResponseAction}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Actions</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Actions</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getGuidanceResponseAction_Actions()
* @model containment="true"
* @generated
*/
EList<GuidanceResponseAction> getActions();
} // GuidanceResponseAction