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