Class Date.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final Date _storedValue
  • Constructor Details

    • Builder

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

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

      public Date.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.
    • withRole

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

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

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

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