/** * * * * $Id$ */ package net.opengis.ows10; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'DCP Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.ows10.Ows10Package#getDCPType() * @model extendedMetaData="name='DCP_._type' kind='elementOnly'" * @generated */ public interface DCPType extends EObject { /** * Returns the value of the 'HTTP' containment reference. * *

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

* * @return the value of the 'HTTP' containment reference. * @see #setHTTP(HTTPType) * @see net.opengis.ows10.Ows10Package#getDCPType_HTTP() * @model containment="true" * extendedMetaData="kind='element' name='HTTP' namespace='##targetNamespace'" * @generated */ HTTPType getHTTP(); /** * Sets the value of the '{@link net.opengis.ows10.DCPType#getHTTP HTTP}' containment reference. * * * @param value the new value of the 'HTTP' containment reference. * @see #getHTTP() * @generated */ void setHTTP(HTTPType value); } // DCPType