Class SavotLink

All Implemented Interfaces:
IDSupport, SimpleTypes

public final class SavotLink extends MarkupComment implements IDSupport

Link element

Author:
Andre Schaaff
  • Constructor Details

    • SavotLink

      public SavotLink()
      Constructor
  • Method Details

    • setContent

      public void setContent(String content)
      Set content
      Parameters:
      content -
    • getContent

      public String getContent()
      Get content
      Returns:
      String
    • setId

      public void setId(String id)
      Set ID attribute
      Specified by:
      setId in interface IDSupport
      Parameters:
      id -
    • getId

      public String getId()
      Get ID attribute
      Specified by:
      getId in interface IDSupport
      Returns:
      String
    • setContentRole

      public void setContentRole(String contentRole)
      Set contentRole attribute
      Parameters:
      contentRole - (query, hints, doc, location)
    • getContentRole

      public String getContentRole()
      Get contentRole attribute
      Returns:
      String
    • setContentType

      public void setContentType(String contentType)
      Set contentType attribute
      Parameters:
      contentType -
    • getContentType

      public String getContentType()
      Get contentType attribute
      Returns:
      String
    • setTitle

      public void setTitle(String title)
      Set title attribute
      Parameters:
      title -
    • getTitle

      public String getTitle()
      Get title attribute
      Returns:
      String
    • setValue

      public void setValue(String value)
      Set value attribute
      Parameters:
      value -
    • getValue

      public String getValue()
      Get value attribute
      Returns:
      String
    • setHref

      public void setHref(String href)
      Set href attribute
      Parameters:
      href -
    • getHref

      public String getHref()
      Get href attribute
      Returns:
      String
    • setGref

      public void setGref(String gref)
      Set gref attribute removed in VOTable 1.1
      Parameters:
      gref -
    • getGref

      public String getGref()
      Get gref attribute removed in VOTable 1.1
      Returns:
      String
    • setAction

      public void setAction(String action)
      Set action attribute
      Parameters:
      action -
    • getAction

      public String getAction()
      Get action attribute
      Returns:
      String