Class Query.Builder<_B>

java.lang.Object
org.javastro.ivoa.entities.resource.sia.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)
    • withPos

      public Query.Builder<_B> withPos(SkyPos pos)
      Sets the new value of "pos" (any previous value will be replaced)
      Parameters:
      pos - New value of the "pos" property.
    • withPos

      public SkyPos.Builder<? extends Query.Builder<_B>> withPos()
      Returns the existing builder or a new builder to build the value of the "pos" property. Use SkyPos.Builder.end() to return to the current builder.
      Returns:
      A new builder to build the value of the "pos" property. Use SkyPos.Builder.end() to return to the current builder.
    • withSize

      public Query.Builder<_B> withSize(SkySize size)
      Sets the new value of "size" (any previous value will be replaced)
      Parameters:
      size - New value of the "size" property.
    • withSize

      public SkySize.Builder<? extends Query.Builder<_B>> withSize()
      Returns the existing builder or a new builder to build the value of the "size" property. Use SkySize.Builder.end() to return to the current builder.
      Returns:
      A new builder to build the value of the "size" property. Use SkySize.Builder.end() to return to the current builder.
    • 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.
    • 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)