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
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 -
Method Summary
Modifier and TypeMethodDescriptiongetId()Get the id attributeGet the invalid attribute deprecated since VOTable 1.1getMax()Get MAX elementgetMin()Get MIN elementgetNull()Get the null attributeGet OPTION element set referencegetRef()Get the ref attributegetType()Get the type attributevoidSet the id attributevoidsetInvalid(String invalid) Set the invalid attribute deprecated since VOTable 1.1voidSet MAX elementvoidSet MIN elementvoidSet the null attributevoidsetOptions(OptionSet options) Set OPTION element set referencevoidSet the ref attributevoidSet the type attributeMethods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
Constructor Details
-
SavotValues
public SavotValues()Constructor
-
-
Method Details
-
setId
Set the id attribute -
getId
Get the id attribute -
setType
Set the type attribute- Parameters:
type- String (legal, actual)
-
getType
Get the type attribute- Returns:
- a String
-
setNull
Set the null attribute- Parameters:
nul- String
-
getNull
Get the null attribute- Returns:
- a String
-
setRef
Set the ref attribute- Specified by:
setRefin interfaceRefSupport- Parameters:
ref- ref
-
getRef
Get the ref attribute- Specified by:
getRefin interfaceRefSupport- Returns:
- a String
-
setInvalid
Set the invalid attribute deprecated since VOTable 1.1- Parameters:
invalid- String
-
getInvalid
Get the invalid attribute deprecated since VOTable 1.1- Returns:
- a String
-
setMin
Set MIN element- Parameters:
min-
-
getMin
Get MIN element- Returns:
- a SavotMin object
-
setMax
Set MAX element- Parameters:
max-
-
getMax
Get MAX element- Returns:
- a SavotMax object
-
getOptions
Get OPTION element set reference- Returns:
- OptionSet object
-
setOptions
Set OPTION element set reference- Parameters:
options-
-