blob: 055feb066a3819c42cbac123ddd5013fe18d67d6 [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.Coding;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Explanation Of Benefit Benefit Balance</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalance#getCategory <em>Category</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalance#getSubCategory <em>Sub Category</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalance#getNetwork <em>Network</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalance#getUnit <em>Unit</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalance#getTerm <em>Term</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalance#getFinancials <em>Financial</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExplanationOfBenefitBenefitBalance()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='ExplanationOfBenefit_BenefitBalance'"
* @generated
*/
public interface ExplanationOfBenefitBenefitBalance extends BackboneElement {
/**
* Returns the value of the '<em><b>Category</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Category</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Category</em>' reference.
* @see #setCategory(Coding)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExplanationOfBenefitBenefitBalance_Category()
* @model required="true"
* @generated
*/
Coding getCategory();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalance#getCategory <em>Category</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Category</em>' reference.
* @see #getCategory()
* @generated
*/
void setCategory(Coding value);
/**
* Returns the value of the '<em><b>Sub Category</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Sub Category</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Sub Category</em>' reference.
* @see #setSubCategory(Coding)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExplanationOfBenefitBenefitBalance_SubCategory()
* @model
* @generated
*/
Coding getSubCategory();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalance#getSubCategory <em>Sub Category</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Sub Category</em>' reference.
* @see #getSubCategory()
* @generated
*/
void setSubCategory(Coding value);
/**
* Returns the value of the '<em><b>Network</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Network</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Network</em>' reference.
* @see #setNetwork(Coding)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExplanationOfBenefitBenefitBalance_Network()
* @model
* @generated
*/
Coding getNetwork();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalance#getNetwork <em>Network</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Network</em>' reference.
* @see #getNetwork()
* @generated
*/
void setNetwork(Coding value);
/**
* Returns the value of the '<em><b>Unit</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Unit</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Unit</em>' reference.
* @see #setUnit(Coding)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExplanationOfBenefitBenefitBalance_Unit()
* @model
* @generated
*/
Coding getUnit();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalance#getUnit <em>Unit</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Unit</em>' reference.
* @see #getUnit()
* @generated
*/
void setUnit(Coding value);
/**
* Returns the value of the '<em><b>Term</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Term</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Term</em>' reference.
* @see #setTerm(Coding)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExplanationOfBenefitBenefitBalance_Term()
* @model
* @generated
*/
Coding getTerm();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalance#getTerm <em>Term</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Term</em>' reference.
* @see #getTerm()
* @generated
*/
void setTerm(Coding value);
/**
* Returns the value of the '<em><b>Financial</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ExplanationOfBenefitBenefitBalanceBenefit}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Financial</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>Financial</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getExplanationOfBenefitBenefitBalance_Financial()
* @model containment="true"
* @generated
*/
EList<ExplanationOfBenefitBenefitBalanceBenefit> getFinancials();
} // ExplanationOfBenefitBenefitBalance