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
  • Constructor Details

    • MarkupComment

      public MarkupComment()
      Constructor
  • Method Details

    • setBelow

      public final void setBelow(String belowComment)
      Set below comment
      Parameters:
      belowComment -
    • getBelow

      public final String getBelow()
      Get below comment
      Returns:
      a String
    • setAbove

      public final void setAbove(String aboveComment)
      Set above comment
      Parameters:
      aboveComment -
    • getAbove

      public final String getAbove()
      Get above comment
      Returns:
      a String