Package org.eclipse.wst.xml.xpath2.processor.internal.types


org.eclipse.wst.xml.xpath2.processor.internal.types
Class CalendarType



public class CalendarType
extends org.eclipse.wst.xml.xpath2.processor.internal.types.CtrType
Common base for all Calendar based classes

Constructor Summary

CalendarType()

Method Summary

public java.util.Calendarcalendar()
    
public java.lang.ObjectgetNativeValue()
    
protected booleanisGDataType(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType aat)
    
public java.util.CalendarnormalizeCalendar(java.util.Calendar cal , org.eclipse.wst.xml.xpath2.processor.internal.types.XSDuration timezone)
    

Constructor Detail

CalendarType

public CalendarType()


Methods Detail

calendar

public java.util.Calendar calendar()

Returns

java.util.Calendar


getNativeValue

public java.lang.Object getNativeValue()

Returns

java.lang.Object


isGDataType

protected boolean isGDataType(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType aat)

Parameters

aat

Returns

boolean


normalizeCalendar

public java.util.Calendar normalizeCalendar(java.util.Calendar cal , org.eclipse.wst.xml.xpath2.processor.internal.types.XSDuration timezone)

Parameters

cal

timezone

Returns

java.util.Calendar