Package org.ivoa.dm.executionbroker
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 Summary
ConstructorsModifierConstructorDescriptionprotectedno arg constructor.Creates a new ISO8601Interval Primitive Type instance, using the base type.copy constructor. -
Method Summary
-
Constructor Details
-
ISO8601Interval
protected ISO8601Interval()no arg constructor. -
ISO8601Interval
copy constructor.- Parameters:
c- the object to be copied.
-
ISO8601Interval
Creates a new ISO8601Interval Primitive Type instance, using the base type.- Parameters:
v- the base type.
-
-
Method Details