/** * * * * $Id$ */ package net.opengis.ows11; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Abstract Reference Base Type'. * * * * Base for a reference to a remote or local resource. * This type contains only a restricted and annotated set of the attributes from the xlink:simpleLink attributeGroup. * * *

* The following features are supported: *

*

* * @see net.opengis.ows11.Ows11Package#getAbstractReferenceBaseType() * @model extendedMetaData="name='AbstractReferenceBaseType' kind='empty'" * @generated */ public interface AbstractReferenceBaseType extends EObject { /** * Returns the value of the 'Actuate' attribute. * * * * Although allowed, this attribute is not expected to be useful in this application of xlink:simpleLink. * * @return the value of the 'Actuate' attribute. * @see #setActuate(Object) * @see net.opengis.ows11.Ows11Package#getAbstractReferenceBaseType_Actuate() * @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" * extendedMetaData="kind='attribute' name='actuate' namespace='http://www.w3.org/1999/xlink'" * @generated */ Object getActuate(); /** * Sets the value of the '{@link net.opengis.ows11.AbstractReferenceBaseType#getActuate Actuate}' attribute. * * * @param value the new value of the 'Actuate' attribute. * @see #getActuate() * @generated */ void setActuate(Object value); /** * Returns the value of the 'Arcrole' attribute. * * * * Although allowed, this attribute is not expected to be useful in this application of xlink:simpleLink. * * @return the value of the 'Arcrole' attribute. * @see #setArcrole(Object) * @see net.opengis.ows11.Ows11Package#getAbstractReferenceBaseType_Arcrole() * @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" * extendedMetaData="kind='attribute' name='arcrole' namespace='http://www.w3.org/1999/xlink'" * @generated */ Object getArcrole(); /** * Sets the value of the '{@link net.opengis.ows11.AbstractReferenceBaseType#getArcrole Arcrole}' attribute. * * * @param value the new value of the 'Arcrole' attribute. * @see #getArcrole() * @generated */ void setArcrole(Object value); /** * Returns the value of the 'Href' attribute. * * * * Reference to a remote resource or local payload. A remote resource is typically addressed by a URL. For a local payload (such as a multipart mime message), the xlink:href must start with the prefix cid:. * * @return the value of the 'Href' attribute. * @see #setHref(Object) * @see net.opengis.ows11.Ows11Package#getAbstractReferenceBaseType_Href() * @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" required="true" * extendedMetaData="kind='attribute' name='href' namespace='http://www.w3.org/1999/xlink'" * @generated */ Object getHref(); /** * Sets the value of the '{@link net.opengis.ows11.AbstractReferenceBaseType#getHref Href}' attribute. * * * @param value the new value of the 'Href' attribute. * @see #getHref() * @generated */ void setHref(Object value); /** * Returns the value of the 'Role' attribute. * * * * Reference to a resource that describes the role of this reference. When no value is supplied, no particular role value is to be inferred. * * @return the value of the 'Role' attribute. * @see #setRole(Object) * @see net.opengis.ows11.Ows11Package#getAbstractReferenceBaseType_Role() * @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" * extendedMetaData="kind='attribute' name='role' namespace='http://www.w3.org/1999/xlink'" * @generated */ Object getRole(); /** * Sets the value of the '{@link net.opengis.ows11.AbstractReferenceBaseType#getRole Role}' attribute. * * * @param value the new value of the 'Role' attribute. * @see #getRole() * @generated */ void setRole(Object value); /** * Returns the value of the 'Show' attribute. * * * * Although allowed, this attribute is not expected to be useful in this application of xlink:simpleLink. * * @return the value of the 'Show' attribute. * @see #setShow(Object) * @see net.opengis.ows11.Ows11Package#getAbstractReferenceBaseType_Show() * @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" * extendedMetaData="kind='attribute' name='show' namespace='http://www.w3.org/1999/xlink'" * @generated */ Object getShow(); /** * Sets the value of the '{@link net.opengis.ows11.AbstractReferenceBaseType#getShow Show}' attribute. * * * @param value the new value of the 'Show' attribute. * @see #getShow() * @generated */ void setShow(Object value); /** * Returns the value of the 'Title' attribute. * * * * Describes the meaning of the referenced resource in a human-readable fashion. * * @return the value of the 'Title' attribute. * @see #setTitle(Object) * @see net.opengis.ows11.Ows11Package#getAbstractReferenceBaseType_Title() * @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" * extendedMetaData="kind='attribute' name='title' namespace='http://www.w3.org/1999/xlink'" * @generated */ Object getTitle(); /** * Sets the value of the '{@link net.opengis.ows11.AbstractReferenceBaseType#getTitle Title}' attribute. * * * @param value the new value of the 'Title' attribute. * @see #getTitle() * @generated */ void setTitle(Object value); /** * Returns the value of the 'Type' attribute. * The default value is "simple". * *

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

* * @return the value of the 'Type' attribute. * @see #isSetType() * @see #unsetType() * @see #setType(String) * @see net.opengis.ows11.Ows11Package#getAbstractReferenceBaseType_Type() * @model default="simple" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='type' namespace='##targetNamespace'" * @generated */ String getType(); /** * Sets the value of the '{@link net.opengis.ows11.AbstractReferenceBaseType#getType Type}' attribute. * * * @param value the new value of the 'Type' attribute. * @see #isSetType() * @see #unsetType() * @see #getType() * @generated */ void setType(String value); /** * Unsets the value of the '{@link net.opengis.ows11.AbstractReferenceBaseType#getType Type}' attribute. * * * @see #isSetType() * @see #getType() * @see #setType(String) * @generated */ void unsetType(); /** * Returns whether the value of the '{@link net.opengis.ows11.AbstractReferenceBaseType#getType Type}' attribute is set. * * * @return whether the value of the 'Type' attribute is set. * @see #unsetType() * @see #getType() * @see #setType(String) * @generated */ boolean isSetType(); } // AbstractReferenceBaseType