org.topbraid.core.calendar
Class XSDDateTimeTimeZone

java.lang.Object
  extended by com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
      extended by com.hp.hpl.jena.datatypes.xsd.XSDDateTime
          extended by org.topbraid.core.calendar.XSDDateTimeTimeZone

public class XSDDateTimeTimeZone
extends com.hp.hpl.jena.datatypes.xsd.XSDDateTime


Field Summary
 
Fields inherited from class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
DAY_MASK, FULL_MASK, mask, maskMap, MONTH_MASK, TIME_MASK, YEAR_MASK
 
Fields inherited from class com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
CY, D, data, EQUAL, fractionalSeconds, GREATER_THAN, h, hh, INDETERMINATE, LESS_THAN, m, M, mm, ms, msscale, s, TOTAL_SIZE, utc
 
Constructor Summary
XSDDateTimeTimeZone(java.util.Calendar dateInput, int style)
           
XSDDateTimeTimeZone(java.lang.Object dateInput, int mask, int[] timeZone)
           
 
Method Summary
 int[] getDateArray()
           
 int[] getTimeZone()
           
 java.lang.String toString()
           
 
Methods inherited from class com.hp.hpl.jena.datatypes.xsd.XSDDateTime
asCalendar, getDays, getFullSeconds, getHours, getMinutes, getMonths, getNarrowedDatatype, getSeconds, getTimePart, getYears, narrowType, timeLexicalForm
 
Methods inherited from class com.hp.hpl.jena.datatypes.xsd.AbstractDateTime
compare, compareDates, compareOrder, equals, extractFractionalSeconds, fQuotient, fQuotient, hashCode, maxDayInMonthFor, mod, modulo, normalize, resetDateObj
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSDDateTimeTimeZone

public XSDDateTimeTimeZone(java.util.Calendar dateInput,
                           int style)

XSDDateTimeTimeZone

public XSDDateTimeTimeZone(java.lang.Object dateInput,
                           int mask,
                           int[] timeZone)
Method Detail

getDateArray

public int[] getDateArray()

getTimeZone

public int[] getTimeZone()

toString

public java.lang.String toString()
Overrides:
toString in class com.hp.hpl.jena.datatypes.xsd.XSDDateTime