Interface WSDLType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
WSDLTypeImpl

public interface WSDLType extends EObject
A representation of the model object 'WSDL Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Actuate' attribute.
    Returns the value of the 'Arcrole' attribute.
    Returns the value of the 'Href' attribute.
    Returns the value of the 'Role' attribute.
    Returns the value of the 'Show' attribute.
    Returns the value of the 'Title' attribute.
    Returns the value of the 'Type' attribute.
    boolean
    Returns whether the value of the 'Actuate' attribute is set.
    boolean
    Returns whether the value of the 'Show' attribute is set.
    boolean
    Returns whether the value of the 'Type' attribute is set.
    void
    Sets the value of the 'Actuate' attribute.
    void
    Sets the value of the 'Arcrole' attribute.
    void
    setHref(String value)
    Sets the value of the 'Href' attribute.
    void
    setRole(String value)
    Sets the value of the 'Role' attribute.
    void
    Sets the value of the 'Show' attribute.
    void
    Sets the value of the 'Title' attribute.
    void
    setType(String value)
    Sets the value of the 'Type' attribute.
    void
    Unsets the value of the 'Actuate' attribute.
    void
    Unsets the value of the 'Show' attribute.
    void
    Unsets the value of the 'Type' attribute.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getActuate

      ActuateType getActuate()
      Returns the value of the 'Actuate' attribute. The literals are from the enumeration 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
      Returns:
      the value of the 'Actuate' attribute.
      See Also:
    • setActuate

      void setActuate(ActuateType value)
      Sets the value of the 'Actuate' attribute.
      Parameters:
      value - the new value of the 'Actuate' attribute.
      See Also:
    • unsetActuate

      void unsetActuate()
      Unsets the value of the 'Actuate' attribute.
      See Also:
    • isSetActuate

      boolean isSetActuate()
      Returns whether the value of the 'Actuate' attribute is set.
      Returns:
      whether the value of the 'Actuate' attribute is set.
      See Also:
    • getArcrole

      String getArcrole()
      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...

      Returns:
      the value of the 'Arcrole' attribute.
      See Also:
    • setArcrole

      void setArcrole(String value)
      Sets the value of the 'Arcrole' attribute.
      Parameters:
      value - the new value of the 'Arcrole' attribute.
      See Also:
    • getHref

      String getHref()
      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...

      Returns:
      the value of the 'Href' attribute.
      See Also:
    • setHref

      void setHref(String value)
      Sets the value of the 'Href' attribute.
      Parameters:
      value - the new value of the 'Href' attribute.
      See Also:
    • getRole

      String getRole()
      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...

      Returns:
      the value of the 'Role' attribute.
      See Also:
    • setRole

      void setRole(String value)
      Sets the value of the 'Role' attribute.
      Parameters:
      value - the new value of the 'Role' attribute.
      See Also:
    • getShow

      ShowType getShow()
      Returns the value of the 'Show' attribute. The literals are from the enumeration 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
      Returns:
      the value of the 'Show' attribute.
      See Also:
    • setShow

      void setShow(ShowType value)
      Sets the value of the 'Show' attribute.
      Parameters:
      value - the new value of the 'Show' attribute.
      See Also:
    • unsetShow

      void unsetShow()
      Unsets the value of the 'Show' attribute.
      See Also:
    • isSetShow

      boolean isSetShow()
      Returns whether the value of the 'Show' attribute is set.
      Returns:
      whether the value of the 'Show' attribute is set.
      See Also:
    • getTitle

      String getTitle()
      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...

      Returns:
      the value of the 'Title' attribute.
      See Also:
    • setTitle

      void setTitle(String value)
      Sets the value of the 'Title' attribute.
      Parameters:
      value - the new value of the 'Title' attribute.
      See Also:
    • getType

      String getType()
      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...

      Returns:
      the value of the 'Type' attribute.
      See Also:
    • setType

      void setType(String value)
      Sets the value of the 'Type' attribute.
      Parameters:
      value - the new value of the 'Type' attribute.
      See Also:
    • unsetType

      void unsetType()
      Unsets the value of the 'Type' attribute.
      See Also:
    • isSetType

      boolean isSetType()
      Returns whether the value of the 'Type' attribute is set.
      Returns:
      whether the value of the 'Type' attribute is set.
      See Also: