Package cds.savot.model
Class SavotFieldRef
- java.lang.Object
-
- cds.savot.model.SavotBase
-
- cds.savot.model.MarkupComment
-
- cds.savot.model.SavotFieldRef
-
- All Implemented Interfaces:
RefSupport,SimpleTypes
public final class SavotFieldRef extends MarkupComment implements RefSupport
Reference to Field 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 Constructor Description SavotFieldRef()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRef()Get ref attributejava.lang.StringgetUcd()Get ucd attributejava.lang.StringgetUtype()Get utype attributevoidsetRef(java.lang.String ref)Set ref attributevoidsetUcd(java.lang.String ucd)Set ucd attributevoidsetUtype(java.lang.String utype)Set utype attribute-
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
-
-
-
Method Detail
-
setRef
public void setRef(java.lang.String ref)
Set ref attribute- Specified by:
setRefin interfaceRefSupport- Parameters:
ref-
-
getRef
public java.lang.String getRef()
Get ref attribute- Specified by:
getRefin interfaceRefSupport- Returns:
- String
-
setUcd
public void setUcd(java.lang.String ucd)
Set ucd attribute- Parameters:
ucd-- Since:
- VOTable 1.2
-
getUcd
public java.lang.String getUcd()
Get ucd attribute- Returns:
- String
- Since:
- VOTable 1.2
-
setUtype
public void setUtype(java.lang.String utype)
Set utype attribute- Parameters:
utype-- Since:
- VOTable 1.2
-
getUtype
public java.lang.String getUtype()
Get utype attribute- Returns:
- String
- Since:
- VOTable 1.2
-
-