| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.TimeInfo |
Java class for TimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActivityStatusCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CalendarId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="DisplayText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Effort" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="IsActivity" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SourceId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="SourceTypeCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SubCode" type="{http://schemas.microsoft.com/crm/2011/Contracts}SubCode" minOccurs="0"/>
<element name="TimeCode" type="{http://schemas.microsoft.com/crm/2011/Contracts}TimeCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activityStatusCode | |||||||||||
| calendarId | |||||||||||
| displayText | |||||||||||
| effort | |||||||||||
| end | |||||||||||
| isActivity | |||||||||||
| sourceId | |||||||||||
| sourceTypeCode | |||||||||||
| start | |||||||||||
| subCode | |||||||||||
| timeCode | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the activityStatusCode property.
| |||||||||||
Gets the value of the calendarId property.
| |||||||||||
Gets the value of the displayText property.
| |||||||||||
Gets the value of the effort property.
| |||||||||||
Gets the value of the end property.
| |||||||||||
Gets the value of the sourceId property.
| |||||||||||
Gets the value of the sourceTypeCode property.
| |||||||||||
Gets the value of the start property.
| |||||||||||
Gets the value of the subCode property.
| |||||||||||
Gets the value of the timeCode property.
| |||||||||||
Gets the value of the isActivity property.
| |||||||||||
Sets the value of the activityStatusCode property.
| |||||||||||
Sets the value of the calendarId property.
| |||||||||||
Sets the value of the displayText property.
| |||||||||||
Sets the value of the effort property.
| |||||||||||
Sets the value of the end property.
| |||||||||||
Sets the value of the isActivity property.
| |||||||||||
Sets the value of the sourceId property.
| |||||||||||
Sets the value of the sourceTypeCode property.
| |||||||||||
Sets the value of the start property.
| |||||||||||
Sets the value of the subCode property.
| |||||||||||
Sets the value of the timeCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the activityStatusCode property.
Gets the value of the calendarId property.
Guid
Gets the value of the displayText property.
Gets the value of the effort property.
Gets the value of the end property.
Gets the value of the sourceTypeCode property.
Gets the value of the start property.
Gets the value of the subCode property.
SubCode
Gets the value of the timeCode property.
TimeCode
Gets the value of the isActivity property.
Sets the value of the activityStatusCode property.
| value | Allowed object is Integer |
|---|
Sets the value of the calendarId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the displayText property.
| value | Allowed object is String |
|---|
Sets the value of the effort property.
| value | Allowed object is Double |
|---|
Sets the value of the end property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the isActivity property.
| value | Allowed object is Boolean |
|---|
Sets the value of the sourceId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the sourceTypeCode property.
| value | Allowed object is Integer |
|---|
Sets the value of the start property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the subCode property.
| value | Allowed object is
SubCode
|
|---|
Sets the value of the timeCode property.
| value | Allowed object is
TimeCode
|
|---|