Package cds.savot.model
Class SavotValues
- java.lang.Object
-
- cds.savot.model.SavotBase
-
- cds.savot.model.MarkupComment
-
- cds.savot.model.SavotValues
-
- All Implemented Interfaces:
IDSupport
,RefSupport
,SimpleTypes
public final class SavotValues extends MarkupComment implements IDSupport, RefSupport
Values 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 SavotValues()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Get the id attributejava.lang.String
getInvalid()
Get the invalid attribute deprecated since VOTable 1.1SavotMax
getMax()
Get MAX elementSavotMin
getMin()
Get MIN elementjava.lang.String
getNull()
Get the null attributeOptionSet
getOptions()
Get OPTION element set referencejava.lang.String
getRef()
Get the ref attributejava.lang.String
getType()
Get the type attributevoid
setId(java.lang.String id)
Set the id attributevoid
setInvalid(java.lang.String invalid)
Set the invalid attribute deprecated since VOTable 1.1void
setMax(SavotMax max)
Set MAX elementvoid
setMin(SavotMin min)
Set MIN elementvoid
setNull(java.lang.String nul)
Set the null attributevoid
setOptions(OptionSet options)
Set OPTION element set referencevoid
setRef(java.lang.String ref)
Set the ref attributevoid
setType(java.lang.String type)
Set the type attribute-
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
-
-
-
Method Detail
-
setId
public void setId(java.lang.String id)
Set the id attribute
-
getId
public java.lang.String getId()
Get the id attribute
-
setType
public void setType(java.lang.String type)
Set the type attribute- Parameters:
type
- String (legal, actual)
-
getType
public java.lang.String getType()
Get the type attribute- Returns:
- a String
-
setNull
public void setNull(java.lang.String nul)
Set the null attribute- Parameters:
nul
- String
-
getNull
public java.lang.String getNull()
Get the null attribute- Returns:
- a String
-
setRef
public void setRef(java.lang.String ref)
Set the ref attribute- Specified by:
setRef
in interfaceRefSupport
- Parameters:
ref
- ref
-
getRef
public java.lang.String getRef()
Get the ref attribute- Specified by:
getRef
in interfaceRefSupport
- Returns:
- a String
-
setInvalid
public void setInvalid(java.lang.String invalid)
Set the invalid attribute deprecated since VOTable 1.1- Parameters:
invalid
- String
-
getInvalid
public java.lang.String getInvalid()
Get the invalid attribute deprecated since VOTable 1.1- Returns:
- a String
-
setMin
public void setMin(SavotMin min)
Set MIN element- Parameters:
min
-
-
getMin
public SavotMin getMin()
Get MIN element- Returns:
- a SavotMin object
-
setMax
public void setMax(SavotMax max)
Set MAX element- Parameters:
max
-
-
getMax
public SavotMax getMax()
Get MAX element- Returns:
- a SavotMax object
-
getOptions
public OptionSet getOptions()
Get OPTION element set reference- Returns:
- OptionSet object
-
setOptions
public void setOptions(OptionSet options)
Set OPTION element set reference- Parameters:
options
-
-
-