| java.lang.Object | |
| ↳ | com.workday.integrations.EventDetailDataType |
This element is wrapper for Event data.
Java class for Event_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Event_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Creation_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="Completed_Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Event_Category_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
<element name="Event_State_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Event_Target_Reference" type="{urn:com.workday/bsvc}Event_TargetObjectType" minOccurs="0"/>
<element name="Initiating_Person_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Awaiting_Task_Data" type="{urn:com.workday/bsvc}Awaiting_Task_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Sub-Event" type="{urn:com.workday/bsvc}Event_WWSType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Process_History_Data" type="{urn:com.workday/bsvc}Event_Record_Process_View_WWSType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Remaining_Process_Data" type="{urn:com.workday/bsvc}Event_Remaining_Process_View_WWSType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| awaitingTaskData | |||||||||||
| completedDate | |||||||||||
| creationDate | |||||||||||
| dueDate | |||||||||||
| eventCategoryReference | |||||||||||
| eventStateReference | |||||||||||
| eventTargetReference | |||||||||||
| initiatingPersonReference | |||||||||||
| processHistoryData | |||||||||||
| remainingProcessData | |||||||||||
| subEvent | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the awaitingTaskData property.
| |||||||||||
Gets the value of the completedDate property.
| |||||||||||
Gets the value of the creationDate property.
| |||||||||||
Gets the value of the dueDate property.
| |||||||||||
Gets the value of the eventCategoryReference property.
| |||||||||||
Gets the value of the eventStateReference property.
| |||||||||||
Gets the value of the eventTargetReference property.
| |||||||||||
Gets the value of the initiatingPersonReference property.
| |||||||||||
Gets the value of the processHistoryData property.
| |||||||||||
Gets the value of the remainingProcessData property.
| |||||||||||
Gets the value of the subEvent property.
| |||||||||||
Sets the value of the awaitingTaskData property.
| |||||||||||
Sets the value of the completedDate property.
| |||||||||||
Sets the value of the creationDate property.
| |||||||||||
Sets the value of the dueDate property.
| |||||||||||
Sets the value of the eventCategoryReference property.
| |||||||||||
Sets the value of the eventStateReference property.
| |||||||||||
Sets the value of the eventTargetReference property.
| |||||||||||
Sets the value of the initiatingPersonReference property.
| |||||||||||
Sets the value of the processHistoryData property.
| |||||||||||
Sets the value of the remainingProcessData property.
| |||||||||||
Sets the value of the subEvent property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the awaitingTaskData 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 awaitingTaskData property.
For example, to add a new item, do as follows:
getAwaitingTaskData().add(newItem);
Objects of the following type(s) are allowed in the list
AwaitingTaskDataType
Gets the value of the completedDate property.
Gets the value of the creationDate property.
Gets the value of the dueDate property.
Gets the value of the eventCategoryReference property.
EventClassificationSubcategoryObjectType
Gets the value of the eventStateReference property.
UniqueIdentifierObjectType
Gets the value of the eventTargetReference property.
EventTargetObjectType
Gets the value of the initiatingPersonReference property.
UniqueIdentifierObjectType
Gets the value of the processHistoryData 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 processHistoryData property.
For example, to add a new item, do as follows:
getProcessHistoryData().add(newItem);
Objects of the following type(s) are allowed in the list
EventRecordProcessViewWWSType
Gets the value of the remainingProcessData 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 remainingProcessData property.
For example, to add a new item, do as follows:
getRemainingProcessData().add(newItem);
Objects of the following type(s) are allowed in the list
EventRemainingProcessViewWWSType
Gets the value of the subEvent 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 subEvent property.
For example, to add a new item, do as follows:
getSubEvent().add(newItem);
Objects of the following type(s) are allowed in the list
EventWWSType
Sets the value of the awaitingTaskData property.
| awaitingTaskData | Allowed object is
AwaitingTaskDataType
|
|---|
Sets the value of the completedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the creationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the dueDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the eventCategoryReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|
Sets the value of the eventStateReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the eventTargetReference property.
| value | Allowed object is
EventTargetObjectType
|
|---|
Sets the value of the initiatingPersonReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the processHistoryData property.
| processHistoryData | Allowed object is
EventRecordProcessViewWWSType
|
|---|
Sets the value of the remainingProcessData property.
| remainingProcessData | Allowed object is
EventRemainingProcessViewWWSType
|
|---|
Sets the value of the subEvent property.
| subEvent | Allowed object is
EventWWSType
|
|---|