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.String
getAction()
Get action attributejava.lang.String
getContent()
Get contentjava.lang.String
getContentRole()
Get contentRole attributejava.lang.String
getContentType()
Get contentType attributejava.lang.String
getGref()
Get gref attribute removed in VOTable 1.1java.lang.String
getHref()
Get href attributejava.lang.String
getId()
Get ID attributejava.lang.String
getTitle()
Get title attributejava.lang.String
getValue()
Get value attributevoid
setAction(java.lang.String action)
Set action attributevoid
setContent(java.lang.String content)
Set contentvoid
setContentRole(java.lang.String contentRole)
Set contentRole attributevoid
setContentType(java.lang.String contentType)
Set contentType attributevoid
setGref(java.lang.String gref)
Set gref attribute removed in VOTable 1.1void
setHref(java.lang.String href)
Set href attributevoid
setId(java.lang.String id)
Set ID attributevoid
setTitle(java.lang.String title)
Set title attributevoid
setValue(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
-
-