Package org.ivoa.dm.registry.voresource
Class UTCDateTime
java.lang.Object
org.ivoa.dm.registry.voresource.UTCDateTime
- All Implemented Interfaces:
 Serializable
@VoDml(id="VOResource:UTCDateTime",
       role=primitiveType)
@Embeddable
public class UTCDateTime
extends Object
implements Serializable
A date stamp that can be given to a precision of either a
                 day (type xs:date) or seconds (type xs:dateTime).  Where only a
                 date is given, it is to be interpreted as the span of the day 
                 on the UTC timezone if such distinctions are relevant. 
  PrimitiveType UTCDateTime :
- See Also:
 
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedno arg constructor.Creates a new UTCDateTime Primitive Type instance, using the base type.copy constructor. - 
Method Summary
 
- 
Constructor Details
- 
UTCDateTime
protected UTCDateTime()no arg constructor. - 
UTCDateTime
copy constructor.- Parameters:
 c- the object to be copied.
 - 
UTCDateTime
Creates a new UTCDateTime Primitive Type instance, using the base type.- Parameters:
 v- the base type.
 
 - 
 - 
Method Details