Class Format.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final Format _storedValue
  • Constructor Details

    • Builder

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

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

      public Format.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.
    • withIsMIMEType

      public Format.Builder<_B> withIsMIMEType(Boolean isMIMEType)
      Sets the new value of "isMIMEType" (any previous value will be replaced)
      Parameters:
      isMIMEType - New value of the "isMIMEType" property.
    • build

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

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

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