Package cds.savot.model
Class SavotGroup
java.lang.Object
cds.savot.model.SavotBase
cds.savot.model.MarkupComment
cds.savot.model.SavotGroup
- All Implemented Interfaces:
IDSupport
,NameSupport
,RefSupport
,SimpleTypes
Group 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 TypeMethodDescriptionGet DESCRIPTION element contentGet FIELDref elements set referenceGet GROUP elements set referencegetId()
Get id attributegetName()
Get name attributeGet PARAM elements set referenceGet PARAMref elements set referencegetRef()
Get ref attributegetUcd()
Get ucd attributegetUtype()
Get utype attributevoid
setDescription
(String description) Set DESCRIPTION element contentvoid
setFieldsRef
(FieldRefSet fieldsref) Set FIELDref elements set referencevoid
Set GROUP elements set referencevoid
Set ID attributevoid
Set name attributevoid
Set PARAM elements set referencevoid
setParamsRef
(ParamRefSet paramsref) Set PARAMref elements set referencevoid
Set ref attributevoid
Set ucd attributevoid
Set utype attributeMethods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
Constructor Details
-
SavotGroup
public SavotGroup()Constructor
-
-
Method Details
-
setId
Set ID attribute -
getId
Get id attribute -
setName
Set name attribute- Specified by:
setName
in interfaceNameSupport
- Parameters:
name
-
-
getName
Get name attribute- Specified by:
getName
in interfaceNameSupport
- Returns:
- String
-
setRef
Set ref attribute- Specified by:
setRef
in interfaceRefSupport
- Parameters:
ref
-
-
getRef
Get ref attribute- Specified by:
getRef
in interfaceRefSupport
- Returns:
- String
-
setUcd
Set ucd attribute- Parameters:
ucd
- ([A-Za-z0-9_.,-]*)
-
getUcd
Get ucd attribute- Returns:
- String
-
setUtype
Set utype attribute- Parameters:
utype
-
-
getUtype
Get utype attribute- Returns:
- String
-
setDescription
Set DESCRIPTION element content- Parameters:
description
-
-
getDescription
Get DESCRIPTION element content- Returns:
- String
-
getParams
Get PARAM elements set reference- Returns:
- ParamSet
-
setParams
Set PARAM elements set reference- Parameters:
params
-
-
setParamsRef
Set PARAMref elements set reference- Parameters:
paramsref
-
-
getParamsRef
Get PARAMref elements set reference- Returns:
- ParamRefSet
-
getFieldsRef
Get FIELDref elements set reference- Returns:
- FieldRefSet
-
setFieldsRef
Set FIELDref elements set reference- Parameters:
fieldsref
-
-
getGroups
Get GROUP elements set reference- Returns:
- GroupSet
-
setGroups
Set GROUP elements set reference- Parameters:
groups
-
-