All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openhealthtools.mdht.uml.cda.DocumentRoot Maven / Gradle / Ivy

/*******************************************************************************
 * 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.openhealthtools.mdht.uml.cda;

import org.eclipse.emf.common.util.EMap;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.FeatureMap;

/**
 * 
 * A representation of the model object 'Document Root'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openhealthtools.mdht.uml.cda.DocumentRoot#getMixed Mixed}
  • *
  • {@link org.openhealthtools.mdht.uml.cda.DocumentRoot#getXMLNSPrefixMap XMLNS Prefix Map}
  • *
  • {@link org.openhealthtools.mdht.uml.cda.DocumentRoot#getXSISchemaLocation XSI Schema Location}
  • *
  • {@link org.openhealthtools.mdht.uml.cda.DocumentRoot#getClinicalDocument Clinical Document}
  • *
*

* * @see org.openhealthtools.mdht.uml.cda.CDAPackage#getDocumentRoot() * @model extendedMetaData="kind='mixed' name=''" * @generated */ public interface DocumentRoot extends EObject { /** * Returns the value of the 'Mixed' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

* If the meaning of the 'Mixed' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Mixed' attribute list. * @see org.openhealthtools.mdht.uml.cda.CDAPackage#getDocumentRoot_Mixed() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="name=':mixed' kind='elementWildcard'" * @generated */ FeatureMap getMixed(); /** * Returns the value of the 'XMLNS Prefix Map' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * *

* If the meaning of the 'XMLNS Prefix Map' map isn't clear, * there really should be more of a description here... *

* * @return the value of the 'XMLNS Prefix Map' map. * @see org.openhealthtools.mdht.uml.cda.CDAPackage#getDocumentRoot_XMLNSPrefixMap() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" * extendedMetaData="name='xmlns:prefix' kind='attribute'" * @generated */ EMap getXMLNSPrefixMap(); /** * Returns the value of the 'XSI Schema Location' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * *

* If the meaning of the 'XSI Schema Location' map isn't clear, * there really should be more of a description here... *

* * @return the value of the 'XSI Schema Location' map. * @see org.openhealthtools.mdht.uml.cda.CDAPackage#getDocumentRoot_XSISchemaLocation() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" * extendedMetaData="name='xsi:schemaLocation' kind='attribute'" * @generated */ EMap getXSISchemaLocation(); /** * Returns the value of the 'Clinical Document' containment reference. * *

* If the meaning of the 'Clinical Document' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Clinical Document' containment reference. * @see #setClinicalDocument(ClinicalDocument) * @see org.openhealthtools.mdht.uml.cda.CDAPackage#getDocumentRoot_ClinicalDocument() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="name='ClinicalDocument' namespace='##targetNamespace' kind='element'" * @generated */ ClinicalDocument getClinicalDocument(); /** * Sets the value of the '{@link org.openhealthtools.mdht.uml.cda.DocumentRoot#getClinicalDocument Clinical Document}' containment reference. * * * @param value the new value of the 'Clinical Document' containment reference. * @see #getClinicalDocument() * @generated */ void setClinicalDocument(ClinicalDocument value); } // DocumentRoot




© 2015 - 2024 Weber Informatics LLC | Privacy Policy