blob: 2c75389e0d01e56ad979789aeb2f0aec37c64af4 [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.CodeableConcept;
import org.eclipse.mdht.uml.fhir.core.datatype.DateTime;
import org.eclipse.mdht.uml.fhir.core.datatype.Identifier;
import org.eclipse.mdht.uml.fhir.core.datatype.Period;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Contract Term</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getIdentifier <em>Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getIssued <em>Issued</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getApplies <em>Applies</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getSubType <em>Sub Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getSubject <em>Subject</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getActions <em>Action</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getActionReasons <em>Action Reason</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getActors <em>Actor</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getText <em>Text</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getValuedItems <em>Valued Item</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getGroups <em>Group</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getContractTerm()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='Contract_Term'"
* @generated
*/
public interface ContractTerm extends BackboneElement {
/**
* Returns the value of the '<em><b>Identifier</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Identifier</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Identifier</em>' reference.
* @see #setIdentifier(Identifier)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getContractTerm_Identifier()
* @model
* @generated
*/
Identifier getIdentifier();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getIdentifier <em>Identifier</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Identifier</em>' reference.
* @see #getIdentifier()
* @generated
*/
void setIdentifier(Identifier value);
/**
* Returns the value of the '<em><b>Issued</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Issued</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Issued</em>' reference.
* @see #setIssued(DateTime)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getContractTerm_Issued()
* @model
* @generated
*/
DateTime getIssued();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getIssued <em>Issued</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Issued</em>' reference.
* @see #getIssued()
* @generated
*/
void setIssued(DateTime value);
/**
* Returns the value of the '<em><b>Applies</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Applies</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Applies</em>' reference.
* @see #setApplies(Period)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getContractTerm_Applies()
* @model
* @generated
*/
Period getApplies();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getApplies <em>Applies</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Applies</em>' reference.
* @see #getApplies()
* @generated
*/
void setApplies(Period 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#getContractTerm_Type()
* @model
* @generated
*/
CodeableConcept getType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#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>Sub Type</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Sub 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>Sub Type</em>' reference.
* @see #setSubType(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getContractTerm_SubType()
* @model
* @generated
*/
CodeableConcept getSubType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getSubType <em>Sub Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Sub Type</em>' reference.
* @see #getSubType()
* @generated
*/
void setSubType(CodeableConcept value);
/**
* Returns the value of the '<em><b>Subject</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Subject</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Subject</em>' reference.
* @see #setSubject(Resource)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getContractTerm_Subject()
* @model
* @generated
*/
Resource getSubject();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#getSubject <em>Subject</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Subject</em>' reference.
* @see #getSubject()
* @generated
*/
void setSubject(Resource value);
/**
* Returns the value of the '<em><b>Action</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>Action</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>Action</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getContractTerm_Action()
* @model
* @generated
*/
EList<CodeableConcept> getActions();
/**
* Returns the value of the '<em><b>Action Reason</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>Action Reason</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>Action Reason</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getContractTerm_ActionReason()
* @model
* @generated
*/
EList<CodeableConcept> getActionReasons();
/**
* Returns the value of the '<em><b>Actor</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ContractTermTermActor}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Actor</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>Actor</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getContractTerm_Actor()
* @model containment="true"
* @generated
*/
EList<ContractTermTermActor> getActors();
/**
* 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.resource.FhirResourcePackage#getContractTerm_Text()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getText();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm#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>Valued Item</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ContractTermTermValuedItem}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Valued Item</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>Valued Item</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getContractTerm_ValuedItem()
* @model containment="true"
* @generated
*/
EList<ContractTermTermValuedItem> getValuedItems();
/**
* Returns the value of the '<em><b>Group</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ContractTerm}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Group</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>Group</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getContractTerm_Group()
* @model containment="true"
* @generated
*/
EList<ContractTerm> getGroups();
} // ContractTerm