Class Jobs.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final Jobs _storedValue
  • Constructor Details

    • Builder

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

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

      public Jobs.Builder<_B> addJobreves(Iterable<? extends ShortJobDescription> jobreves)
      Adds the given items to the value of "jobreves"
      Parameters:
      jobreves - Items to add to the value of the "jobreves" property
    • withJobreves

      public Jobs.Builder<_B> withJobreves(Iterable<? extends ShortJobDescription> jobreves)
      Sets the new value of "jobreves" (any previous value will be replaced)
      Parameters:
      jobreves - New value of the "jobreves" property.
    • addJobreves

      public Jobs.Builder<_B> addJobreves(ShortJobDescription... jobreves)
      Adds the given items to the value of "jobreves"
      Parameters:
      jobreves - Items to add to the value of the "jobreves" property
    • withJobreves

      public Jobs.Builder<_B> withJobreves(ShortJobDescription... jobreves)
      Sets the new value of "jobreves" (any previous value will be replaced)
      Parameters:
      jobreves - New value of the "jobreves" property.
    • addJobreves

      public ShortJobDescription.Builder<? extends Jobs.Builder<_B>> addJobreves()
      Returns a new builder to build an additional value of the "Jobreves" property. Use ShortJobDescription.Builder.end() to return to the current builder.
      Returns:
      a new builder to build an additional value of the "Jobreves" property. Use ShortJobDescription.Builder.end() to return to the current builder.
    • withVersion

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

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

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

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