Class Year
- java.lang.Object
-
- org.exolab.castor.types.RecurringDurationBase
-
- org.exolab.castor.types.RecurringDuration
-
- org.exolab.castor.types.TimePeriod
-
- org.exolab.castor.types.Year
-
- All Implemented Interfaces:
java.io.Serializable
public class Year extends TimePeriod
Deprecated.since Castor 1.0.6 since this type is not in any recommendation.Describe an XML schema Year.
The date type is derived from time period by setting up the facet :
- duration to "P1Y"
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/
- Version:
- $Revision: 7289 $
- Author:
- Arnaud Blandin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Year()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.Objectparse(java.lang.String str)Deprecated.parse a String and convert it into a java.lang.Objectstatic YearparseYear(java.lang.String str)Deprecated.parse a String and convert it into a YearvoidsetDay(short day)Deprecated.set the Day FieldvoidsetHour(short hour)Deprecated.set the hour field for this recurringDurationvoidsetMinute(short minute)Deprecated.set the minute field for this recurringDurationvoidsetMonth(short month)Deprecated.set the Month FieldvoidsetSecond(short second, short millsecond)Deprecated.set the second field for this recurringDurationvoidsetZone(short hour, short minute)Deprecated.set the time zone fields for this recurringDurationvoidsetZoneNegative()Deprecated.set the time zone negative field to truejava.util.DatetoDate()Deprecated.convert this recurringDuration into a local Datejava.lang.StringtoString()Deprecated.convert this Year to a string The format is defined by W3C XML Schema draft and ISO8601 i.e (+|-)CCYY-
Methods inherited from class org.exolab.castor.types.TimePeriod
setFields, setPeriod
-
Methods inherited from class org.exolab.castor.types.RecurringDuration
equal, equals, getCentury, getDay, getMonth, getValues, getYear, isGreater, isLeap, parseRecurringDuration, setCentury, setValues, setYear
-
Methods inherited from class org.exolab.castor.types.RecurringDurationBase
equal, getDuration, getHour, getMilli, getMinute, getPeriod, getSeconds, getZoneHour, getZoneMinute, isGreater, isNegative, isUTC, isZoneNegative, setDuration, setDuration, setNegative, setPeriod, setUTC
-
-
-
-
Method Detail
-
setMonth
public void setMonth(short month) throws java.lang.UnsupportedOperationExceptionDeprecated.Description copied from class:RecurringDurationset the Month Field- Overrides:
setMonthin classRecurringDuration- Parameters:
month- the value to set up Note 1- Throws:
java.lang.UnsupportedOperationException
-
setDay
public void setDay(short day) throws java.lang.UnsupportedOperationExceptionDeprecated.Description copied from class:RecurringDurationset the Day Field- Overrides:
setDayin classRecurringDuration- Parameters:
day- the value to set up Note a validation is done on the day field- Throws:
java.lang.UnsupportedOperationException
-
setHour
public void setHour(short hour) throws java.lang.UnsupportedOperationExceptionDeprecated.Description copied from class:RecurringDurationBaseset the hour field for this recurringDuration- Overrides:
setHourin classRecurringDurationBase- Parameters:
hour- the hour to set- Throws:
java.lang.UnsupportedOperationException- this exception is thrown when changing the value of the hour field is not allowed
-
setMinute
public void setMinute(short minute) throws java.lang.UnsupportedOperationExceptionDeprecated.Description copied from class:RecurringDurationBaseset the minute field for this recurringDuration- Overrides:
setMinutein classRecurringDurationBase- Parameters:
minute- the minute to set- Throws:
java.lang.UnsupportedOperationException- this exception is thrown when changing the value of the minute field is not allowed
-
setSecond
public void setSecond(short second, short millsecond) throws java.lang.UnsupportedOperationExceptionDeprecated.Description copied from class:RecurringDurationBaseset the second field for this recurringDuration- Overrides:
setSecondin classRecurringDurationBase- Parameters:
second- the second to setmillsecond- the millisecond to set- Throws:
java.lang.UnsupportedOperationException- this exception is thrown when changing the value of the second field is not allowed
-
setZone
public void setZone(short hour, short minute) throws java.lang.UnsupportedOperationExceptionDeprecated.Description copied from class:RecurringDurationBaseset the time zone fields for this recurringDuration- Overrides:
setZonein classRecurringDurationBase- Parameters:
hour- the time zone hour to setminute- the time zone minute to set- Throws:
java.lang.UnsupportedOperationException- this exception is thrown when changing the value of the time zone fields is not allowed
-
setZoneNegative
public void setZoneNegative() throws java.lang.UnsupportedOperationExceptionDeprecated.Description copied from class:RecurringDurationBaseset the time zone negative field to true- Overrides:
setZoneNegativein classRecurringDurationBase- Throws:
java.lang.UnsupportedOperationException- this exception is thrown when changing the time zone fields is not allowed
-
toString
public java.lang.String toString()
Deprecated.convert this Year to a string The format is defined by W3C XML Schema draft and ISO8601 i.e (+|-)CCYY- Overrides:
toStringin classRecurringDuration- Returns:
- a string representing this Month
-
parse
public static java.lang.Object parse(java.lang.String str) throws java.text.ParseExceptionDeprecated.parse a String and convert it into a java.lang.Object- Parameters:
str- the string to parse- Returns:
- the java.lang.Object represented by the string
- Throws:
java.text.ParseException- a parse exception is thrown if the string to parse does not follow the rigth format (see the description of this class)
-
parseYear
public static Year parseYear(java.lang.String str) throws java.text.ParseException
Deprecated.parse a String and convert it into a Year- Parameters:
str- the string to parse- Returns:
- the Year represented by the string
- Throws:
java.text.ParseException- a parse exception is thrown if the string to parse does not follow the rigth format (see the description of this class)
-
toDate
public java.util.Date toDate() throws java.text.ParseExceptionDeprecated.Description copied from class:RecurringDurationconvert this recurringDuration into a local DateNote : Be aware a the 'local' property of the date i.e toDate() will de the conversion between a UTC date and your computer date format. For instance if you have set up your computer time zone on the Pacific Day Time the conversion of 2000-10-20T00:00:00.000 into a java.util.Date will return Thu Oct 19 17:00:00 PDT 2000
- Overrides:
toDatein classRecurringDuration- Returns:
- a local date representing this recurringDuration
- Throws:
java.text.ParseException
-
-