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
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 -
Method Summary
Modifier and TypeMethodDescriptionGet action attributeGet contentGet contentRole attributeGet contentType attributegetGref()
Get gref attribute removed in VOTable 1.1getHref()
Get href attributegetId()
Get ID attributegetTitle()
Get title attributegetValue()
Get value attributevoid
Set action attributevoid
setContent
(String content) Set contentvoid
setContentRole
(String contentRole) Set contentRole attributevoid
setContentType
(String contentType) Set contentType attributevoid
Set gref attribute removed in VOTable 1.1void
Set href attributevoid
Set ID attributevoid
Set title attributevoid
Set value attributeMethods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
Constructor Details
-
SavotLink
public SavotLink()Constructor
-
-
Method Details
-
setContent
Set content- Parameters:
content
-
-
getContent
Get content- Returns:
- String
-
setId
Set ID attribute -
getId
Get ID attribute -
setContentRole
Set contentRole attribute- Parameters:
contentRole
- (query, hints, doc, location)
-
getContentRole
Get contentRole attribute- Returns:
- String
-
setContentType
Set contentType attribute- Parameters:
contentType
-
-
getContentType
Get contentType attribute- Returns:
- String
-
setTitle
Set title attribute- Parameters:
title
-
-
getTitle
Get title attribute- Returns:
- String
-
setValue
Set value attribute- Parameters:
value
-
-
getValue
Get value attribute- Returns:
- String
-
setHref
Set href attribute- Parameters:
href
-
-
getHref
Get href attribute- Returns:
- String
-
setGref
Set gref attribute removed in VOTable 1.1- Parameters:
gref
-
-
getGref
Get gref attribute removed in VOTable 1.1- Returns:
- String
-
setAction
Set action attribute- Parameters:
action
-
-
getAction
Get action attribute- Returns:
- String
-