Class Parameter.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final Parameter _storedValue
  • Constructor Details

    • Builder

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

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

      public Parameter.Builder<_B> withContent(String content)
      Sets the new value of "content" (any previous value will be replaced)
      Parameters:
      content - New value of the "content" property.
    • withByReference

      public Parameter.Builder<_B> withByReference(Boolean byReference)
      Sets the new value of "byReference" (any previous value will be replaced)
      Parameters:
      byReference - New value of the "byReference" property.
    • withId

      public Parameter.Builder<_B> withId(String id)
      Sets the new value of "id" (any previous value will be replaced)
      Parameters:
      id - New value of the "id" property.
    • withIsPost

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

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

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

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