Package org.w3.xlink

Interface LocatorType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getHref()
      Returns the value of the 'Href' attribute.
      String getLabel()
      Returns the value of the 'Label' attribute.
      String getRole()
      Returns the value of the 'Role' attribute.
      EList getTitle()
      Returns the value of the 'Title' containment reference list.
      String getTitle1()
      Returns the value of the 'Title1' attribute.
      FeatureMap getTitleGroup()
      Returns the value of the 'Title Group' attribute list.
      TypeType getType()
      Returns the value of the 'Type' attribute.
      boolean isSetType()
      Returns whether the value of the 'Type' attribute is set.
      void setHref​(String value)
      Sets the value of the 'Href' attribute.
      void setLabel​(String value)
      Sets the value of the 'Label' attribute.
      void setRole​(String value)
      Sets the value of the 'Role' attribute.
      void setTitle1​(String value)
      Sets the value of the 'Title1' 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

      • getTitleGroup

        FeatureMap getTitleGroup()
        Returns the value of the 'Title Group' attribute list. The list contents are of type FeatureMap.Entry.

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

        Returns:
        the value of the 'Title Group' attribute list.
        See Also:
        XlinkPackage.getLocatorType_TitleGroup()
      • 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.getLocatorType_Title()
      • 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(String), XlinkPackage.getLocatorType_Href()
      • setHref

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

        void setLabel​(String value)
        Sets the value of the 'Label' attribute.
        Parameters:
        value - the new value of the 'Label' attribute.
        See Also:
        getLabel()
      • 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.getLocatorType_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()
      • getTitle1

        String getTitle1()
        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), XlinkPackage.getLocatorType_Title1()
      • setTitle1

        void setTitle1​(String value)
        Sets the value of the 'Title1' attribute.
        Parameters:
        value - the new value of the 'Title1' attribute.
        See Also:
        getTitle1()