cds.savot.model
Class SavotLink

java.lang.Object
  extended by cds.savot.model.MarkupComment
      extended by cds.savot.model.SavotLink
All Implemented Interfaces:
SimpleTypes

public class SavotLink
extends MarkupComment
implements SimpleTypes

Link element

Version:
2.6 Copyright CDS 2002-2005 (kickoff 31 May 02)
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
SavotLink()
          Constructor
 
Method Summary
 java.lang.String getAction()
          Get action attribute
 java.lang.String getContent()
          Get content
 java.lang.String getContentRole()
          Get contentRole attribute
 java.lang.String getContentType()
          Get contentType attribute
 java.lang.String getGref()
          Get gref attribute removed in VOTable 1.1
 java.lang.String getHref()
          Get href attribute
 java.lang.String getID()
          Get ID attribute
 java.lang.String getTitle()
          Get title attribute
 java.lang.String getValue()
          Get value attribute
 void setAction(java.lang.String action)
          Set action attribute
 void setContent(java.lang.String content)
          Set content
 void setContentRole(java.lang.String contentRole)
          Set contentRole attribute
 void setContentType(java.lang.String contentType)
          Set contentType attribute
 void setGref(java.lang.String gref)
          Set gref attribute removed in VOTable 1.1
 void setHref(java.lang.String href)
          Set href attribute
 void setID(java.lang.String id)
          Set ID attribute
 void setTitle(java.lang.String title)
          Set title attribute
 void setValue(java.lang.String value)
          Set value attribute
 
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavotLink

public SavotLink()
Constructor

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

Parameters:
id -

getID

public java.lang.String getID()
Get ID attribute

Returns:
String

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


Copyright © 2009 UDS/CNRS