Class Version.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final Version _storedValue
  • Constructor Details

    • Builder

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

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

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

      public Version.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 Version build()
      Specified by:
      build in interface com.kscs.util.jaxb.Buildable
    • copyOf

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

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