Class ISO8601Interval

java.lang.Object
org.ivoa.dm.executionbroker.ISO8601Interval
All Implemented Interfaces:
Serializable

@VoDml(id="execbroker:ISO8601Interval", role=primitiveType) @Embeddable public class ISO8601Interval extends Object implements Serializable
A regular expression filter for an ISO 8601 interval. Generated by ChatGPT See https://chatgpt.com/share/68975beb-1298-8008-b439-a0cd06b636cf. PrimitiveType ISO8601Interval :
See Also:
  • Constructor Details

    • ISO8601Interval

      protected ISO8601Interval()
      no arg constructor.
    • ISO8601Interval

      public ISO8601Interval(ISO8601Interval c)
      copy constructor.
      Parameters:
      c - the object to be copied.
    • ISO8601Interval

      public ISO8601Interval(String v)
      Creates a new ISO8601Interval Primitive Type instance, using the base type.
      Parameters:
      v - the base type.
  • Method Details

    • value

      public final String value()
      Return the representation of this primitive (value)
      Returns:
      string representation of this primitive( value)
    • toString

      public final String toString()
      Return the string representation of this primitive value
      Overrides:
      toString in class Object
      Returns:
      string representation of this primitive
      See Also: