Class SkySize.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final SkySize _storedValue
  • Constructor Details

    • Builder

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

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

      public SkySize.Builder<_B> withLong(double _long)
      Sets the new value of "_long" (any previous value will be replaced)
      Parameters:
      _long - New value of the "_long" property.
    • withLat

      public SkySize.Builder<_B> withLat(double lat)
      Sets the new value of "lat" (any previous value will be replaced)
      Parameters:
      lat - New value of the "lat" property.
    • build

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

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

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