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 attributevoidSet action attributevoidsetContent(String content) Set contentvoidsetContentRole(String contentRole) Set contentRole attributevoidsetContentType(String contentType) Set contentType attributevoidSet gref attribute removed in VOTable 1.1voidSet href attributevoidSet ID attributevoidSet title attributevoidSet 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
-