Class Day

java.lang.Object
org.apache.axis.types.Day
All Implemented Interfaces:
Serializable

public class Day extends Object implements Serializable
Implementation of the XML Schema type gDay
Author:
Tom Jordahl <tomj@macromedia.com>
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Day(int day)
    Constructs a Day with the given values No timezone is specified
    Day(int day, String timezone)
    Constructs a Day with the given values, including a timezone string The timezone is validated but not used.
    Day(String source)
    Construct a Day from a String in the format ---DD[timezone]
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
     
    int
    Return the value of day XORed with the hashCode of timezone iff one is defined.
    void
    setDay(int day)
    Set the day
    void
    setTimezone(String timezone)
     
    void
    setValue(int day)
     
    void
    setValue(int day, String timezone)
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait