blob: 4ecdfa701833e714e14713af7d7d0b8c2bca1ba2 [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;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Human Name</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.HumanName#getUse <em>Use</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.HumanName#getText <em>Text</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.HumanName#getFamilies <em>Family</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.HumanName#getGivens <em>Given</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.HumanName#getPrefixes <em>Prefix</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.HumanName#getSuffixes <em>Suffix</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.datatype.HumanName#getPeriod <em>Period</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getHumanName()
* @model
* @generated
*/
public interface HumanName extends DataType {
/**
* Returns the value of the '<em><b>Use</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Use</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Use</em>' reference.
* @see #setUse(Code)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getHumanName_Use()
* @model
* @generated
*/
Code getUse();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.HumanName#getUse <em>Use</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Use</em>' reference.
* @see #getUse()
* @generated
*/
void setUse(Code value);
/**
* Returns the value of the '<em><b>Text</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Text</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</em>' reference.
* @see #setText(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getHumanName_Text()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getText();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.HumanName#getText <em>Text</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Text</em>' reference.
* @see #getText()
* @generated
*/
void setText(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Family</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Family</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>Family</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getHumanName_Family()
* @model
* @generated
*/
EList<org.eclipse.mdht.uml.fhir.core.datatype.String> getFamilies();
/**
* Returns the value of the '<em><b>Given</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Given</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>Given</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getHumanName_Given()
* @model
* @generated
*/
EList<org.eclipse.mdht.uml.fhir.core.datatype.String> getGivens();
/**
* Returns the value of the '<em><b>Prefix</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Prefix</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>Prefix</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getHumanName_Prefix()
* @model
* @generated
*/
EList<org.eclipse.mdht.uml.fhir.core.datatype.String> getPrefixes();
/**
* Returns the value of the '<em><b>Suffix</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Suffix</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>Suffix</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getHumanName_Suffix()
* @model
* @generated
*/
EList<org.eclipse.mdht.uml.fhir.core.datatype.String> getSuffixes();
/**
* Returns the value of the '<em><b>Period</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Period</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Period</em>' reference.
* @see #setPeriod(Period)
* @see org.eclipse.mdht.uml.fhir.core.datatype.FhirDatatypePackage#getHumanName_Period()
* @model
* @generated
*/
Period getPeriod();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.datatype.HumanName#getPeriod <em>Period</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Period</em>' reference.
* @see #getPeriod()
* @generated
*/
void setPeriod(Period value);
} // HumanName