com.clarkparsia.pellet.datatypes.types.datetime
Class XSDDateTime

java.lang.Object
  extended by com.clarkparsia.pellet.datatypes.AbstractBaseDatatype<javax.xml.datatype.XMLGregorianCalendar>
      extended by com.clarkparsia.pellet.datatypes.types.datetime.AbstractTimelineDatatype
          extended by com.clarkparsia.pellet.datatypes.types.datetime.XSDDateTime
All Implemented Interfaces:
Datatype<javax.xml.datatype.XMLGregorianCalendar>

public class XSDDateTime
extends AbstractTimelineDatatype

Title: xsd:dateTime

Description: Singleton implementation of xsd:dateTime datatype

Copyright: Copyright (c) 2009

Company: Clark & Parsia, LLC.

Author:
Mike Smith

Method Summary
 RestrictedDatatype<javax.xml.datatype.XMLGregorianCalendar> asDataRange()
          Get the canonical data range for a datatype
static XSDDateTime getInstance()
           
 
Methods inherited from class com.clarkparsia.pellet.datatypes.types.datetime.AbstractTimelineDatatype
getCanonicalRepresentation, getLiteral, getPrimitiveDatatype, getValue, isPrimitive
 
Methods inherited from class com.clarkparsia.pellet.datatypes.AbstractBaseDatatype
equals, getName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static XSDDateTime getInstance()

asDataRange

public RestrictedDatatype<javax.xml.datatype.XMLGregorianCalendar> asDataRange()
Description copied from interface: Datatype
Get the canonical data range for a datatype

Returns:
a DataRange representation of the datatype value space


Copyright © 2004 Evren Sirin. All Rights Reserved.