Package | Description |
---|---|
org.exolab.castor.types |
The Castor implementation of specific XML Schema Types
|
org.exolab.castor.xml.validators |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DateTimeBase |
DateTimeBase.clone(DateTimeBase dateTime) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2021. All rights reserved.