Class Job.JobInfo.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final Job.JobInfo _storedValue
  • Constructor Details

    • Builder

      public Builder(_B _parentBuilder, Job.JobInfo _other, boolean _copy)
    • Builder

      public Builder(_B _parentBuilder, Job.JobInfo _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 Job.JobInfo> _P init(_P _product)
    • addAnies

      public Job.JobInfo.Builder<_B> addAnies(Iterable<? extends Element> anies)
      Adds the given items to the value of "anies"
      Parameters:
      anies - Items to add to the value of the "anies" property
    • withAnies

      public Job.JobInfo.Builder<_B> withAnies(Iterable<? extends Element> anies)
      Sets the new value of "anies" (any previous value will be replaced)
      Parameters:
      anies - New value of the "anies" property.
    • addAnies

      public Job.JobInfo.Builder<_B> addAnies(Element... anies)
      Adds the given items to the value of "anies"
      Parameters:
      anies - Items to add to the value of the "anies" property
    • withAnies

      public Job.JobInfo.Builder<_B> withAnies(Element... anies)
      Sets the new value of "anies" (any previous value will be replaced)
      Parameters:
      anies - New value of the "anies" property.
    • build

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

      public Job.JobInfo.Builder<_B> copyOf(Job.JobInfo _other)
    • copyOf

      public Job.JobInfo.Builder<_B> copyOf(Job.JobInfo.Builder _other)