Class OutputFormat.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final OutputFormat _storedValue
  • Constructor Details

    • Builder

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

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

      public OutputFormat.Builder<_B> withMime(String mime)
      Sets the new value of "mime" (any previous value will be replaced)
      Parameters:
      mime - New value of the "mime" property.
    • addAlias

      public OutputFormat.Builder<_B> addAlias(Iterable<? extends String> alias)
      Adds the given items to the value of "alias"
      Parameters:
      alias - Items to add to the value of the "alias" property
    • withAlias

      public OutputFormat.Builder<_B> withAlias(Iterable<? extends String> alias)
      Sets the new value of "alias" (any previous value will be replaced)
      Parameters:
      alias - New value of the "alias" property.
    • addAlias

      public OutputFormat.Builder<_B> addAlias(String... alias)
      Adds the given items to the value of "alias"
      Parameters:
      alias - Items to add to the value of the "alias" property
    • withAlias

      public OutputFormat.Builder<_B> withAlias(String... alias)
      Sets the new value of "alias" (any previous value will be replaced)
      Parameters:
      alias - New value of the "alias" property.
    • withIvoId

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

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

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

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