Class ISO8601Instant

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

@VoDml(id="execbroker:ISO8601Instant", role=primitiveType) @Embeddable public class ISO8601Instant extends Object implements Serializable
A regular expression filter for an ISO 8601 instant. TODO Add timezone. PrimitiveType ISO8601Instant :
See Also:
  • Constructor Details

    • ISO8601Instant

      protected ISO8601Instant()
      no arg constructor.
    • ISO8601Instant

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

      public ISO8601Instant(String v)
      Creates a new ISO8601Instant 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: