IDSupport
, RefSupport
, SimpleTypes
public final class SavotValues extends MarkupComment implements IDSupport, RefSupport
Values element
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 | Description |
---|---|
SavotValues() |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getId() |
Get the id attribute
|
java.lang.String |
getInvalid() |
Get the invalid attribute deprecated since VOTable 1.1
|
SavotMax |
getMax() |
Get MAX element
|
SavotMin |
getMin() |
Get MIN element
|
java.lang.String |
getNull() |
Get the null attribute
|
OptionSet |
getOptions() |
Get OPTION element set reference
|
java.lang.String |
getRef() |
Get the ref attribute
|
java.lang.String |
getType() |
Get the type attribute
|
void |
setId(java.lang.String id) |
Set the id attribute
|
void |
setInvalid(java.lang.String invalid) |
Set the invalid attribute deprecated since VOTable 1.1
|
void |
setMax(SavotMax max) |
Set MAX element
|
void |
setMin(SavotMin min) |
Set MIN element
|
void |
setNull(java.lang.String nul) |
Set the null attribute
|
void |
setOptions(OptionSet options) |
Set OPTION element set reference
|
void |
setRef(java.lang.String ref) |
Set the ref attribute
|
void |
setType(java.lang.String type) |
Set the type attribute
|
getAbove, getBelow, setAbove, setBelow
public void setId(java.lang.String id)
public java.lang.String getId()
public void setType(java.lang.String type)
type
- String (legal, actual)public java.lang.String getType()
public void setNull(java.lang.String nul)
nul
- Stringpublic java.lang.String getNull()
public void setRef(java.lang.String ref)
setRef
in interface RefSupport
ref
- refpublic java.lang.String getRef()
getRef
in interface RefSupport
public void setInvalid(java.lang.String invalid)
invalid
- Stringpublic java.lang.String getInvalid()
public void setMin(SavotMin min)
min
- public SavotMin getMin()
public void setMax(SavotMax max)
max
- public SavotMax getMax()
public OptionSet getOptions()
public void setOptions(OptionSet options)
options
-