public class TaskType extends ItemType implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for TaskType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}ItemType">
<sequence>
<element name="ActualWork" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="AssignedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="BillingInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ChangeCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Companies" type="{http://schemas.microsoft.com/exchange/services/2006/types}ArrayOfStringsType" minOccurs="0"/>
<element name="CompleteDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Contacts" type="{http://schemas.microsoft.com/exchange/services/2006/types}ArrayOfStringsType" minOccurs="0"/>
<element name="DelegationState" type="{http://schemas.microsoft.com/exchange/services/2006/types}TaskDelegateStateType" minOccurs="0"/>
<element name="Delegator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="IsAssignmentEditable" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="IsComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsRecurring" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsTeamTask" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Mileage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Recurrence" type="{http://schemas.microsoft.com/exchange/services/2006/types}TaskRecurrenceType" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Status" type="{http://schemas.microsoft.com/exchange/services/2006/types}TaskStatusType" minOccurs="0"/>
<element name="StatusDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TotalWork" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
actualWork |
protected XMLGregorianCalendar |
assignedTime |
protected String |
billingInformation |
protected Integer |
changeCount |
protected ArrayOfStringsType |
companies |
protected XMLGregorianCalendar |
completeDate |
protected ArrayOfStringsType |
contacts |
protected TaskDelegateStateType |
delegationState |
protected String |
delegator |
protected XMLGregorianCalendar |
dueDate |
protected Integer |
isAssignmentEditable |
protected Boolean |
isComplete |
protected Boolean |
isRecurring |
protected Boolean |
isTeamTask |
protected String |
mileage |
protected String |
owner |
protected Double |
percentComplete |
protected TaskRecurrenceType |
recurrence |
protected XMLGregorianCalendar |
startDate |
protected TaskStatusType |
status |
protected String |
statusDescription |
protected Integer |
totalWork |
attachments, body, categories, culture, dateTimeCreated, dateTimeReceived, dateTimeSent, displayCc, displayTo, effectiveRights, extendedProperties, hasAttachments, importance, inReplyTo, internetMessageHeaders, isDraft, isFromMe, isResend, isSubmitted, isUnmodified, itemClass, itemId, lastModifiedName, lastModifiedTime, mimeContent, parentFolderId, reminderDueBy, reminderIsSet, reminderMinutesBeforeStart, responseObjects, sensitivity, size, subject| Constructor and Description |
|---|
TaskType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Integer |
getActualWork()
Gets the value of the actualWork property.
|
XMLGregorianCalendar |
getAssignedTime()
Gets the value of the assignedTime property.
|
String |
getBillingInformation()
Gets the value of the billingInformation property.
|
Integer |
getChangeCount()
Gets the value of the changeCount property.
|
ArrayOfStringsType |
getCompanies()
Gets the value of the companies property.
|
XMLGregorianCalendar |
getCompleteDate()
Gets the value of the completeDate property.
|
ArrayOfStringsType |
getContacts()
Gets the value of the contacts property.
|
TaskDelegateStateType |
getDelegationState()
Gets the value of the delegationState property.
|
String |
getDelegator()
Gets the value of the delegator property.
|
XMLGregorianCalendar |
getDueDate()
Gets the value of the dueDate property.
|
Integer |
getIsAssignmentEditable()
Gets the value of the isAssignmentEditable property.
|
String |
getMileage()
Gets the value of the mileage property.
|
String |
getOwner()
Gets the value of the owner property.
|
Double |
getPercentComplete()
Gets the value of the percentComplete property.
|
TaskRecurrenceType |
getRecurrence()
Gets the value of the recurrence property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
TaskStatusType |
getStatus()
Gets the value of the status property.
|
String |
getStatusDescription()
Gets the value of the statusDescription property.
|
Integer |
getTotalWork()
Gets the value of the totalWork property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isIsComplete()
Gets the value of the isComplete property.
|
Boolean |
isIsRecurring()
Gets the value of the isRecurring property.
|
Boolean |
isIsTeamTask()
Gets the value of the isTeamTask property.
|
void |
setActualWork(Integer value)
Sets the value of the actualWork property.
|
void |
setAssignedTime(XMLGregorianCalendar value)
Sets the value of the assignedTime property.
|
void |
setBillingInformation(String value)
Sets the value of the billingInformation property.
|
void |
setChangeCount(Integer value)
Sets the value of the changeCount property.
|
void |
setCompanies(ArrayOfStringsType value)
Sets the value of the companies property.
|
void |
setCompleteDate(XMLGregorianCalendar value)
Sets the value of the completeDate property.
|
void |
setContacts(ArrayOfStringsType value)
Sets the value of the contacts property.
|
void |
setDelegationState(TaskDelegateStateType value)
Sets the value of the delegationState property.
|
void |
setDelegator(String value)
Sets the value of the delegator property.
|
void |
setDueDate(XMLGregorianCalendar value)
Sets the value of the dueDate property.
|
void |
setIsAssignmentEditable(Integer value)
Sets the value of the isAssignmentEditable property.
|
void |
setIsComplete(Boolean value)
Sets the value of the isComplete property.
|
void |
setIsRecurring(Boolean value)
Sets the value of the isRecurring property.
|
void |
setIsTeamTask(Boolean value)
Sets the value of the isTeamTask property.
|
void |
setMileage(String value)
Sets the value of the mileage property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setPercentComplete(Double value)
Sets the value of the percentComplete property.
|
void |
setRecurrence(TaskRecurrenceType value)
Sets the value of the recurrence property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setStatus(TaskStatusType value)
Sets the value of the status property.
|
void |
setStatusDescription(String value)
Sets the value of the statusDescription property.
|
void |
setTotalWork(Integer value)
Sets the value of the totalWork property.
|
String |
toString() |
getAttachments, getBody, getCategories, getCulture, getDateTimeCreated, getDateTimeReceived, getDateTimeSent, getDisplayCc, getDisplayTo, getEffectiveRights, getExtendedProperties, getImportance, getInReplyTo, getInternetMessageHeaders, getItemClass, getItemId, getLastModifiedName, getLastModifiedTime, getMimeContent, getParentFolderId, getReminderDueBy, getReminderMinutesBeforeStart, getResponseObjects, getSensitivity, getSize, getSubject, isHasAttachments, isIsDraft, isIsFromMe, isIsResend, isIsSubmitted, isIsUnmodified, isReminderIsSet, setAttachments, setBody, setCategories, setCulture, setDateTimeCreated, setDateTimeReceived, setDateTimeSent, setDisplayCc, setDisplayTo, setEffectiveRights, setHasAttachments, setImportance, setInReplyTo, setInternetMessageHeaders, setIsDraft, setIsFromMe, setIsResend, setIsSubmitted, setIsUnmodified, setItemClass, setItemId, setLastModifiedName, setLastModifiedTime, setMimeContent, setParentFolderId, setReminderDueBy, setReminderIsSet, setReminderMinutesBeforeStart, setResponseObjects, setSensitivity, setSize, setSubjectprotected Integer actualWork
protected XMLGregorianCalendar assignedTime
protected String billingInformation
protected Integer changeCount
protected ArrayOfStringsType companies
protected XMLGregorianCalendar completeDate
protected ArrayOfStringsType contacts
protected TaskDelegateStateType delegationState
protected String delegator
protected XMLGregorianCalendar dueDate
protected Integer isAssignmentEditable
protected Boolean isComplete
protected Boolean isRecurring
protected Boolean isTeamTask
protected String mileage
protected String owner
protected Double percentComplete
protected TaskRecurrenceType recurrence
protected XMLGregorianCalendar startDate
protected TaskStatusType status
protected String statusDescription
protected Integer totalWork
public Integer getActualWork()
Integerpublic void setActualWork(Integer value)
value - allowed object is
Integerpublic XMLGregorianCalendar getAssignedTime()
XMLGregorianCalendarpublic void setAssignedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getBillingInformation()
Stringpublic void setBillingInformation(String value)
value - allowed object is
Stringpublic Integer getChangeCount()
Integerpublic void setChangeCount(Integer value)
value - allowed object is
Integerpublic ArrayOfStringsType getCompanies()
ArrayOfStringsTypepublic void setCompanies(ArrayOfStringsType value)
value - allowed object is
ArrayOfStringsTypepublic XMLGregorianCalendar getCompleteDate()
XMLGregorianCalendarpublic void setCompleteDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ArrayOfStringsType getContacts()
ArrayOfStringsTypepublic void setContacts(ArrayOfStringsType value)
value - allowed object is
ArrayOfStringsTypepublic TaskDelegateStateType getDelegationState()
TaskDelegateStateTypepublic void setDelegationState(TaskDelegateStateType value)
value - allowed object is
TaskDelegateStateTypepublic String getDelegator()
Stringpublic void setDelegator(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDueDate()
XMLGregorianCalendarpublic void setDueDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getIsAssignmentEditable()
Integerpublic void setIsAssignmentEditable(Integer value)
value - allowed object is
Integerpublic Boolean isIsComplete()
Booleanpublic void setIsComplete(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsRecurring()
Booleanpublic void setIsRecurring(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsTeamTask()
Booleanpublic void setIsTeamTask(Boolean value)
value - allowed object is
Booleanpublic String getMileage()
Stringpublic void setMileage(String value)
value - allowed object is
Stringpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic Double getPercentComplete()
Doublepublic void setPercentComplete(Double value)
value - allowed object is
Doublepublic TaskRecurrenceType getRecurrence()
TaskRecurrenceTypepublic void setRecurrence(TaskRecurrenceType value)
value - allowed object is
TaskRecurrenceTypepublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic TaskStatusType getStatus()
TaskStatusTypepublic void setStatus(TaskStatusType value)
value - allowed object is
TaskStatusTypepublic String getStatusDescription()
Stringpublic void setStatusDescription(String value)
value - allowed object is
Stringpublic Integer getTotalWork()
Integerpublic void setTotalWork(Integer value)
value - allowed object is
Integerpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class ItemTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Copyright © 2014 Jasig. All Rights Reserved.