Class Tableset.Builder<_B>

java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.Tableset.Builder<_B>
All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
Direct Known Subclasses:
Tableset.Builder
Enclosing class:
Tableset

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final Tableset _storedValue
  • Constructor Details

    • Builder

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

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

      public Tableset.Builder<_B> addSchemas(Iterable<? extends TableSchema> schemas)
      Adds the given items to the value of "schemas"
      Parameters:
      schemas - Items to add to the value of the "schemas" property
    • withSchemas

      public Tableset.Builder<_B> withSchemas(Iterable<? extends TableSchema> schemas)
      Sets the new value of "schemas" (any previous value will be replaced)
      Parameters:
      schemas - New value of the "schemas" property.
    • addSchemas

      public Tableset.Builder<_B> addSchemas(TableSchema... schemas)
      Adds the given items to the value of "schemas"
      Parameters:
      schemas - Items to add to the value of the "schemas" property
    • withSchemas

      public Tableset.Builder<_B> withSchemas(TableSchema... schemas)
      Sets the new value of "schemas" (any previous value will be replaced)
      Parameters:
      schemas - New value of the "schemas" property.
    • addSchemas

      public TableSchema.Builder<? extends Tableset.Builder<_B>> addSchemas()
      Returns a new builder to build an additional value of the "Schemas" property. Use TableSchema.Builder.end() to return to the current builder.
      Returns:
      a new builder to build an additional value of the "Schemas" property. Use TableSchema.Builder.end() to return to the current builder.
    • build

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

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

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