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:
    Wps10Package.getWSDLType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getHref()
      Returns the value of the 'Href' attribute.
      void setHref​(String value)
      Sets the value of the 'Href' 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 Detail

      • setHref

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