blob: 9812a9f66d9c8755d42d038e87fe2c8e9c869749 [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.ContactPoint;
import org.eclipse.mdht.uml.fhir.core.datatype.Uri;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Message Header Message Source</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.MessageHeaderMessageSource#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.MessageHeaderMessageSource#getSoftware <em>Software</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.MessageHeaderMessageSource#getVersion <em>Version</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.MessageHeaderMessageSource#getContact <em>Contact</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.MessageHeaderMessageSource#getEndpoint <em>Endpoint</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getMessageHeaderMessageSource()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='MessageHeader_MessageSource'"
* @generated
*/
public interface MessageHeaderMessageSource extends BackboneElement {
/**
* 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#getMessageHeaderMessageSource_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.MessageHeaderMessageSource#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>Software</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Software</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Software</em>' reference.
* @see #setSoftware(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getMessageHeaderMessageSource_Software()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getSoftware();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.MessageHeaderMessageSource#getSoftware <em>Software</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Software</em>' reference.
* @see #getSoftware()
* @generated
*/
void setSoftware(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Version</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Version</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Version</em>' reference.
* @see #setVersion(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getMessageHeaderMessageSource_Version()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getVersion();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.MessageHeaderMessageSource#getVersion <em>Version</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Version</em>' reference.
* @see #getVersion()
* @generated
*/
void setVersion(org.eclipse.mdht.uml.fhir.core.datatype.String value);
/**
* Returns the value of the '<em><b>Contact</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Contact</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Contact</em>' reference.
* @see #setContact(ContactPoint)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getMessageHeaderMessageSource_Contact()
* @model
* @generated
*/
ContactPoint getContact();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.MessageHeaderMessageSource#getContact <em>Contact</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Contact</em>' reference.
* @see #getContact()
* @generated
*/
void setContact(ContactPoint value);
/**
* Returns the value of the '<em><b>Endpoint</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Endpoint</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Endpoint</em>' reference.
* @see #setEndpoint(Uri)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getMessageHeaderMessageSource_Endpoint()
* @model required="true"
* @generated
*/
Uri getEndpoint();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.MessageHeaderMessageSource#getEndpoint <em>Endpoint</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Endpoint</em>' reference.
* @see #getEndpoint()
* @generated
*/
void setEndpoint(Uri value);
} // MessageHeaderMessageSource