blob: b2f02237481fab938777ab365ef99881e52fee6e [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.Code;
import org.eclipse.mdht.uml.fhir.core.datatype.DateTime;
import org.eclipse.mdht.uml.fhir.core.datatype.Uri;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Search Parameter</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getUrl <em>Url</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getStatus <em>Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getExperimental <em>Experimental</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getPublisher <em>Publisher</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getContacts <em>Contact</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getDate <em>Date</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getRequirements <em>Requirements</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getCode <em>Code</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getBase <em>Base</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getXpath <em>Xpath</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getXpathUsage <em>Xpath Usage</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getTargets <em>Target</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter()
* @model
* @generated
*/
public interface SearchParameter extends DomainResource {
/**
* 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#getSearchParameter_Url()
* @model required="true"
* @generated
*/
Uri getUrl();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#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>Name</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Name</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Name</em>' reference.
* @see #setName(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Name()
* @model required="true"
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getName();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getName <em>Name</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' reference.
* @see #getName()
* @generated
*/
void setName(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Status</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Status</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Status</em>' reference.
* @see #setStatus(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Status()
* @model
* @generated
*/
Code getStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getStatus <em>Status</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Status</em>' reference.
* @see #getStatus()
* @generated
*/
void setStatus(Code value);
/**
* Returns the value of the '<em><b>Experimental</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Experimental</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Experimental</em>' reference.
* @see #setExperimental(org.eclipse.mdht.uml.fhir.core.datatype.Boolean)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Experimental()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.Boolean getExperimental();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getExperimental <em>Experimental</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Experimental</em>' reference.
* @see #getExperimental()
* @generated
*/
void setExperimental(org.eclipse.mdht.uml.fhir.core.datatype.Boolean value);
/**
* Returns the value of the '<em><b>Publisher</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Publisher</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Publisher</em>' reference.
* @see #setPublisher(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Publisher()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getPublisher();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getPublisher <em>Publisher</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Publisher</em>' reference.
* @see #getPublisher()
* @generated
*/
void setPublisher(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Contact</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameterContact}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Contact</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>Contact</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Contact()
* @model containment="true"
* @generated
*/
EList<SearchParameterContact> getContacts();
/**
* Returns the value of the '<em><b>Date</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Date</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Date</em>' reference.
* @see #setDate(DateTime)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Date()
* @model
* @generated
*/
DateTime getDate();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getDate <em>Date</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Date</em>' reference.
* @see #getDate()
* @generated
*/
void setDate(DateTime value);
/**
* Returns the value of the '<em><b>Requirements</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Requirements</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Requirements</em>' reference.
* @see #setRequirements(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Requirements()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getRequirements();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getRequirements <em>Requirements</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Requirements</em>' reference.
* @see #getRequirements()
* @generated
*/
void setRequirements(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Code</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Code</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Code</em>' reference.
* @see #setCode(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Code()
* @model required="true"
* @generated
*/
Code getCode();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getCode <em>Code</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Code</em>' reference.
* @see #getCode()
* @generated
*/
void setCode(Code value);
/**
* Returns the value of the '<em><b>Base</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base</em>' reference.
* @see #setBase(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Base()
* @model required="true"
* @generated
*/
Code getBase();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getBase <em>Base</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base</em>' reference.
* @see #getBase()
* @generated
*/
void setBase(Code 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(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Type()
* @model required="true"
* @generated
*/
Code getType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#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(Code 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#getSearchParameter_Description()
* @model required="true"
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getDescription();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#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>Xpath</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Xpath</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Xpath</em>' reference.
* @see #setXpath(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Xpath()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getXpath();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getXpath <em>Xpath</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Xpath</em>' reference.
* @see #getXpath()
* @generated
*/
void setXpath(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Xpath Usage</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Xpath Usage</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Xpath Usage</em>' reference.
* @see #setXpathUsage(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_XpathUsage()
* @model
* @generated
*/
Code getXpathUsage();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.SearchParameter#getXpathUsage <em>Xpath Usage</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Xpath Usage</em>' reference.
* @see #getXpathUsage()
* @generated
*/
void setXpathUsage(Code value);
/**
* Returns the value of the '<em><b>Target</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Code}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Target</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>Target</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getSearchParameter_Target()
* @model
* @generated
*/
EList<Code> getTargets();
} // SearchParameter