Class STCSpectral.STCSpectralBuilder

java.lang.Object
org.ivoa.dm.regtap.STCSpectral.STCSpectralBuilder
Enclosing class:
STCSpectral

public static class STCSpectral.STCSpectralBuilder extends Object
A builder class for STCSpectral, mainly for use in the functional builder pattern.
  • Field Details

    • spectral_start

      public Double spectral_start
      Lower limit (in Joules) of messenger energy interval covered by the resource (for the solar system barycenter).
    • spectral_end

      public Double spectral_end
      Upper limit (in Joules) of messenger energy interval covered by the resource (for the solar system barycenter).
  • Constructor Details

    • STCSpectralBuilder

      public STCSpectralBuilder()
  • Method Details

    • create

      public STCSpectral create()
      create a STCSpectral from this builder.
      Returns:
      an object initialized from the builder.