Class ISO8601Duration

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

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

    • ISO8601Duration

      protected ISO8601Duration()
      no arg constructor.
    • ISO8601Duration

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

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