Package cds.savot.model
Class MarkupComment
- java.lang.Object
-
- cds.savot.model.SavotBase
-
- cds.savot.model.MarkupComment
-
- All Implemented Interfaces:
SimpleTypes
- Direct Known Subclasses:
Boundary
,SavotBinary
,SavotCoosys
,SavotData
,SavotDefinitions
,SavotField
,SavotFieldRef
,SavotFits
,SavotGroup
,SavotInfo
,SavotLink
,SavotOption
,SavotParam
,SavotParamRef
,SavotResource
,SavotStream
,SavotTable
,SavotTableData
,SavotValues
,SavotVOTable
public class MarkupComment extends SavotBase
Comments for XML output
- 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 MarkupComment()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAbove()
Get above commentjava.lang.String
getBelow()
Get below commentvoid
setAbove(java.lang.String aboveComment)
Set above commentvoid
setBelow(java.lang.String belowComment)
Set below comment
-
-
-
Method Detail
-
setBelow
public final void setBelow(java.lang.String belowComment)
Set below comment- Parameters:
belowComment
-
-
getBelow
public final java.lang.String getBelow()
Get below comment- Returns:
- a String
-
setAbove
public final void setAbove(java.lang.String aboveComment)
Set above comment- Parameters:
aboveComment
-
-
getAbove
public final java.lang.String getAbove()
Get above comment- Returns:
- a String
-
-