blob: 92d64b452031fe6e26a2f1b1e4f396f1f6179b2d [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.BackboneElement;
import org.eclipse.mdht.uml.fhir.core.datatype.Code;
import org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Operation Outcome Issue</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.OperationOutcomeIssue#getSeverity <em>Severity</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.OperationOutcomeIssue#getCode <em>Code</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.OperationOutcomeIssue#getDetails <em>Details</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.OperationOutcomeIssue#getDiagnostics <em>Diagnostics</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.OperationOutcomeIssue#getLocations <em>Location</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getOperationOutcomeIssue()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='OperationOutcome_Issue'"
* @generated
*/
public interface OperationOutcomeIssue extends BackboneElement {
/**
* Returns the value of the '<em><b>Severity</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Severity</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Severity</em>' reference.
* @see #setSeverity(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getOperationOutcomeIssue_Severity()
* @model required="true"
* @generated
*/
Code getSeverity();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.OperationOutcomeIssue#getSeverity <em>Severity</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Severity</em>' reference.
* @see #getSeverity()
* @generated
*/
void setSeverity(Code 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.resource.FhirResourcePackage#getOperationOutcomeIssue_Code()
* @model required="true"
* @generated
*/
Code getCode();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.OperationOutcomeIssue#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>Details</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Details</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Details</em>' reference.
* @see #setDetails(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getOperationOutcomeIssue_Details()
* @model
* @generated
*/
CodeableConcept getDetails();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.OperationOutcomeIssue#getDetails <em>Details</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Details</em>' reference.
* @see #getDetails()
* @generated
*/
void setDetails(CodeableConcept value);
/**
* Returns the value of the '<em><b>Diagnostics</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Diagnostics</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Diagnostics</em>' reference.
* @see #setDiagnostics(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getOperationOutcomeIssue_Diagnostics()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getDiagnostics();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.OperationOutcomeIssue#getDiagnostics <em>Diagnostics</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Diagnostics</em>' reference.
* @see #getDiagnostics()
* @generated
*/
void setDiagnostics(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Location</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>Location</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>Location</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getOperationOutcomeIssue_Location()
* @model
* @generated
*/
EList<org.eclipse.mdht.uml.fhir.core.datatype.String> getLocations();
} // OperationOutcomeIssue