Class FitsType.Builder<_B>

java.lang.Object
org.javastro.ivoa.entities.stc.v1.FitsType.Builder<_B>
All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
Enclosing class:
FitsType

public static class FitsType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
  • Field Details

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final FitsType _storedValue
  • Constructor Details

    • Builder

      public Builder(_B _parentBuilder, FitsType _other, boolean _copy)
    • Builder

      public Builder(_B _parentBuilder, FitsType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
  • Method Details

    • end

      public _B end()
    • init

      protected <_P extends FitsType> _P init(_P _product)
    • withValue

      public FitsType.Builder<_B> withValue(String value)
      Sets the new value of "value" (any previous value will be replaced)
      Parameters:
      value - New value of the "value" property.
    • withHduNum

      public FitsType.Builder<_B> withHduNum(BigInteger hduNum)
      Sets the new value of "hduNum" (any previous value will be replaced)
      Parameters:
      hduNum - New value of the "hduNum" property.
    • withHduName

      public FitsType.Builder<_B> withHduName(String hduName)
      Sets the new value of "hduName" (any previous value will be replaced)
      Parameters:
      hduName - New value of the "hduName" property.
    • build

      public FitsType build()
      Specified by:
      build in interface com.kscs.util.jaxb.Buildable
    • copyOf

      public FitsType.Builder<_B> copyOf(FitsType _other)
    • copyOf

      public FitsType.Builder<_B> copyOf(FitsType.Builder _other)