Class PosParam.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final PosParam _storedValue
  • Constructor Details

    • Builder

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

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

      public PosParam.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 PosParam.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.
    • withRefframe

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

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

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

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