Class ResDate.ResDateBuilder

java.lang.Object
org.ivoa.dm.regtap.ResDate.ResDateBuilder
Enclosing class:
ResDate

public static class ResDate.ResDateBuilder extends Object
A builder class for ResDate, mainly for use in the functional builder pattern.
  • Field Details

    • date_value

      public Date date_value
      A date associated with an event in the life cycle of the resource.
    • value_role

      public String value_role
      A ivoa:string indicating what the date refers to, e.g., created, availability, updated. This value is generally drawn from a controlled vocabulary.
  • Constructor Details

    • ResDateBuilder

      public ResDateBuilder()
  • Method Details

    • create

      public ResDate create()
      create a ResDate from this builder.
      Returns:
      an object initialized from the builder.