Class RegionAreaType.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final RegionAreaType _storedValue
  • Constructor Details

    • Builder

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

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

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

      public RegionAreaType.Builder<_B> withLinearAreaUnit(String linearAreaUnit)
      Sets the new value of "linearAreaUnit" (any previous value will be replaced)
      Parameters:
      linearAreaUnit - New value of the "linearAreaUnit" property.
    • withValidArea

      public RegionAreaType.Builder<_B> withValidArea(boolean validArea)
      Sets the new value of "validArea" (any previous value will be replaced)
      Parameters:
      validArea - New value of the "validArea" property.
    • build

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

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