blob: b6fff01f789f759011be22ab467afd6422a05fc8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2011 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.mdht.uml.hl7.datatypes;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>II</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.hl7.datatypes.II#getRoot <em>Root</em>}</li>
* <li>{@link org.eclipse.mdht.uml.hl7.datatypes.II#getExtension <em>Extension</em>}</li>
* <li>{@link org.eclipse.mdht.uml.hl7.datatypes.II#getAssigningAuthorityName <em>Assigning Authority Name</em>}</li>
* <li>{@link org.eclipse.mdht.uml.hl7.datatypes.II#getDisplayable <em>Displayable</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.hl7.datatypes.DatatypesPackage#getII()
* @model
* @generated
*/
public interface II extends ANY {
/**
* Returns the value of the '<em><b>Root</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Root</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Root</em>' attribute.
* @see #setRoot(String)
* @see org.eclipse.mdht.uml.hl7.datatypes.DatatypesPackage#getII_Root()
* @model dataType="org.eclipse.mdht.uml.hl7.datatypes.uid" ordered="false"
* @generated
*/
String getRoot();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.hl7.datatypes.II#getRoot <em>Root</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Root</em>' attribute.
* @see #getRoot()
* @generated
*/
void setRoot(String value);
/**
* Returns the value of the '<em><b>Extension</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Extension</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Extension</em>' attribute.
* @see #setExtension(String)
* @see org.eclipse.mdht.uml.hl7.datatypes.DatatypesPackage#getII_Extension()
* @model dataType="org.eclipse.mdht.uml.hl7.datatypes.stType" ordered="false"
* @generated
*/
String getExtension();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.hl7.datatypes.II#getExtension <em>Extension</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Extension</em>' attribute.
* @see #getExtension()
* @generated
*/
void setExtension(String value);
/**
* Returns the value of the '<em><b>Assigning Authority Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Assigning Authority Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Assigning Authority Name</em>' attribute.
* @see #setAssigningAuthorityName(String)
* @see org.eclipse.mdht.uml.hl7.datatypes.DatatypesPackage#getII_AssigningAuthorityName()
* @model dataType="org.eclipse.mdht.uml.hl7.datatypes.stType" ordered="false"
* @generated
*/
String getAssigningAuthorityName();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.hl7.datatypes.II#getAssigningAuthorityName <em>Assigning Authority Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Assigning Authority Name</em>' attribute.
* @see #getAssigningAuthorityName()
* @generated
*/
void setAssigningAuthorityName(String value);
/**
* Returns the value of the '<em><b>Displayable</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Displayable</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Displayable</em>' attribute.
* @see #setDisplayable(Boolean)
* @see org.eclipse.mdht.uml.hl7.datatypes.DatatypesPackage#getII_Displayable()
* @model ordered="false"
* @generated
*/
Boolean getDisplayable();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.hl7.datatypes.II#getDisplayable <em>Displayable</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Displayable</em>' attribute.
* @see #getDisplayable()
* @generated
*/
void setDisplayable(Boolean value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='self.isNullFlavorDefined() or self.isDefined(\'root\')'"
* @generated
*/
boolean validateII(DiagnosticChain diagnostics, Map<Object, Object> context);
} // II