cds.savot.model
Class SavotVOTable

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

public class SavotVOTable
extends MarkupComment
implements SimpleTypes

VOTable 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, XY, YES, YESNO
 
Constructor Summary
SavotVOTable()
          Constructor
 
Method Summary
 CoosysSet getCoosys()
          Get the Coosys elements
 SavotDefinitions getDefinitions()
          Get DEFINITIONS element
 java.lang.String getDescription()
          Get DESCRIPTION element
 java.lang.String getId()
          Get the id attribute
 InfoSet getInfos()
          Get the Infos elements
 ParamSet getParams()
          Get the Param elements
 ResourceSet getResources()
          Get RESOURCE set reference (FULL mode only)
 java.lang.String getVersion()
          Get the version attribute
 java.lang.String getXmlns()
          Get the global attributes ( (used for the writer)
 java.lang.String getXmlnsxsi()
          Get the global attributes ( (used for the writer)
 java.lang.String getXsinoschema()
          Get the global attributes ( (used for the writer)
 java.lang.String getXsischema()
          Get the global attributes ( (used for the writer)
 void setCoosys(CoosysSet coosys)
          Set the Coosys elements
 void setDefinitions(SavotDefinitions definitions)
          Set DEFINITIONS element
 void setDescription(java.lang.String description)
          Set DESCRIPTION element
 void setId(java.lang.String id)
          Set the id attribute
 void setInfos(InfoSet infos)
          Set the Infos elements
 void setParams(ParamSet params)
          Set the Param elements
 void setResources(ResourceSet resources)
          Set RESOURCE set reference
 void setVersion(java.lang.String version)
          Set the version attribute
 void setXmlns(java.lang.String xmlns)
          Set the global attributes () (used for the writer)
 void setXmlnsxsi(java.lang.String xmlnsxsi)
          Set the global attributes () (used for the writer)
 void setXsinoschema(java.lang.String xsinoschema)
          Set the global attributes () (used for the writer)
 void setXsischema(java.lang.String xsischema)
          Set the global attributes () (used for the writer)
 
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

SavotVOTable

public SavotVOTable()
Constructor

Method Detail

setXmlns

public void setXmlns(java.lang.String xmlns)
Set the global attributes () (used for the writer)

Parameters:
xmlns - String

getXmlns

public java.lang.String getXmlns()
Get the global attributes ( (used for the writer)

Returns:
String

setXmlnsxsi

public void setXmlnsxsi(java.lang.String xmlnsxsi)
Set the global attributes () (used for the writer)

Parameters:
xmlnsxsi - String

getXmlnsxsi

public java.lang.String getXmlnsxsi()
Get the global attributes ( (used for the writer)

Returns:
String

setXsinoschema

public void setXsinoschema(java.lang.String xsinoschema)
Set the global attributes () (used for the writer)

Parameters:
xsinoschema - String

getXsinoschema

public java.lang.String getXsinoschema()
Get the global attributes ( (used for the writer)

Returns:
String

setXsischema

public void setXsischema(java.lang.String xsischema)
Set the global attributes () (used for the writer)

Parameters:
xsischema - String

getXsischema

public java.lang.String getXsischema()
Get the global attributes ( (used for the writer)

Returns:
String

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:
String

setVersion

public void setVersion(java.lang.String version)
Set the version attribute

Parameters:
version - String

getVersion

public java.lang.String getVersion()
Get the version attribute

Returns:
String

setDescription

public void setDescription(java.lang.String description)
Set DESCRIPTION element

Parameters:
description -

getDescription

public java.lang.String getDescription()
Get DESCRIPTION element

Returns:
a String

setDefinitions

public void setDefinitions(SavotDefinitions definitions)
Set DEFINITIONS element

Parameters:
definitions -

getDefinitions

public SavotDefinitions getDefinitions()
Get DEFINITIONS element

Returns:
SavotDefinitions

setCoosys

public void setCoosys(CoosysSet coosys)
Set the Coosys elements

Parameters:
coosys -

getCoosys

public CoosysSet getCoosys()
Get the Coosys elements

Returns:
a CoosysSet object

setInfos

public void setInfos(InfoSet infos)
Set the Infos elements

Parameters:
infos -

getInfos

public InfoSet getInfos()
Get the Infos elements

Returns:
a CoosysSet object

setParams

public void setParams(ParamSet params)
Set the Param elements

Parameters:
params -

getParams

public ParamSet getParams()
Get the Param elements

Returns:
a ParamSet object

getResources

public ResourceSet getResources()
Get RESOURCE set reference (FULL mode only)

Returns:
ResourceSet (always NULL in SEQUENTIAL mode)

setResources

public void setResources(ResourceSet resources)
Set RESOURCE set reference

Parameters:
resources -


Copyright © 2009 UDS/CNRS