Class ErrorSummary.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final ErrorSummary _storedValue
  • Constructor Details

    • Builder

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

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

      public ErrorSummary.Builder<_B> withMessage(String message)
      Sets the new value of "message" (any previous value will be replaced)
      Parameters:
      message - New value of the "message" property.
    • withType

      public ErrorSummary.Builder<_B> withType(ErrorType type)
      Sets the new value of "type" (any previous value will be replaced)
      Parameters:
      type - New value of the "type" property.
    • withHasDetail

      public ErrorSummary.Builder<_B> withHasDetail(boolean hasDetail)
      Sets the new value of "hasDetail" (any previous value will be replaced)
      Parameters:
      hasDetail - New value of the "hasDetail" property.
    • build

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

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

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