blob: f825a26bab31f274debf261b86729b6f9ae112bf [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.Uri;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Implementation Guide Page</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImplementationGuidePage#getSource <em>Source</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImplementationGuidePage#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImplementationGuidePage#getKind <em>Kind</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImplementationGuidePage#getTypes <em>Type</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImplementationGuidePage#getPackages <em>Package</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImplementationGuidePage#getFormat <em>Format</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.ImplementationGuidePage#getPages <em>Page</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImplementationGuidePage()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='ImplementationGuide_Page'"
* @generated
*/
public interface ImplementationGuidePage extends BackboneElement {
/**
* Returns the value of the '<em><b>Source</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Source</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</em>' reference.
* @see #setSource(Uri)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImplementationGuidePage_Source()
* @model required="true"
* @generated
*/
Uri getSource();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ImplementationGuidePage#getSource <em>Source</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Source</em>' reference.
* @see #getSource()
* @generated
*/
void setSource(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#getImplementationGuidePage_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.ImplementationGuidePage#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>Kind</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Kind</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Kind</em>' reference.
* @see #setKind(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImplementationGuidePage_Kind()
* @model required="true"
* @generated
*/
Code getKind();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ImplementationGuidePage#getKind <em>Kind</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Kind</em>' reference.
* @see #getKind()
* @generated
*/
void setKind(Code value);
/**
* Returns the value of the '<em><b>Type</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>Type</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>Type</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImplementationGuidePage_Type()
* @model
* @generated
*/
EList<Code> getTypes();
/**
* Returns the value of the '<em><b>Package</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Package</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>Package</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImplementationGuidePage_Package()
* @model
* @generated
*/
EList<org.eclipse.mdht.uml.fhir.core.datatype.String> getPackages();
/**
* Returns the value of the '<em><b>Format</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Format</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Format</em>' reference.
* @see #setFormat(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImplementationGuidePage_Format()
* @model
* @generated
*/
Code getFormat();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.ImplementationGuidePage#getFormat <em>Format</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Format</em>' reference.
* @see #getFormat()
* @generated
*/
void setFormat(Code value);
/**
* Returns the value of the '<em><b>Page</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ImplementationGuidePage}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Page</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>Page</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getImplementationGuidePage_Page()
* @model containment="true"
* @generated
*/
EList<ImplementationGuidePage> getPages();
} // ImplementationGuidePage