blob: 070beb41316f2cc323d71dfa24399c4389994498 [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.Address;
import org.eclipse.mdht.uml.fhir.core.datatype.Code;
import org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept;
import org.eclipse.mdht.uml.fhir.core.datatype.ContactPoint;
import org.eclipse.mdht.uml.fhir.core.datatype.Identifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Location</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.Location#getIdentifiers <em>Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getStatus <em>Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getMode <em>Mode</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getTelecoms <em>Telecom</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getAddress <em>Address</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getPhysicalType <em>Physical Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getPosition <em>Position</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getManagingOrganization <em>Managing Organization</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getPartOf <em>Part Of</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getLocation()
* @model
* @generated
*/
public interface Location extends DomainResource {
/**
* Returns the value of the '<em><b>Identifier</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Identifier}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Identifier</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>Identifier</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getLocation_Identifier()
* @model
* @generated
*/
EList<Identifier> getIdentifiers();
/**
* 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#getLocation_Status()
* @model
* @generated
*/
Code getStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Location#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>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#getLocation_Name()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getName();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Location#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>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#getLocation_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.Location#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>Mode</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Mode</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Mode</em>' reference.
* @see #setMode(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getLocation_Mode()
* @model
* @generated
*/
Code getMode();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getMode <em>Mode</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Mode</em>' reference.
* @see #getMode()
* @generated
*/
void setMode(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(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getLocation_Type()
* @model
* @generated
*/
CodeableConcept getType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Location#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>Telecom</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.ContactPoint}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Telecom</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>Telecom</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getLocation_Telecom()
* @model
* @generated
*/
EList<ContactPoint> getTelecoms();
/**
* Returns the value of the '<em><b>Address</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Address</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Address</em>' reference.
* @see #setAddress(Address)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getLocation_Address()
* @model
* @generated
*/
Address getAddress();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getAddress <em>Address</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Address</em>' reference.
* @see #getAddress()
* @generated
*/
void setAddress(Address value);
/**
* Returns the value of the '<em><b>Physical Type</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Physical 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>Physical Type</em>' reference.
* @see #setPhysicalType(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getLocation_PhysicalType()
* @model
* @generated
*/
CodeableConcept getPhysicalType();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getPhysicalType <em>Physical Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Physical Type</em>' reference.
* @see #getPhysicalType()
* @generated
*/
void setPhysicalType(CodeableConcept value);
/**
* Returns the value of the '<em><b>Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Position</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Position</em>' containment reference.
* @see #setPosition(LocationPosition)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getLocation_Position()
* @model containment="true"
* @generated
*/
LocationPosition getPosition();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getPosition <em>Position</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Position</em>' containment reference.
* @see #getPosition()
* @generated
*/
void setPosition(LocationPosition value);
/**
* Returns the value of the '<em><b>Managing Organization</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Managing Organization</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Managing Organization</em>' reference.
* @see #setManagingOrganization(Organization)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getLocation_ManagingOrganization()
* @model
* @generated
*/
Organization getManagingOrganization();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getManagingOrganization <em>Managing Organization</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Managing Organization</em>' reference.
* @see #getManagingOrganization()
* @generated
*/
void setManagingOrganization(Organization value);
/**
* Returns the value of the '<em><b>Part Of</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Part Of</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Part Of</em>' reference.
* @see #setPartOf(Location)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getLocation_PartOf()
* @model
* @generated
*/
Location getPartOf();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Location#getPartOf <em>Part Of</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Part Of</em>' reference.
* @see #getPartOf()
* @generated
*/
void setPartOf(Location value);
} // Location