blob: f967ccf55fb07d5bdf8179ac5be70f9ba7c0cd9a [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.mdht.uml.fhir.core.datatype.BackboneElement;
import org.eclipse.mdht.uml.fhir.core.datatype.Uri;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Expansion Profile Code System Code System Exclude Code System Exclude Code System</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExpansionProfileCodeSystemCodeSystemExcludeCodeSystemExcludeCodeSystem#getSystem <em>System</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExpansionProfileCodeSystemCodeSystemExcludeCodeSystemExcludeCodeSystem#getVersion <em>Version</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExpansionProfileCodeSystemCodeSystemExcludeCodeSystemExcludeCodeSystem()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='CodeSystemExclude_CodeSystemExcludeCodeSystem'"
* @generated
*/
public interface ExpansionProfileCodeSystemCodeSystemExcludeCodeSystemExcludeCodeSystem extends BackboneElement {
/**
* 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.resource.FhirResourcePackage#getExpansionProfileCodeSystemCodeSystemExcludeCodeSystemExcludeCodeSystem_System()
* @model required="true"
* @generated
*/
Uri getSystem();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExpansionProfileCodeSystemCodeSystemExcludeCodeSystemExcludeCodeSystem#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.resource.FhirResourcePackage#getExpansionProfileCodeSystemCodeSystemExcludeCodeSystemExcludeCodeSystem_Version()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getVersion();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExpansionProfileCodeSystemCodeSystemExcludeCodeSystemExcludeCodeSystem#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);
} // ExpansionProfileCodeSystemCodeSystemExcludeCodeSystemExcludeCodeSystem