public class

SPTimeZone

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.userprofile.SPTimeZone

Class Overview

Java class for SPTimeZone complex type.

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

 <complexType name="SPTimeZone">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int id
Public Constructors
SPTimeZone()
Public Methods
int getID()
Gets the value of the id property.
void setID(int value)
Sets the value of the id property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int id

Public Constructors

public SPTimeZone ()

Public Methods

public int getID ()

Gets the value of the id property.

public void setID (int value)

Sets the value of the id property.

Parameters
value