Package cds.savot.model
Class SavotLink
- java.lang.Object
-
- cds.savot.model.SavotBase
-
- cds.savot.model.MarkupComment
-
- cds.savot.model.SavotLink
-
- All Implemented Interfaces:
IDSupport,SimpleTypes
public final class SavotLink extends MarkupComment implements IDSupport
Link element
- Author:
- Andre Schaaff
-
-
Field Summary
-
Fields inherited from interface cds.savot.model.SimpleTypes
ACTUAL, BARYCENTRIC, BASE64, BIT, BOOLEAN, CHAR, COOSYSSYSTEM, DATATYPE, DOC, DOUBLE, DOUBLECOMPLEX, DYNAMIC, ECL_FK4, ECL_FK5, ENCODINGTYPE, EQ_FK4, EQ_FK5, FIELDTYPE, FLOAT, FLOATCOMPLEX, GALACTIC, GEO_APP, GZIP, HIDDEN, HINTS, ICRS, INT, LEGAL, LINKCONTENT_ROLE, LOCATION, LONG, META, NO, NO_QUERY, NONE, ONLOAD, ONREQUEST, OTHER, QUERY, RESOURCETYPE, RESULTS, SHORT, STREAMACTUATE, SUPERGALACTIC, TRIGGER, UNICODECHAR, UNSIGNEDBYTE, VALUESTYPE, version, XY, YES, YESNO
-
-
Constructor Summary
Constructors Constructor Description SavotLink()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAction()Get action attributejava.lang.StringgetContent()Get contentjava.lang.StringgetContentRole()Get contentRole attributejava.lang.StringgetContentType()Get contentType attributejava.lang.StringgetGref()Get gref attribute removed in VOTable 1.1java.lang.StringgetHref()Get href attributejava.lang.StringgetId()Get ID attributejava.lang.StringgetTitle()Get title attributejava.lang.StringgetValue()Get value attributevoidsetAction(java.lang.String action)Set action attributevoidsetContent(java.lang.String content)Set contentvoidsetContentRole(java.lang.String contentRole)Set contentRole attributevoidsetContentType(java.lang.String contentType)Set contentType attributevoidsetGref(java.lang.String gref)Set gref attribute removed in VOTable 1.1voidsetHref(java.lang.String href)Set href attributevoidsetId(java.lang.String id)Set ID attributevoidsetTitle(java.lang.String title)Set title attributevoidsetValue(java.lang.String value)Set value attribute-
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
-
-
-
Method Detail
-
setContent
public void setContent(java.lang.String content)
Set content- Parameters:
content-
-
getContent
public java.lang.String getContent()
Get content- Returns:
- String
-
setId
public void setId(java.lang.String id)
Set ID attribute
-
getId
public java.lang.String getId()
Get ID attribute
-
setContentRole
public void setContentRole(java.lang.String contentRole)
Set contentRole attribute- Parameters:
contentRole- (query, hints, doc, location)
-
getContentRole
public java.lang.String getContentRole()
Get contentRole attribute- Returns:
- String
-
setContentType
public void setContentType(java.lang.String contentType)
Set contentType attribute- Parameters:
contentType-
-
getContentType
public java.lang.String getContentType()
Get contentType attribute- Returns:
- String
-
setTitle
public void setTitle(java.lang.String title)
Set title attribute- Parameters:
title-
-
getTitle
public java.lang.String getTitle()
Get title attribute- Returns:
- String
-
setValue
public void setValue(java.lang.String value)
Set value attribute- Parameters:
value-
-
getValue
public java.lang.String getValue()
Get value attribute- Returns:
- String
-
setHref
public void setHref(java.lang.String href)
Set href attribute- Parameters:
href-
-
getHref
public java.lang.String getHref()
Get href attribute- Returns:
- String
-
setGref
public void setGref(java.lang.String gref)
Set gref attribute removed in VOTable 1.1- Parameters:
gref-
-
getGref
public java.lang.String getGref()
Get gref attribute removed in VOTable 1.1- Returns:
- String
-
setAction
public void setAction(java.lang.String action)
Set action attribute- Parameters:
action-
-
getAction
public java.lang.String getAction()
Get action attribute- Returns:
- String
-
-