|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.types.RecurringDurationBase
org.exolab.castor.types.RecurringDuration
org.exolab.castor.types.TimePeriod
public class TimePeriod
Describe an XML schema TimePeriod.
The time period type is derived from recurringDuration by setting up the facet:
Note: This datatype is not included in any recommendation. It was introduced in http://www.w3.org/TR/2000/WD-xmlschema-2-20000407/ and was last in http://www.w3.org/TR/2000/CR-xmlschema-2-20001024/ and was removed by http://www.w3.org/TR/2001/PR-xmlschema-2-20010316/. It was not in the final approved recommendation: http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/
RecurringDuration,
Serialized Form| Constructor Summary | |
|---|---|
TimePeriod()
Deprecated. |
|
TimePeriod(String duration)
Deprecated. returns a TimePeriod with the duration facet set up |
|
| Method Summary | |
|---|---|
void |
setFields(String str)
Deprecated. parse a string to set the fields of a TimePeriod |
void |
setPeriod(TimeDuration period)
Deprecated. set the period facet for this recurringDuration |
| Methods inherited from class org.exolab.castor.types.RecurringDuration |
|---|
equal, equals, getCentury, getDay, getMonth, getValues, getYear, isGreater, isLeap, parse, parseRecurringDuration, setCentury, setDay, setMonth, setValues, setYear, toDate, toString |
| Methods inherited from class org.exolab.castor.types.RecurringDurationBase |
|---|
equal, getDuration, getHour, getMilli, getMinute, getPeriod, getSeconds, getZoneHour, getZoneMinute, isGreater, isNegative, isUTC, isZoneNegative, setDuration, setDuration, setHour, setMinute, setNegative, setPeriod, setSecond, setUTC, setZone, setZoneNegative |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimePeriod()
public TimePeriod(String duration)
duration - the String value of the duration facet| Method Detail |
|---|
public void setFields(String str)
throws ParseException
str - the string to parse
ParseException
public void setPeriod(TimeDuration period)
throws UnsupportedOperationException
RecurringDurationBase
setPeriod in class RecurringDurationBaseperiod - the period to set
UnsupportedOperationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||