public class

TimeInfo

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.TimeInfo

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Integer activityStatusCode
protected Guid calendarId
protected String displayText
protected Double effort
protected XMLGregorianCalendar end
protected Boolean isActivity
protected Guid sourceId
protected Integer sourceTypeCode
protected XMLGregorianCalendar start
protected SubCode subCode
protected TimeCode timeCode
Public Constructors
TimeInfo()
Public Methods
Integer getActivityStatusCode()
Gets the value of the activityStatusCode property.
Guid getCalendarId()
Gets the value of the calendarId property.
String getDisplayText()
Gets the value of the displayText property.
Double getEffort()
Gets the value of the effort property.
XMLGregorianCalendar getEnd()
Gets the value of the end property.
Guid getSourceId()
Gets the value of the sourceId property.
Integer getSourceTypeCode()
Gets the value of the sourceTypeCode property.
XMLGregorianCalendar getStart()
Gets the value of the start property.
SubCode getSubCode()
Gets the value of the subCode property.
TimeCode getTimeCode()
Gets the value of the timeCode property.
Boolean isIsActivity()
Gets the value of the isActivity property.
void setActivityStatusCode(Integer value)
Sets the value of the activityStatusCode property.
void setCalendarId(Guid value)
Sets the value of the calendarId property.
void setDisplayText(String value)
Sets the value of the displayText property.
void setEffort(Double value)
Sets the value of the effort property.
void setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
void setIsActivity(Boolean value)
Sets the value of the isActivity property.
void setSourceId(Guid value)
Sets the value of the sourceId property.
void setSourceTypeCode(Integer value)
Sets the value of the sourceTypeCode property.
void setStart(XMLGregorianCalendar value)
Sets the value of the start property.
void setSubCode(SubCode value)
Sets the value of the subCode property.
void setTimeCode(TimeCode value)
Sets the value of the timeCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Integer activityStatusCode

protected Guid calendarId

protected String displayText

protected Double effort

protected XMLGregorianCalendar end

protected Boolean isActivity

protected Guid sourceId

protected Integer sourceTypeCode

protected XMLGregorianCalendar start

protected SubCode subCode

protected TimeCode timeCode

Public Constructors

public TimeInfo ()

Public Methods

public Integer getActivityStatusCode ()

Gets the value of the activityStatusCode property.

Returns
  • possible object is Integer

public Guid getCalendarId ()

Gets the value of the calendarId property.

Returns
  • possible object is Guid

public String getDisplayText ()

Gets the value of the displayText property.

Returns
  • possible object is String

public Double getEffort ()

Gets the value of the effort property.

Returns
  • possible object is Double

public XMLGregorianCalendar getEnd ()

Gets the value of the end property.

Returns
  • possible object is XMLGregorianCalendar

public Guid getSourceId ()

Gets the value of the sourceId property.

Returns
  • possible object is Guid

public Integer getSourceTypeCode ()

Gets the value of the sourceTypeCode property.

Returns
  • possible object is Integer

public XMLGregorianCalendar getStart ()

Gets the value of the start property.

Returns
  • possible object is XMLGregorianCalendar

public SubCode getSubCode ()

Gets the value of the subCode property.

Returns

public TimeCode getTimeCode ()

Gets the value of the timeCode property.

Returns

public Boolean isIsActivity ()

Gets the value of the isActivity property.

Returns
  • possible object is Boolean

public void setActivityStatusCode (Integer value)

Sets the value of the activityStatusCode property.

Parameters
value Allowed object is Integer

public void setCalendarId (Guid value)

Sets the value of the calendarId property.

Parameters
value Allowed object is Guid

public void setDisplayText (String value)

Sets the value of the displayText property.

Parameters
value Allowed object is String

public void setEffort (Double value)

Sets the value of the effort property.

Parameters
value Allowed object is Double

public void setEnd (XMLGregorianCalendar value)

Sets the value of the end property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setIsActivity (Boolean value)

Sets the value of the isActivity property.

Parameters
value Allowed object is Boolean

public void setSourceId (Guid value)

Sets the value of the sourceId property.

Parameters
value Allowed object is Guid

public void setSourceTypeCode (Integer value)

Sets the value of the sourceTypeCode property.

Parameters
value Allowed object is Integer

public void setStart (XMLGregorianCalendar value)

Sets the value of the start property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSubCode (SubCode value)

Sets the value of the subCode property.

Parameters
value Allowed object is SubCode

public void setTimeCode (TimeCode value)

Sets the value of the timeCode property.

Parameters
value Allowed object is TimeCode