Package org.w3.xlink

Interface Extended

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    ExtendedImpl

    public interface Extended
    extends EObject
    A representation of the model object 'Extended'. Intended for use as the type of user-declared elements to make them extended links. Note that the elements referenced in the content model are all abstract. The intention is that by simply declaring elements with these as their substitutionGroup, all the right things will happen.

    The following features are supported:

    See Also:
    XlinkPackage.getExtended()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList getArc()
      Returns the value of the 'Arc' containment reference list.
      EList getLocator()
      Returns the value of the 'Locator' containment reference list.
      EList getResource()
      Returns the value of the 'Resource' containment reference list.
      String getRole()
      Returns the value of the 'Role' attribute.
      EList getTitle()
      Returns the value of the 'Title' containment reference list.
      String getTitleAttribute()
      Returns the value of the 'Title1' attribute.
      TypeType getType()
      Returns the value of the 'Type' attribute.
      boolean isSetType()
      Returns whether the value of the 'Type' attribute is set.
      void setRole​(String value)
      Sets the value of the 'Role' attribute.
      void setTitleAttribute​(String value)
      Sets the value of the 'Title Attribute' attribute.
      void setType​(TypeType value)
      Sets the value of the 'Type' attribute.
      void unsetType()
      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 Detail

      • getTitle

        EList getTitle()
        Returns the value of the 'Title' containment reference list. The list contents are of type TitleEltType.

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

        Returns:
        the value of the 'Title' containment reference list.
        See Also:
        XlinkPackage.getExtended_Title()
      • getResource

        EList getResource()
        Returns the value of the 'Resource' containment reference list. The list contents are of type ResourceType.

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

        Returns:
        the value of the 'Resource' containment reference list.
        See Also:
        XlinkPackage.getExtended_Resource()
      • getLocator

        EList getLocator()
        Returns the value of the 'Locator' containment reference list. The list contents are of type LocatorType.

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

        Returns:
        the value of the 'Locator' containment reference list.
        See Also:
        XlinkPackage.getExtended_Locator()
      • getArc

        EList getArc()
        Returns the value of the 'Arc' containment reference list. The list contents are of type ArcType.

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

        Returns:
        the value of the 'Arc' containment reference list.
        See Also:
        XlinkPackage.getExtended_Arc()
      • 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(String), XlinkPackage.getExtended_Role()
      • setRole

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

        String getTitleAttribute()
        Returns the value of the 'Title1' attribute.

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

        Returns:
        the value of the 'Title1' attribute.
        See Also:
        #setTitle1(String), org.w3.xlink.XlinkPackage#getExtended_Title1()
      • setTitleAttribute

        void setTitleAttribute​(String value)
        Sets the value of the 'Title Attribute' attribute.
        Parameters:
        value - the new value of the 'Title Attribute' attribute.
        See Also:
        getTitleAttribute()