/** * * * * $Id$ */ package net.opengis.wfs20; import org.eclipse.emf.ecore.EObject; import org.w3.xlink.ActuateType; import org.w3.xlink.ShowType; /** * * A representation of the model object 'WSDL Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getWSDLType() * @model extendedMetaData="name='WSDL_._type' kind='empty'" * @generated */ public interface WSDLType extends EObject { /** * Returns the value of the 'Actuate' attribute. * The literals are from the enumeration {@link org.w3.xlink.ActuateType}. * * * * * The 'actuate' attribute is used to communicate the desired timing * of traversal from the starting resource to the ending resource; * it's value should be treated as follows: * onLoad - traverse to the ending resource immediately on loading * the starting resource * onRequest - traverse from the starting resource to the ending * resource only on a post-loading event triggered for * this purpose * other - behavior is unconstrained; examine other markup in link * for hints * none - behavior is unconstrained * * * @return the value of the 'Actuate' attribute. * @see org.w3.xlink.ActuateType * @see #isSetActuate() * @see #unsetActuate() * @see #setActuate(ActuateType) * @see net.opengis.wfs20.Wfs20Package#getWSDLType_Actuate() * @model unsettable="true" * extendedMetaData="kind='attribute' name='actuate' namespace='http://www.w3.org/1999/xlink'" * @generated */ ActuateType getActuate(); /** * Sets the value of the '{@link net.opengis.wfs20.WSDLType#getActuate Actuate}' attribute. * * * @param value the new value of the 'Actuate' attribute. * @see org.w3.xlink.ActuateType * @see #isSetActuate() * @see #unsetActuate() * @see #getActuate() * @generated */ void setActuate(ActuateType value); /** * Unsets the value of the '{@link net.opengis.wfs20.WSDLType#getActuate Actuate}' attribute. * * * @see #isSetActuate() * @see #getActuate() * @see #setActuate(ActuateType) * @generated */ void unsetActuate(); /** * Returns whether the value of the '{@link net.opengis.wfs20.WSDLType#getActuate Actuate}' attribute is set. * * * @return whether the value of the 'Actuate' attribute is set. * @see #unsetActuate() * @see #getActuate() * @see #setActuate(ActuateType) * @generated */ boolean isSetActuate(); /** * Returns the value of the 'Arcrole' attribute. * *

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

* * @return the value of the 'Arcrole' attribute. * @see #setArcrole(String) * @see net.opengis.wfs20.Wfs20Package#getWSDLType_Arcrole() * @model dataType="org.eclipse.emf.ecore.xml.type.AnyURI" * extendedMetaData="kind='attribute' name='arcrole' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getArcrole(); /** * Sets the value of the '{@link net.opengis.wfs20.WSDLType#getArcrole Arcrole}' attribute. * * * @param value the new value of the 'Arcrole' attribute. * @see #getArcrole() * @generated */ void setArcrole(String value); /** * Returns the value of the 'Href' attribute. * *

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

* * @return the value of the 'Href' attribute. * @see #setHref(String) * @see net.opengis.wfs20.Wfs20Package#getWSDLType_Href() * @model dataType="org.eclipse.emf.ecore.xml.type.AnyURI" * extendedMetaData="kind='attribute' name='href' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getHref(); /** * Sets the value of the '{@link net.opengis.wfs20.WSDLType#getHref Href}' attribute. * * * @param value the new value of the 'Href' attribute. * @see #getHref() * @generated */ void setHref(String value); /** * Returns the value of the 'Role' attribute. * *

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

* * @return the value of the 'Role' attribute. * @see #setRole(String) * @see net.opengis.wfs20.Wfs20Package#getWSDLType_Role() * @model dataType="org.eclipse.emf.ecore.xml.type.AnyURI" * extendedMetaData="kind='attribute' name='role' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getRole(); /** * Sets the value of the '{@link net.opengis.wfs20.WSDLType#getRole Role}' attribute. * * * @param value the new value of the 'Role' attribute. * @see #getRole() * @generated */ void setRole(String value); /** * Returns the value of the 'Show' attribute. * The literals are from the enumeration {@link org.w3.xlink.ShowType}. * * * * * The 'show' attribute is used to communicate the desired presentation * of the ending resource on traversal from the starting resource; it's * value should be treated as follows: * new - load ending resource in a new window, frame, pane, or other * presentation context * replace - load the resource in the same window, frame, pane, or * other presentation context * embed - load ending resource in place of the presentation of the * starting resource * other - behavior is unconstrained; examine other markup in the * link for hints * none - behavior is unconstrained * * * @return the value of the 'Show' attribute. * @see org.w3.xlink.ShowType * @see #isSetShow() * @see #unsetShow() * @see #setShow(ShowType) * @see net.opengis.wfs20.Wfs20Package#getWSDLType_Show() * @model unsettable="true" * extendedMetaData="kind='attribute' name='show' namespace='http://www.w3.org/1999/xlink'" * @generated */ ShowType getShow(); /** * Sets the value of the '{@link net.opengis.wfs20.WSDLType#getShow Show}' attribute. * * * @param value the new value of the 'Show' attribute. * @see org.w3.xlink.ShowType * @see #isSetShow() * @see #unsetShow() * @see #getShow() * @generated */ void setShow(ShowType value); /** * Unsets the value of the '{@link net.opengis.wfs20.WSDLType#getShow Show}' attribute. * * * @see #isSetShow() * @see #getShow() * @see #setShow(ShowType) * @generated */ void unsetShow(); /** * Returns whether the value of the '{@link net.opengis.wfs20.WSDLType#getShow Show}' attribute is set. * * * @return whether the value of the 'Show' attribute is set. * @see #unsetShow() * @see #getShow() * @see #setShow(ShowType) * @generated */ boolean isSetShow(); /** * Returns the value of the 'Title' attribute. * *

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

* * @return the value of the 'Title' attribute. * @see #setTitle(String) * @see net.opengis.wfs20.Wfs20Package#getWSDLType_Title() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='title' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getTitle(); /** * Sets the value of the '{@link net.opengis.wfs20.WSDLType#getTitle Title}' attribute. * * * @param value the new value of the 'Title' attribute. * @see #getTitle() * @generated */ void setTitle(String 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.wfs20.Wfs20Package#getWSDLType_Type() * @model default="simple" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='type' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getType(); /** * Sets the value of the '{@link net.opengis.wfs20.WSDLType#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.wfs20.WSDLType#getType Type}' attribute. * * * @see #isSetType() * @see #getType() * @see #setType(String) * @generated */ void unsetType(); /** * Returns whether the value of the '{@link net.opengis.wfs20.WSDLType#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(); } // WSDLType