Class Query.Builder<_B>

java.lang.Object
org.javastro.ivoa.entities.resource.ssap.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(PosParam pos)
      Sets the new value of "pos" (any previous value will be replaced)
      Parameters:
      pos - New value of the "pos" property.
    • withPos

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

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

      public Query.Builder<_B> withQueryDataCmd(String queryDataCmd)
      Sets the new value of "queryDataCmd" (any previous value will be replaced)
      Parameters:
      queryDataCmd - New value of the "queryDataCmd" 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)