cds.savot.model
Class SavotValues

java.lang.Object
  extended by cds.savot.model.MarkupComment
      extended by cds.savot.model.SavotValues
All Implemented Interfaces:
SimpleTypes

public class SavotValues
extends MarkupComment
implements SimpleTypes

Values element

Version:
2.6 Copyright CDS 2002-2005 (kickoff 31 May 02)
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
SavotValues()
          Constructor
 
Method Summary
 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
 
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavotValues

public SavotValues()
Constructor

Method Detail

setId

public void setId(java.lang.String id)
Set the id attribute

Parameters:
id - String

getId

public java.lang.String getId()
Get the id attribute

Returns:
a String

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

Parameters:
ref - ref

getRef

public java.lang.String getRef()
Get the ref attribute

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 -


Copyright © 2009 UDS/CNRS