Package | Description |
---|---|
org.exolab.castor.types |
The Castor implementation of specific XML Schema Types
|
Modifier and Type | Method and Description |
---|---|
TimeDuration |
RecurringDurationBase.getDuration()
Deprecated.
|
TimeDuration |
RecurringDurationBase.getPeriod()
Deprecated.
|
static TimeDuration |
TimeDuration.parseTimeDuration(String str)
Deprecated.
Parse the given string and return a time duration
which represents this string
|
Modifier and Type | Method and Description |
---|---|
boolean |
TimeDuration.equal(TimeDuration timeD)
Deprecated.
Returns true if the instance of TimeDuration has the same fields
of the parameter
|
boolean |
TimeDuration.isGreater(TimeDuration timeD)
Deprecated.
Returns true if the present instance of TimeDuration is greater than
the parameter
|
void |
RecurringDurationBase.setDuration(TimeDuration duration)
Deprecated.
set the duration facet for this recurringDuration
|
void |
TimePeriod.setPeriod(TimeDuration period)
Deprecated.
|
void |
RecurringDurationBase.setPeriod(TimeDuration period)
Deprecated.
set the period facet for this recurringDuration
|
Constructor and Description |
---|
RecurringDuration(TimeDuration duration,
TimeDuration period)
Deprecated.
returns a recurringDuration with the facets
duration and period set up
|
RecurringDurationBase(TimeDuration duration,
TimeDuration period)
Deprecated.
Returns a recurringDurationBase with the facets duration and period set.
|
Copyright © 2015. All rights reserved.