blob: c51e6fa2bea147c80c581ef5870db8cb78d2f782 [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.Coding;
import org.eclipse.mdht.uml.fhir.core.datatype.Id;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Test Script Setup Setup Action Operation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getResource <em>Resource</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getLabel <em>Label</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getAccept <em>Accept</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getContentType <em>Content Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getDestination <em>Destination</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getEncodeRequestUrl <em>Encode Request Url</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getOrigin <em>Origin</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getParams <em>Params</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getRequestHeaders <em>Request Header</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getResponseId <em>Response Id</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getSourceId <em>Source Id</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getTargetId <em>Target Id</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getUrl <em>Url</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='SetupAction_Operation'"
* @generated
*/
public interface TestScriptSetupSetupActionOperation extends BackboneElement {
/**
* 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(Coding)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_Type()
* @model
* @generated
*/
Coding getType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#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(Coding value);
/**
* Returns the value of the '<em><b>Resource</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Resource</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Resource</em>' reference.
* @see #setResource(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_Resource()
* @model
* @generated
*/
Code getResource();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getResource <em>Resource</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Resource</em>' reference.
* @see #getResource()
* @generated
*/
void setResource(Code value);
/**
* Returns the value of the '<em><b>Label</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Label</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Label</em>' reference.
* @see #setLabel(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_Label()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getLabel();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getLabel <em>Label</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Label</em>' reference.
* @see #getLabel()
* @generated
*/
void setLabel(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Description</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' reference.
* @see #setDescription(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_Description()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getDescription();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getDescription <em>Description</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' reference.
* @see #getDescription()
* @generated
*/
void setDescription(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Accept</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Accept</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Accept</em>' reference.
* @see #setAccept(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_Accept()
* @model
* @generated
*/
Code getAccept();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getAccept <em>Accept</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Accept</em>' reference.
* @see #getAccept()
* @generated
*/
void setAccept(Code value);
/**
* Returns the value of the '<em><b>Content Type</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Content 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>Content Type</em>' reference.
* @see #setContentType(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_ContentType()
* @model
* @generated
*/
Code getContentType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getContentType <em>Content Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Content Type</em>' reference.
* @see #getContentType()
* @generated
*/
void setContentType(Code value);
/**
* Returns the value of the '<em><b>Destination</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Destination</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Destination</em>' reference.
* @see #setDestination(org.eclipse.mdht.uml.fhir.core.datatype.Integer)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_Destination()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.Integer getDestination();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getDestination <em>Destination</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Destination</em>' reference.
* @see #getDestination()
* @generated
*/
void setDestination(org.eclipse.mdht.uml.fhir.core.datatype.Integer value);
/**
* Returns the value of the '<em><b>Encode Request Url</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Encode Request Url</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Encode Request Url</em>' reference.
* @see #setEncodeRequestUrl(org.eclipse.mdht.uml.fhir.core.datatype.Boolean)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_EncodeRequestUrl()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.Boolean getEncodeRequestUrl();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getEncodeRequestUrl <em>Encode Request Url</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Encode Request Url</em>' reference.
* @see #getEncodeRequestUrl()
* @generated
*/
void setEncodeRequestUrl(org.eclipse.mdht.uml.fhir.core.datatype.Boolean value);
/**
* Returns the value of the '<em><b>Origin</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Origin</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Origin</em>' reference.
* @see #setOrigin(org.eclipse.mdht.uml.fhir.core.datatype.Integer)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_Origin()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.Integer getOrigin();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getOrigin <em>Origin</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Origin</em>' reference.
* @see #getOrigin()
* @generated
*/
void setOrigin(org.eclipse.mdht.uml.fhir.core.datatype.Integer value);
/**
* Returns the value of the '<em><b>Params</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Params</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Params</em>' reference.
* @see #setParams(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_Params()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getParams();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getParams <em>Params</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Params</em>' reference.
* @see #getParams()
* @generated
*/
void setParams(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Request Header</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperationRequestHeader}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Request Header</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>Request Header</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_RequestHeader()
* @model containment="true"
* @generated
*/
EList<TestScriptSetupSetupActionOperationRequestHeader> getRequestHeaders();
/**
* Returns the value of the '<em><b>Response Id</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Response Id</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Response Id</em>' reference.
* @see #setResponseId(Id)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_ResponseId()
* @model
* @generated
*/
Id getResponseId();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getResponseId <em>Response Id</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Response Id</em>' reference.
* @see #getResponseId()
* @generated
*/
void setResponseId(Id value);
/**
* Returns the value of the '<em><b>Source Id</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Source Id</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Source Id</em>' reference.
* @see #setSourceId(Id)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_SourceId()
* @model
* @generated
*/
Id getSourceId();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getSourceId <em>Source Id</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Source Id</em>' reference.
* @see #getSourceId()
* @generated
*/
void setSourceId(Id value);
/**
* Returns the value of the '<em><b>Target Id</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Target Id</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Target Id</em>' reference.
* @see #setTargetId(Id)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_TargetId()
* @model
* @generated
*/
Id getTargetId();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getTargetId <em>Target Id</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Target Id</em>' reference.
* @see #getTargetId()
* @generated
*/
void setTargetId(Id value);
/**
* Returns the value of the '<em><b>Url</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Url</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Url</em>' reference.
* @see #setUrl(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getTestScriptSetupSetupActionOperation_Url()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getUrl();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.TestScriptSetupSetupActionOperation#getUrl <em>Url</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Url</em>' reference.
* @see #getUrl()
* @generated
*/
void setUrl(org.eclipse.mdht.uml.fhir.core.datatype.String value);
} // TestScriptSetupSetupActionOperation