public class

AwaitingTaskDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.AwaitingTaskDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar assignmentDate
protected List<UniqueIdentifierObjectType> awaitingPersonReference
protected List<UniqueIdentifierObjectType> commentReference
protected XMLGregorianCalendar dueDate
protected UniqueIdentifierObjectType taskReference
protected EventRecordActionObjectType taskStatusReference
Public Constructors
AwaitingTaskDataType()
Public Methods
XMLGregorianCalendar getAssignmentDate()
Gets the value of the assignmentDate property.
List<UniqueIdentifierObjectType> getAwaitingPersonReference()
Gets the value of the awaitingPersonReference property.
List<UniqueIdentifierObjectType> getCommentReference()
Gets the value of the commentReference property.
XMLGregorianCalendar getDueDate()
Gets the value of the dueDate property.
UniqueIdentifierObjectType getTaskReference()
Gets the value of the taskReference property.
EventRecordActionObjectType getTaskStatusReference()
Gets the value of the taskStatusReference property.
void setAssignmentDate(XMLGregorianCalendar value)
Sets the value of the assignmentDate property.
void setAwaitingPersonReference(List<UniqueIdentifierObjectType> awaitingPersonReference)
Sets the value of the awaitingPersonReference property.
void setCommentReference(List<UniqueIdentifierObjectType> commentReference)
Sets the value of the commentReference property.
void setDueDate(XMLGregorianCalendar value)
Sets the value of the dueDate property.
void setTaskReference(UniqueIdentifierObjectType value)
Sets the value of the taskReference property.
void setTaskStatusReference(EventRecordActionObjectType value)
Sets the value of the taskStatusReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar assignmentDate

protected List<UniqueIdentifierObjectType> awaitingPersonReference

protected List<UniqueIdentifierObjectType> commentReference

protected XMLGregorianCalendar dueDate

protected UniqueIdentifierObjectType taskReference

protected EventRecordActionObjectType taskStatusReference

Public Constructors

public AwaitingTaskDataType ()

Public Methods

public XMLGregorianCalendar getAssignmentDate ()

Gets the value of the assignmentDate property.

Returns
  • possible object is XMLGregorianCalendar

public List<UniqueIdentifierObjectType> getAwaitingPersonReference ()

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

public List<UniqueIdentifierObjectType> getCommentReference ()

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

public XMLGregorianCalendar getDueDate ()

Gets the value of the dueDate property.

Returns
  • possible object is XMLGregorianCalendar

public UniqueIdentifierObjectType getTaskReference ()

Gets the value of the taskReference property.

Returns

public EventRecordActionObjectType getTaskStatusReference ()

Gets the value of the taskStatusReference property.

Returns

public void setAssignmentDate (XMLGregorianCalendar value)

Sets the value of the assignmentDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setAwaitingPersonReference (List<UniqueIdentifierObjectType> awaitingPersonReference)

Sets the value of the awaitingPersonReference property.

Parameters
awaitingPersonReference Allowed object is UniqueIdentifierObjectType

public void setCommentReference (List<UniqueIdentifierObjectType> commentReference)

Sets the value of the commentReference property.

Parameters
commentReference Allowed object is UniqueIdentifierObjectType

public void setDueDate (XMLGregorianCalendar value)

Sets the value of the dueDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTaskReference (UniqueIdentifierObjectType value)

Sets the value of the taskReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setTaskStatusReference (EventRecordActionObjectType value)

Sets the value of the taskStatusReference property.

Parameters
value Allowed object is EventRecordActionObjectType