public class

TimeZoneInf

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

Class Overview

Java class for TimeZoneInf complex type.

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

 <complexType name="TimeZoneInf">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bias" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="standardDate" type="{http://schemas.microsoft.com/sharepoint/soap/meetings/}SysTime"/>
         <element name="standardBias" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="daylightDate" type="{http://schemas.microsoft.com/sharepoint/soap/meetings/}SysTime"/>
         <element name="daylightBias" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int bias
protected int daylightBias
protected SysTime daylightDate
protected int standardBias
protected SysTime standardDate
Public Constructors
TimeZoneInf()
Public Methods
int getBias()
Gets the value of the bias property.
int getDaylightBias()
Gets the value of the daylightBias property.
SysTime getDaylightDate()
Gets the value of the daylightDate property.
int getStandardBias()
Gets the value of the standardBias property.
SysTime getStandardDate()
Gets the value of the standardDate property.
void setBias(int value)
Sets the value of the bias property.
void setDaylightBias(int value)
Sets the value of the daylightBias property.
void setDaylightDate(SysTime value)
Sets the value of the daylightDate property.
void setStandardBias(int value)
Sets the value of the standardBias property.
void setStandardDate(SysTime value)
Sets the value of the standardDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int bias

protected int daylightBias

protected SysTime daylightDate

protected int standardBias

protected SysTime standardDate

Public Constructors

public TimeZoneInf ()

Public Methods

public int getBias ()

Gets the value of the bias property.

public int getDaylightBias ()

Gets the value of the daylightBias property.

public SysTime getDaylightDate ()

Gets the value of the daylightDate property.

Returns

public int getStandardBias ()

Gets the value of the standardBias property.

public SysTime getStandardDate ()

Gets the value of the standardDate property.

Returns

public void setBias (int value)

Sets the value of the bias property.

Parameters
value

public void setDaylightBias (int value)

Sets the value of the daylightBias property.

Parameters
value

public void setDaylightDate (SysTime value)

Sets the value of the daylightDate property.

Parameters
value Allowed object is SysTime

public void setStandardBias (int value)

Sets the value of the standardBias property.

Parameters
value

public void setStandardDate (SysTime value)

Sets the value of the standardDate property.

Parameters
value Allowed object is SysTime