blob: a26f48153712bc8c5507c8718ad5af669395a88f [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.mdht.uml.fhir.core.datatype.BackboneElement;
import org.eclipse.mdht.uml.fhir.core.datatype.Code;
import org.eclipse.mdht.uml.fhir.core.datatype.Instant;
import org.eclipse.mdht.uml.fhir.core.datatype.Uri;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Bundle Entry Request</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#getMethod <em>Method</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#getUrl <em>Url</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#getIfNoneMatch <em>If None Match</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#getIfModifiedSince <em>If Modified Since</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#getIfMatch <em>If Match</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#getIfNoneExist <em>If None Exist</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getBundleEntryRequest()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='Entry_Request'"
* @generated
*/
public interface BundleEntryRequest extends BackboneElement {
/**
* Returns the value of the '<em><b>Method</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Method</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Method</em>' reference.
* @see #setMethod(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getBundleEntryRequest_Method()
* @model required="true"
* @generated
*/
Code getMethod();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#getMethod <em>Method</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Method</em>' reference.
* @see #getMethod()
* @generated
*/
void setMethod(Code 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(Uri)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getBundleEntryRequest_Url()
* @model required="true"
* @generated
*/
Uri getUrl();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#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(Uri value);
/**
* Returns the value of the '<em><b>If None Match</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>If None Match</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>If None Match</em>' reference.
* @see #setIfNoneMatch(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getBundleEntryRequest_IfNoneMatch()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getIfNoneMatch();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#getIfNoneMatch <em>If None Match</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>If None Match</em>' reference.
* @see #getIfNoneMatch()
* @generated
*/
void setIfNoneMatch(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>If Modified Since</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>If Modified Since</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>If Modified Since</em>' reference.
* @see #setIfModifiedSince(Instant)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getBundleEntryRequest_IfModifiedSince()
* @model
* @generated
*/
Instant getIfModifiedSince();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#getIfModifiedSince <em>If Modified Since</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>If Modified Since</em>' reference.
* @see #getIfModifiedSince()
* @generated
*/
void setIfModifiedSince(Instant value);
/**
* Returns the value of the '<em><b>If Match</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>If Match</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>If Match</em>' reference.
* @see #setIfMatch(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getBundleEntryRequest_IfMatch()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getIfMatch();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#getIfMatch <em>If Match</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>If Match</em>' reference.
* @see #getIfMatch()
* @generated
*/
void setIfMatch(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>If None Exist</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>If None Exist</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>If None Exist</em>' reference.
* @see #setIfNoneExist(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getBundleEntryRequest_IfNoneExist()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getIfNoneExist();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.BundleEntryRequest#getIfNoneExist <em>If None Exist</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>If None Exist</em>' reference.
* @see #getIfNoneExist()
* @generated
*/
void setIfNoneExist(org.eclipse.mdht.uml.fhir.core.datatype.String value);
} // BundleEntryRequest