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.StringgetId()Get the id attributejava.lang.StringgetInvalid()Get the invalid attribute deprecated since VOTable 1.1SavotMaxgetMax()Get MAX elementSavotMingetMin()Get MIN elementjava.lang.StringgetNull()Get the null attributeOptionSetgetOptions()Get OPTION element set referencejava.lang.StringgetRef()Get the ref attributejava.lang.StringgetType()Get the type attributevoidsetId(java.lang.String id)Set the id attributevoidsetInvalid(java.lang.String invalid)Set the invalid attribute deprecated since VOTable 1.1voidsetMax(SavotMax max)Set MAX elementvoidsetMin(SavotMin min)Set MIN elementvoidsetNull(java.lang.String nul)Set the null attributevoidsetOptions(OptionSet options)Set OPTION element set referencevoidsetRef(java.lang.String ref)Set the ref attributevoidsetType(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:
setRefin interfaceRefSupport- Parameters:
ref- ref
-
getRef
public java.lang.String getRef()
Get the ref attribute- Specified by:
getRefin 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-
-
-