public class

SysTime

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.meetings.SysTime

Class Overview

Java class for SysTime complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SysTime">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="year" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="month" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="dayOfWeek" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="day" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="hour" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="minute" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="second" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="milliseconds" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int day
protected int dayOfWeek
protected int hour
protected int milliseconds
protected int minute
protected int month
protected int second
protected int year
Public Constructors
SysTime()
Public Methods
int getDay()
Gets the value of the day property.
int getDayOfWeek()
Gets the value of the dayOfWeek property.
int getHour()
Gets the value of the hour property.
int getMilliseconds()
Gets the value of the milliseconds property.
int getMinute()
Gets the value of the minute property.
int getMonth()
Gets the value of the month property.
int getSecond()
Gets the value of the second property.
int getYear()
Gets the value of the year property.
void setDay(int value)
Sets the value of the day property.
void setDayOfWeek(int value)
Sets the value of the dayOfWeek property.
void setHour(int value)
Sets the value of the hour property.
void setMilliseconds(int value)
Sets the value of the milliseconds property.
void setMinute(int value)
Sets the value of the minute property.
void setMonth(int value)
Sets the value of the month property.
void setSecond(int value)
Sets the value of the second property.
void setYear(int value)
Sets the value of the year property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int day

protected int dayOfWeek

protected int hour

protected int milliseconds

protected int minute

protected int month

protected int second

protected int year

Public Constructors

public SysTime ()

Public Methods

public int getDay ()

Gets the value of the day property.

public int getDayOfWeek ()

Gets the value of the dayOfWeek property.

public int getHour ()

Gets the value of the hour property.

public int getMilliseconds ()

Gets the value of the milliseconds property.

public int getMinute ()

Gets the value of the minute property.

public int getMonth ()

Gets the value of the month property.

public int getSecond ()

Gets the value of the second property.

public int getYear ()

Gets the value of the year property.

public void setDay (int value)

Sets the value of the day property.

Parameters
value

public void setDayOfWeek (int value)

Sets the value of the dayOfWeek property.

Parameters
value

public void setHour (int value)

Sets the value of the hour property.

Parameters
value

public void setMilliseconds (int value)

Sets the value of the milliseconds property.

Parameters
value

public void setMinute (int value)

Sets the value of the minute property.

Parameters
value

public void setMonth (int value)

Sets the value of the month property.

Parameters
value

public void setSecond (int value)

Sets the value of the second property.

Parameters
value

public void setYear (int value)

Sets the value of the year property.

Parameters
value