/** */ package org.eclipse.emf.texo.client.model.response; import org.eclipse.emf.common.util.EMap; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Document Root</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.emf.texo.client.model.response.DocumentRoot#getMixed <em>Mixed</em>}</li> * <li>{@link org.eclipse.emf.texo.client.model.response.DocumentRoot#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}</li> * <li>{@link org.eclipse.emf.texo.client.model.response.DocumentRoot#getXSISchemaLocation <em>XSI Schema Location</em>}</li> * <li>{@link org.eclipse.emf.texo.client.model.response.DocumentRoot#getError <em>Error</em>}</li> * <li>{@link org.eclipse.emf.texo.client.model.response.DocumentRoot#getResponse <em>Response</em>}</li> * <li>{@link org.eclipse.emf.texo.client.model.response.DocumentRoot#getResult <em>Result</em>}</li> * </ul> * </p> * * @see org.eclipse.emf.texo.client.model.response.ResponsePackage#getDocumentRoot() * @model extendedMetaData="name='' kind='mixed'" * @generated */ public interface DocumentRoot extends EObject { /** * Returns the value of the '<em><b>Mixed</b></em>' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Mixed</em>' attribute list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Mixed</em>' attribute list. * @see org.eclipse.emf.texo.client.model.response.ResponsePackage#getDocumentRoot_Mixed() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='elementWildcard' name=':mixed'" * annotation="org.eclipse.emf.texo java.member='mixed'" * @generated */ FeatureMap getMixed(); /** * Returns the value of the '<em><b>XMLNS Prefix Map</b></em>' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>XMLNS Prefix Map</em>' map isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>XMLNS Prefix Map</em>' map. * @see org.eclipse.emf.texo.client.model.response.ResponsePackage#getDocumentRoot_XMLNSPrefixMap() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true" * extendedMetaData="kind='attribute' name='xmlns:prefix'" * annotation="org.eclipse.emf.texo java.member='xMLNSPrefixMap'" * @generated */ EMap<String, String> getXMLNSPrefixMap(); /** * Returns the value of the '<em><b>XSI Schema Location</b></em>' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>XSI Schema Location</em>' map isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>XSI Schema Location</em>' map. * @see org.eclipse.emf.texo.client.model.response.ResponsePackage#getDocumentRoot_XSISchemaLocation() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true" * extendedMetaData="kind='attribute' name='xsi:schemaLocation'" * annotation="org.eclipse.emf.texo java.member='xSISchemaLocation'" * @generated */ EMap<String, String> getXSISchemaLocation(); /** * Returns the value of the '<em><b>Error</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Error</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Error</em>' containment reference. * @see #setError(ErrorType) * @see org.eclipse.emf.texo.client.model.response.ResponsePackage#getDocumentRoot_Error() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='error' namespace='##targetNamespace'" * annotation="org.eclipse.emf.texo java.member='error'" * @generated */ ErrorType getError(); /** * Sets the value of the '{@link org.eclipse.emf.texo.client.model.response.DocumentRoot#getError <em>Error</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Error</em>' containment reference. * @see #getError() * @generated */ void setError(ErrorType value); /** * Returns the value of the '<em><b>Response</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Response</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Response</em>' containment reference. * @see #setResponse(ResponseType) * @see org.eclipse.emf.texo.client.model.response.ResponsePackage#getDocumentRoot_Response() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='response' namespace='##targetNamespace'" * annotation="org.eclipse.emf.texo java.member='response'" * @generated */ ResponseType getResponse(); /** * Sets the value of the '{@link org.eclipse.emf.texo.client.model.response.DocumentRoot#getResponse <em>Response</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Response</em>' containment reference. * @see #getResponse() * @generated */ void setResponse(ResponseType value); /** * Returns the value of the '<em><b>Result</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Result</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Result</em>' containment reference. * @see #setResult(ResultType) * @see org.eclipse.emf.texo.client.model.response.ResponsePackage#getDocumentRoot_Result() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='result' namespace='##targetNamespace'" * annotation="org.eclipse.emf.texo java.member='result'" * @generated */ ResultType getResult(); /** * Sets the value of the '{@link org.eclipse.emf.texo.client.model.response.DocumentRoot#getResult <em>Result</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Result</em>' containment reference. * @see #getResult() * @generated */ void setResult(ResultType value); } // DocumentRoot