Uses of Class
org.exolab.castor.types.DateTimeBase

Packages that use DateTimeBase
org.exolab.castor.types The Castor implementation of specific XML Schema Types Version: $Revision: 6213 $ Author: Arnaud Blandin This package contains the implementation of the date/time datatypes defined in W3C XML Schema 1.0 Recommendation. 
org.exolab.castor.xml.validators   
 

Uses of DateTimeBase in org.exolab.castor.types
 

Subclasses of DateTimeBase in org.exolab.castor.types
 class Date
          Describe an XML Schema Date.
 class DateTime
          Describe an XML schema DateTime.
 class GDay
          Describe an XML schema gDay type.
 class GMonth
          Describe an XML schema gMonth type.
 class GMonthDay
          Describe an XML schema gMonthDay type.
 class GYear
          Describe an XML schema gYear type.
 class GYearMonth
          Describe an XML schema gYearMonth type.
 class Time
          Describes an XML schema Time.
 

Methods in org.exolab.castor.types that return DateTimeBase
 DateTimeBase DateTimeBase.clone(DateTimeBase dateTime)
           
 

Methods in org.exolab.castor.types with parameters of type DateTimeBase
 DateTimeBase DateTimeBase.clone(DateTimeBase dateTime)
           
 int DateTimeBase.compareTo(DateTimeBase dateTime)
          Compares two date/time data types.
protected  boolean DateTimeBase.equal(DateTimeBase dateTime)
          Returns true if the present instance of date/time type is equal to the parameter.
protected static int DateTimeBase.parseDay(String str, DateTimeBase result, char[] chars, int index, String complaint)
           
protected static int DateTimeBase.parseMonth(String str, DateTimeBase result, char[] chars, int index, String complaint)
           
protected static int DateTimeBase.parseTime(String str, DateTimeBase result, char[] chars, int index, String complaint)
           
protected static int DateTimeBase.parseTimeZone(String str, DateTimeBase result, char[] chars, int index, String complaint)
           
protected static int DateTimeBase.parseYear(String str, DateTimeBase result, char[] chars, int index, String complaint)
           
 

Uses of DateTimeBase in org.exolab.castor.xml.validators
 

Methods in org.exolab.castor.xml.validators that return DateTimeBase
 DateTimeBase DateTimeValidator.getFixed()
          Returns the configured fixed value for date/time validation.
 DateTimeBase DateTimeValidator.getMaxExclusive()
          Returns the configured exclusive maximum value for date/time validation.
 DateTimeBase DateTimeValidator.getMaxInclusive()
          Returns the configured inclusive maximum value for date/time validation.
 DateTimeBase DateTimeValidator.getMinExclusive()
          Returns the configured exclusive minimum value for date/time validation.
 DateTimeBase DateTimeValidator.getMinInclusive()
          Returns the configured inclusive minimum value for date/time validation.
 

Methods in org.exolab.castor.xml.validators with parameters of type DateTimeBase
 void DateTimeValidator.setFixed(DateTimeBase fixedValue)
          Sets the fixed value for date/time validation.
 void DateTimeValidator.setMaxExclusive(DateTimeBase maxValue)
          Sets the maximum (exclusive) value for date/time validation.
 void DateTimeValidator.setMaxInclusive(DateTimeBase maxValue)
          Sets the maximum (inclusive) value for date/time validation.
 void DateTimeValidator.setMinExclusive(DateTimeBase minValue)
          Sets the minimum (exclusive) value for date/time validation.
 void DateTimeValidator.setMinInclusive(DateTimeBase minValue)
          Sets the minimum (inclusive) value for date/time validation.
 void DateTimeValidator.validate(DateTimeBase dateTime)
          Validates a Date/Time instance.
 void DateTimeValidator.validate(DateTimeBase dateTime, ValidationContext context)
          Validates a Date/Time instance.
 



Copyright © 2011. All Rights Reserved.