blob: 816d68d439f42d40036ad7ddac6e814982d460cc [file] [log] [blame]
/**
*/
package org.hl7.fhir;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Test Script Capability</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* TestScript is a resource that specifies a suite of tests against a FHIR server implementation to determine compliance against the FHIR specification.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.TestScriptCapability#getRequired <em>Required</em>}</li>
* <li>{@link org.hl7.fhir.TestScriptCapability#getValidated <em>Validated</em>}</li>
* <li>{@link org.hl7.fhir.TestScriptCapability#getDescription <em>Description</em>}</li>
* <li>{@link org.hl7.fhir.TestScriptCapability#getOrigin <em>Origin</em>}</li>
* <li>{@link org.hl7.fhir.TestScriptCapability#getDestination <em>Destination</em>}</li>
* <li>{@link org.hl7.fhir.TestScriptCapability#getLink <em>Link</em>}</li>
* <li>{@link org.hl7.fhir.TestScriptCapability#getConformance <em>Conformance</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getTestScriptCapability()
* @model extendedMetaData="name='TestScript.Capability' kind='elementOnly'"
* @generated
*/
public interface TestScriptCapability extends BackboneElement {
/**
* Returns the value of the '<em><b>Required</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.
* <!-- end-model-doc -->
* @return the value of the '<em>Required</em>' containment reference.
* @see #setRequired(org.hl7.fhir.Boolean)
* @see org.hl7.fhir.FhirPackage#getTestScriptCapability_Required()
* @model containment="true"
* extendedMetaData="kind='element' name='required' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.Boolean getRequired();
/**
* Sets the value of the '{@link org.hl7.fhir.TestScriptCapability#getRequired <em>Required</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Required</em>' containment reference.
* @see #getRequired()
* @generated
*/
void setRequired(org.hl7.fhir.Boolean value);
/**
* Returns the value of the '<em><b>Validated</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.
* <!-- end-model-doc -->
* @return the value of the '<em>Validated</em>' containment reference.
* @see #setValidated(org.hl7.fhir.Boolean)
* @see org.hl7.fhir.FhirPackage#getTestScriptCapability_Validated()
* @model containment="true"
* extendedMetaData="kind='element' name='validated' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.Boolean getValidated();
/**
* Sets the value of the '{@link org.hl7.fhir.TestScriptCapability#getValidated <em>Validated</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Validated</em>' containment reference.
* @see #getValidated()
* @generated
*/
void setValidated(org.hl7.fhir.Boolean value);
/**
* Returns the value of the '<em><b>Description</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Description of the capabilities that this test script is requiring the server to support.
* <!-- end-model-doc -->
* @return the value of the '<em>Description</em>' containment reference.
* @see #setDescription(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getTestScriptCapability_Description()
* @model containment="true"
* extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getDescription();
/**
* Sets the value of the '{@link org.hl7.fhir.TestScriptCapability#getDescription <em>Description</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' containment reference.
* @see #getDescription()
* @generated
*/
void setDescription(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Origin</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.Integer}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Which origin server these requirements apply to.
* <!-- end-model-doc -->
* @return the value of the '<em>Origin</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getTestScriptCapability_Origin()
* @model containment="true"
* extendedMetaData="kind='element' name='origin' namespace='##targetNamespace'"
* @generated
*/
EList<org.hl7.fhir.Integer> getOrigin();
/**
* Returns the value of the '<em><b>Destination</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Which server these requirements apply to.
* <!-- end-model-doc -->
* @return the value of the '<em>Destination</em>' containment reference.
* @see #setDestination(org.hl7.fhir.Integer)
* @see org.hl7.fhir.FhirPackage#getTestScriptCapability_Destination()
* @model containment="true"
* extendedMetaData="kind='element' name='destination' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.Integer getDestination();
/**
* Sets the value of the '{@link org.hl7.fhir.TestScriptCapability#getDestination <em>Destination</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Destination</em>' containment reference.
* @see #getDestination()
* @generated
*/
void setDestination(org.hl7.fhir.Integer value);
/**
* Returns the value of the '<em><b>Link</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.Uri}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Links to the FHIR specification that describes this interaction and the resources involved in more detail.
* <!-- end-model-doc -->
* @return the value of the '<em>Link</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getTestScriptCapability_Link()
* @model containment="true"
* extendedMetaData="kind='element' name='link' namespace='##targetNamespace'"
* @generated
*/
EList<Uri> getLink();
/**
* Returns the value of the '<em><b>Conformance</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Minimum conformance required of server for test script to execute successfully. If server does not meet at a minimum the reference conformance definition, then all tests in this script are skipped.
* <!-- end-model-doc -->
* @return the value of the '<em>Conformance</em>' containment reference.
* @see #setConformance(Reference)
* @see org.hl7.fhir.FhirPackage#getTestScriptCapability_Conformance()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='conformance' namespace='##targetNamespace'"
* @generated
*/
Reference getConformance();
/**
* Sets the value of the '{@link org.hl7.fhir.TestScriptCapability#getConformance <em>Conformance</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Conformance</em>' containment reference.
* @see #getConformance()
* @generated
*/
void setConformance(Reference value);
} // TestScriptCapability