Class SkyPos.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final SkyPos _storedValue
  • Constructor Details

    • Builder

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

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

      public SkyPos.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 SkyPos.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 SkyPos build()
      Specified by:
      build in interface com.kscs.util.jaxb.Buildable
    • copyOf

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

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