Package org.ivoa.dm.registry.voresource
Class UTCTimestamp
java.lang.Object
org.ivoa.dm.registry.voresource.UTCTimestamp
- All Implemented Interfaces:
 Serializable
@VoDml(id="VOResource:UTCTimestamp",
       role=primitiveType)
@Embeddable
public class UTCTimestamp
extends Object
implements Serializable
A timestamp that is compliant with ISO8601 and fixes
                 the timezone indicator, if present, to 'Z' (UTC).  VOResource
                 writers should always include the timezone marker.  VOResource
                 readers must interpret timestamps without a timezone marker as
                 UTC. 
  PrimitiveType UTCTimestamp :
- See Also:
 
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedno arg constructor.UTCTimestamp(Date v) Creates a new UTCTimestamp Primitive Type instance, using the base type.copy constructor. - 
Method Summary
 
- 
Constructor Details
- 
UTCTimestamp
protected UTCTimestamp()no arg constructor. - 
UTCTimestamp
copy constructor.- Parameters:
 c- the object to be copied.
 - 
UTCTimestamp
Creates a new UTCTimestamp Primitive Type instance, using the base type.- Parameters:
 v- the base type.
 
 - 
 - 
Method Details