| java.lang.Object | |
| ↳ | com.workday.integrations.AwaitingTaskDataType |
This element is wrapper for Event data.
Java class for Awaiting_Task_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Awaiting_Task_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Task_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Comment_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Task_Status_Reference" type="{urn:com.workday/bsvc}Event_Record_ActionObjectType" minOccurs="0"/>
<element name="Assignment_Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Due_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Awaiting_Person_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignmentDate | |||||||||||
| awaitingPersonReference | |||||||||||
| commentReference | |||||||||||
| dueDate | |||||||||||
| taskReference | |||||||||||
| taskStatusReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignmentDate property.
| |||||||||||
Gets the value of the awaitingPersonReference property.
| |||||||||||
Gets the value of the commentReference property.
| |||||||||||
Gets the value of the dueDate property.
| |||||||||||
Gets the value of the taskReference property.
| |||||||||||
Gets the value of the taskStatusReference property.
| |||||||||||
Sets the value of the assignmentDate property.
| |||||||||||
Sets the value of the awaitingPersonReference property.
| |||||||||||
Sets the value of the commentReference property.
| |||||||||||
Sets the value of the dueDate property.
| |||||||||||
Sets the value of the taskReference property.
| |||||||||||
Sets the value of the taskStatusReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assignmentDate property.
Gets the value of the awaitingPersonReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the awaitingPersonReference property.
For example, to add a new item, do as follows:
getAwaitingPersonReference().add(newItem);
Objects of the following type(s) are allowed in the list
UniqueIdentifierObjectType
Gets the value of the commentReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the commentReference property.
For example, to add a new item, do as follows:
getCommentReference().add(newItem);
Objects of the following type(s) are allowed in the list
UniqueIdentifierObjectType
Gets the value of the dueDate property.
Gets the value of the taskReference property.
UniqueIdentifierObjectType
Gets the value of the taskStatusReference property.
EventRecordActionObjectType
Sets the value of the assignmentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the awaitingPersonReference property.
| awaitingPersonReference | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the commentReference property.
| commentReference | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the dueDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the taskReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the taskStatusReference property.
| value | Allowed object is
EventRecordActionObjectType
|
|---|