Class DataLimit.Builder<_B>

java.lang.Object
org.javastro.ivoa.entities.resource.tap.DataLimit.Builder<_B>
All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
Enclosing class:
DataLimit

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final DataLimit _storedValue
  • Constructor Details

    • Builder

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

      public Builder(_B _parentBuilder, DataLimit _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 DataLimit> _P init(_P _product)
    • withValue

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

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

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

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

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