Package cds.savot.model
Class SavotInfo
- java.lang.Object
-
- cds.savot.model.SavotBase
-
- cds.savot.model.MarkupComment
-
- cds.savot.model.SavotInfo
-
- All Implemented Interfaces:
IDSupport,NameSupport,RefSupport,SimpleTypes
public final class SavotInfo extends MarkupComment implements IDSupport, NameSupport, RefSupport
Info 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 SavotInfo()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContent()Get element contentjava.lang.StringgetDescription()Get DESCRIPTION contentjava.lang.StringgetId()Get ID attributeLinkSetgetLinks()Get LINK elements set referencejava.lang.StringgetName()Get name attributejava.lang.StringgetRef()Get ref attributejava.lang.StringgetUcd()Get ucd attributejava.lang.StringgetUnit()Get unit attributejava.lang.StringgetUtype()Get utype attributejava.lang.StringgetValue()Get value attributeSavotValuesgetValues()Get the VALUES elementjava.lang.StringgetXtype()Get xtype attributevoidsetContent(java.lang.String content)Set element contentvoidsetDescription(java.lang.String description)Set DESCRIPTION contentvoidsetId(java.lang.String id)Set ID attributevoidsetLinks(LinkSet links)Set LINK elements set referencevoidsetName(java.lang.String name)Set name attributevoidsetRef(java.lang.String ref)Set ref attributevoidsetUcd(java.lang.String ucd)Set ucd attributevoidsetUnit(java.lang.String unit)Set unit attributevoidsetUtype(java.lang.String utype)Set utype attributevoidsetValue(java.lang.String value)Set value attributevoidsetValues(SavotValues values)Set the VALUES elementvoidsetXtype(java.lang.String xtype)Set xtype attribute-
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
-
-
-
Method Detail
-
setId
public void setId(java.lang.String id)
Set ID attribute
-
getId
public java.lang.String getId()
Get ID attribute
-
setName
public void setName(java.lang.String name)
Set name attribute- Specified by:
setNamein interfaceNameSupport- Parameters:
name-
-
getName
public java.lang.String getName()
Get name attribute- Specified by:
getNamein interfaceNameSupport- 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
-
setXtype
public void setXtype(java.lang.String xtype)
Set xtype attribute- Parameters:
xtype-- Since:
- VOTable 1.2
-
getXtype
public java.lang.String getXtype()
Get xtype attribute- Returns:
- String
- Since:
- VOTable 1.2
-
setRef
public void setRef(java.lang.String ref)
Set ref attribute- Specified by:
setRefin interfaceRefSupport- Parameters:
ref-- Since:
- VOTable 1.2
-
getRef
public java.lang.String getRef()
Get ref attribute- Specified by:
getRefin interfaceRefSupport- Returns:
- String
- Since:
- VOTable 1.2
-
setUnit
public void setUnit(java.lang.String unit)
Set unit attribute- Parameters:
unit-- Since:
- VOTable 1.2
-
getUnit
public java.lang.String getUnit()
Get unit attribute- Returns:
- String
- Since:
- VOTable 1.2
-
setUcd
public void setUcd(java.lang.String ucd)
Set ucd attribute- Parameters:
ucd-- Since:
- VOTable 1.2
-
getUcd
public java.lang.String getUcd()
Get ucd attribute- Returns:
- String
- Since:
- VOTable 1.2
-
setUtype
public void setUtype(java.lang.String utype)
Set utype attribute- Parameters:
utype-- Since:
- VOTable 1.2
-
getUtype
public java.lang.String getUtype()
Get utype attribute- Returns:
- String
- Since:
- VOTable 1.2
-
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
-
setDescription
public void setDescription(java.lang.String description)
Set DESCRIPTION content- Parameters:
description-- Since:
- VOTable 1.2 (not in the standard)
-
getDescription
public java.lang.String getDescription()
Get DESCRIPTION content- Returns:
- String
- Since:
- VOTable 1.2 (not in the standard)
-
setValues
public void setValues(SavotValues values)
Set the VALUES element- Parameters:
values-- Since:
- VOTable 1.2 (not in the standard)
-
getValues
public SavotValues getValues()
Get the VALUES element- Returns:
- SavotValues
- Since:
- VOTable 1.2 (not in the standard)
-
getLinks
public LinkSet getLinks()
Get LINK elements set reference- Returns:
- LinkSet
- Since:
- VOTable 1.2 (not in the standard)
-
setLinks
public void setLinks(LinkSet links)
Set LINK elements set reference- Parameters:
links-- Since:
- VOTable 1.2 (not in the standard)
-
-