blob: c12386f0a706180593be0488a6f9c97dc9914ec9 [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.datatype;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Coding</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Coding#getSystem <em>System</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Coding#getVersion <em>Version</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Coding#getCode <em>Code</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Coding#getDisplay <em>Display</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.Coding#getUserSelected <em>User Selected</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getCoding()
* @model
* @generated
*/
public interface Coding extends DataType {
/**
* Returns the value of the '<em><b>System</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>System</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>System</em>' reference.
* @see #setSystem(Uri)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getCoding_System()
* @model
* @generated
*/
Uri getSystem();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Coding#getSystem <em>System</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>System</em>' reference.
* @see #getSystem()
* @generated
*/
void setSystem(Uri value);
/**
* Returns the value of the '<em><b>Version</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Version</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Version</em>' reference.
* @see #setVersion(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getCoding_Version()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getVersion();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Coding#getVersion <em>Version</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Version</em>' reference.
* @see #getVersion()
* @generated
*/
void setVersion(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Code</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Code</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Code</em>' reference.
* @see #setCode(Code)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getCoding_Code()
* @model
* @generated
*/
Code getCode();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Coding#getCode <em>Code</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Code</em>' reference.
* @see #getCode()
* @generated
*/
void setCode(Code value);
/**
* Returns the value of the '<em><b>Display</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Display</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Display</em>' reference.
* @see #setDisplay(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getCoding_Display()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getDisplay();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Coding#getDisplay <em>Display</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Display</em>' reference.
* @see #getDisplay()
* @generated
*/
void setDisplay(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>User Selected</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>User Selected</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>User Selected</em>' reference.
* @see #setUserSelected(org.eclipse.mdht.uml.fhir.core.datatype.Boolean)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getCoding_UserSelected()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.Boolean getUserSelected();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.Coding#getUserSelected <em>User Selected</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>User Selected</em>' reference.
* @see #getUserSelected()
* @generated
*/
void setUserSelected(org.eclipse.mdht.uml.fhir.core.datatype.Boolean value);
} // Coding