cds.savot.model
Class SavotInfo

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

public class SavotInfo
extends MarkupComment
implements SimpleTypes

Info element - deprecated since VOTable 1.1

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
SavotInfo()
          Constructor
 
Method Summary
 java.lang.String getContent()
          Get element content
 java.lang.String getId()
          Get ID attribute
 java.lang.String getName()
          Get name attribute
 java.lang.String getValue()
          Get value attribute
 void setContent(java.lang.String content)
          Set element content
 void setId(java.lang.String id)
          Set ID attribute
 void setName(java.lang.String name)
          Set name 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

SavotInfo

public SavotInfo()
Constructor

Method Detail

setId

public void setId(java.lang.String id)
Set ID attribute

Parameters:
id -

getId

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

Returns:
String

setName

public void setName(java.lang.String name)
Set name attribute

Parameters:
name -

getName

public java.lang.String getName()
Get name 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

setContent

public void setContent(java.lang.String content)
Set element content

Parameters:
content -

getContent

public java.lang.String getContent()
Get element content

Returns:
a String


Copyright © 2009 UDS/CNRS