blob: 8f21eddef7aabcff1a9acb42b9fdb605c3d91895 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
import java.lang.String;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Sampled Data Data Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.SampledDataDataType#getValue <em>Value</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getSampledDataDataType()
* @model extendedMetaData="name='SampledDataDataType' kind='elementOnly'"
* @generated
*/
public interface SampledDataDataType extends Element {
/**
* Returns the value of the '<em><b>Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value</em>' attribute.
* @see #setValue(String)
* @see org.hl7.fhir.FhirPackage#getSampledDataDataType_Value()
* @model dataType="org.hl7.fhir.SampledDataDataTypePrimitive"
* extendedMetaData="kind='attribute' name='value'"
* @generated
*/
String getValue();
/**
* Sets the value of the '{@link org.hl7.fhir.SampledDataDataType#getValue <em>Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Value</em>' attribute.
* @see #getValue()
* @generated
*/
void setValue(String value);
} // SampledDataDataType