blob: 53c2b24011c74b6c727a70543b25e1531bb66c02 [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.Code;
import org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept;
import org.eclipse.mdht.uml.fhir.core.datatype.DateTime;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Naming System</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.resource.NamingSystem#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getStatus <em>Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getKind <em>Kind</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getPublisher <em>Publisher</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getContacts <em>Contact</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getResponsible <em>Responsible</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getDate <em>Date</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getUseContexts <em>Use Context</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getUsage <em>Usage</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getUniqueIds <em>Unique Id</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getReplacedBy <em>Replaced By</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem()
* @model
* @generated
*/
public interface NamingSystem extends DomainResource {
/**
* Returns the value of the '<em><b>Name</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Name</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Name</em>' reference.
* @see #setName(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_Name()
* @model required="true"
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getName();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getName <em>Name</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' reference.
* @see #getName()
* @generated
*/
void setName(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Status</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Status</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Status</em>' reference.
* @see #setStatus(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_Status()
* @model required="true"
* @generated
*/
Code getStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getStatus <em>Status</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Status</em>' reference.
* @see #getStatus()
* @generated
*/
void setStatus(Code value);
/**
* Returns the value of the '<em><b>Kind</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Kind</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Kind</em>' reference.
* @see #setKind(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_Kind()
* @model required="true"
* @generated
*/
Code getKind();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getKind <em>Kind</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Kind</em>' reference.
* @see #getKind()
* @generated
*/
void setKind(Code value);
/**
* Returns the value of the '<em><b>Publisher</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Publisher</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Publisher</em>' reference.
* @see #setPublisher(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_Publisher()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getPublisher();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getPublisher <em>Publisher</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Publisher</em>' reference.
* @see #getPublisher()
* @generated
*/
void setPublisher(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Contact</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystemContact}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Contact</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>Contact</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_Contact()
* @model containment="true"
* @generated
*/
EList<NamingSystemContact> getContacts();
/**
* Returns the value of the '<em><b>Responsible</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Responsible</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Responsible</em>' reference.
* @see #setResponsible(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_Responsible()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getResponsible();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getResponsible <em>Responsible</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Responsible</em>' reference.
* @see #getResponsible()
* @generated
*/
void setResponsible(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Date</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Date</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Date</em>' reference.
* @see #setDate(DateTime)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_Date()
* @model required="true"
* @generated
*/
DateTime getDate();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getDate <em>Date</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Date</em>' reference.
* @see #getDate()
* @generated
*/
void setDate(DateTime value);
/**
* 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(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_Type()
* @model
* @generated
*/
CodeableConcept getType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#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(CodeableConcept 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#getNamingSystem_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.NamingSystem#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>Use Context</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>Use Context</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>Use Context</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_UseContext()
* @model
* @generated
*/
EList<CodeableConcept> getUseContexts();
/**
* Returns the value of the '<em><b>Usage</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Usage</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Usage</em>' reference.
* @see #setUsage(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_Usage()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getUsage();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getUsage <em>Usage</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Usage</em>' reference.
* @see #getUsage()
* @generated
*/
void setUsage(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Unique Id</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystemUniqueId}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Unique Id</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>Unique Id</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_UniqueId()
* @model containment="true" required="true"
* @generated
*/
EList<NamingSystemUniqueId> getUniqueIds();
/**
* Returns the value of the '<em><b>Replaced By</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Replaced By</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Replaced By</em>' reference.
* @see #setReplacedBy(NamingSystem)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getNamingSystem_ReplacedBy()
* @model
* @generated
*/
NamingSystem getReplacedBy();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.NamingSystem#getReplacedBy <em>Replaced By</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Replaced By</em>' reference.
* @see #getReplacedBy()
* @generated
*/
void setReplacedBy(NamingSystem value);
} // NamingSystem