Class Validation.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final Validation _storedValue
  • Constructor Details

    • Builder

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

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

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

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

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

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

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