| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.meetings.SysTime |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| day | |||||||||||
| dayOfWeek | |||||||||||
| hour | |||||||||||
| milliseconds | |||||||||||
| minute | |||||||||||
| month | |||||||||||
| second | |||||||||||
| year | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the day property.
| |||||||||||
Gets the value of the dayOfWeek property.
| |||||||||||
Gets the value of the hour property.
| |||||||||||
Gets the value of the milliseconds property.
| |||||||||||
Gets the value of the minute property.
| |||||||||||
Gets the value of the month property.
| |||||||||||
Gets the value of the second property.
| |||||||||||
Gets the value of the year property.
| |||||||||||
Sets the value of the day property.
| |||||||||||
Sets the value of the dayOfWeek property.
| |||||||||||
Sets the value of the hour property.
| |||||||||||
Sets the value of the milliseconds property.
| |||||||||||
Sets the value of the minute property.
| |||||||||||
Sets the value of the month property.
| |||||||||||
Sets the value of the second property.
| |||||||||||
Sets the value of the year property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the day property.
Gets the value of the dayOfWeek property.
Gets the value of the hour property.
Gets the value of the milliseconds property.
Gets the value of the minute property.
Gets the value of the month property.
Gets the value of the second property.
Gets the value of the year property.
Sets the value of the day property.
| value |
|---|
Sets the value of the dayOfWeek property.
| value |
|---|
Sets the value of the hour property.
| value |
|---|
Sets the value of the milliseconds property.
| value |
|---|
Sets the value of the minute property.
| value |
|---|
Sets the value of the month property.
| value |
|---|
Sets the value of the second property.
| value |
|---|
Sets the value of the year property.
| value |
|---|