Class DataType.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final DataType _storedValue
  • Constructor Details

    • Builder

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

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

      public DataType.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.
    • withArraysize

      public DataType.Builder<_B> withArraysize(String arraysize)
      Sets the new value of "arraysize" (any previous value will be replaced)
      Parameters:
      arraysize - New value of the "arraysize" property.
    • withDelim

      public DataType.Builder<_B> withDelim(String delim)
      Sets the new value of "delim" (any previous value will be replaced)
      Parameters:
      delim - New value of the "delim" property.
    • withExtendedType

      public DataType.Builder<_B> withExtendedType(String extendedType)
      Sets the new value of "extendedType" (any previous value will be replaced)
      Parameters:
      extendedType - New value of the "extendedType" property.
    • withExtendedSchema

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

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

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

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