Class Query.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final Query _storedValue
  • Constructor Details

    • Builder

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

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

      public Query.Builder<_B> withRa(double ra)
      Sets the new value of "ra" (any previous value will be replaced)
      Parameters:
      ra - New value of the "ra" property.
    • withDec

      public Query.Builder<_B> withDec(double dec)
      Sets the new value of "dec" (any previous value will be replaced)
      Parameters:
      dec - New value of the "dec" property.
    • withSr

      public Query.Builder<_B> withSr(double sr)
      Sets the new value of "sr" (any previous value will be replaced)
      Parameters:
      sr - New value of the "sr" property.
    • withVerb

      public Query.Builder<_B> withVerb(BigInteger verb)
      Sets the new value of "verb" (any previous value will be replaced)
      Parameters:
      verb - New value of the "verb" property.
    • withCatalog

      public Query.Builder<_B> withCatalog(String catalog)
      Sets the new value of "catalog" (any previous value will be replaced)
      Parameters:
      catalog - New value of the "catalog" property.
    • withExtras

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

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

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

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