cds.savot.model
Class SavotGroup

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

public class SavotGroup
extends MarkupComment
implements SimpleTypes

Group 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
SavotGroup()
          Constructor
 
Method Summary
 java.lang.String getDescription()
          Get DESCRIPTION element content
 FieldRefSet getFieldsRef()
          Get FIELDref elements set reference
 GroupSet getGroups()
          Get GROUP elements set reference
 java.lang.String getId()
          Get id attribute
 java.lang.String getName()
          Get name attribute
 ParamSet getParams()
          Get PARAM elements set reference
 ParamRefSet getParamsRef()
          Get PARAMref elements set reference
 java.lang.String getRef()
          Get ref attribute
 java.lang.String getUcd()
          Get ucd attribute
 java.lang.String getUtype()
          Get utype attribute
 void setDescription(java.lang.String description)
          Set DESCRIPTION element content
 void setFieldsRef(FieldRefSet fieldsref)
          Set FIELDref elements set reference
 void setGroups(GroupSet groups)
          Set GROUP elements set reference
 void setId(java.lang.String id)
          Set ID attribute
 void setName(java.lang.String name)
          Set name attribute
 void setParams(ParamSet params)
          Set PARAM elements set reference
 void setParamsRef(ParamRefSet paramsref)
          Set PARAMref elements set reference
 void setRef(java.lang.String ref)
          Set ref attribute
 void setUcd(java.lang.String ucd)
          Set ucd attribute
 void setUtype(java.lang.String utype)
          Set utype 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

SavotGroup

public SavotGroup()
Constructor

Method Detail

setId

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

Parameters:
id -

getId

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

Returns:
String

setName

public void setName(java.lang.String name)
Set name attribute

Parameters:
name -

getName

public java.lang.String getName()
Get name attribute

Returns:
String

setRef

public void setRef(java.lang.String ref)
Set ref attribute

Parameters:
ref -

getRef

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

Returns:
String

setUcd

public void setUcd(java.lang.String ucd)
Set ucd attribute

Parameters:
ucd - ([A-Za-z0-9_.,-]*)

getUcd

public java.lang.String getUcd()
Get ucd attribute

Returns:
String

setUtype

public void setUtype(java.lang.String utype)
Set utype attribute

Parameters:
utype -

getUtype

public java.lang.String getUtype()
Get utype attribute

Returns:
String

setDescription

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

Parameters:
description -

getDescription

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

Returns:
String

getParams

public ParamSet getParams()
Get PARAM elements set reference

Returns:
ParamSet

setParams

public void setParams(ParamSet params)
Set PARAM elements set reference

Parameters:
params -

setParamsRef

public void setParamsRef(ParamRefSet paramsref)
Set PARAMref elements set reference

Parameters:
paramsref -

getParamsRef

public ParamRefSet getParamsRef()
Get PARAMref elements set reference

Returns:
ParamRefSet

getFieldsRef

public FieldRefSet getFieldsRef()
Get FIELDref elements set reference

Returns:
FieldRefSet

setFieldsRef

public void setFieldsRef(FieldRefSet fieldsref)
Set FIELDref elements set reference

Parameters:
fieldsref -

getGroups

public GroupSet getGroups()
Get GROUP elements set reference

Returns:
GroupSet

setGroups

public void setGroups(GroupSet groups)
Set GROUP elements set reference

Parameters:
groups -


Copyright © 2009 UDS/CNRS