| java.lang.Object | |
| ↳ | com.workday.notification.EventDataType |
Java class for Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Event_Reference" type="{urn:com.workday/bsvc}Transaction_LogObjectType"/>
<element name="Event_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Notification_Trigger" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Event_Completion_Date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Event_Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Tenant_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="System_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Transaction_Target_Reference" type="{urn:com.workday/bsvc}Event_TargetObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| eventCompletionDate | |||||||||||
| eventEffectiveDate | |||||||||||
| eventName | |||||||||||
| eventReference | |||||||||||
| notificationTrigger | |||||||||||
| systemID | |||||||||||
| tenantName | |||||||||||
| transactionTargetReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eventCompletionDate property.
| |||||||||||
Gets the value of the eventEffectiveDate property.
| |||||||||||
Gets the value of the eventName property.
| |||||||||||
Gets the value of the eventReference property.
| |||||||||||
Gets the value of the notificationTrigger property.
| |||||||||||
Gets the value of the systemID property.
| |||||||||||
Gets the value of the tenantName property.
| |||||||||||
Gets the value of the transactionTargetReference property.
| |||||||||||
Sets the value of the eventCompletionDate property.
| |||||||||||
Sets the value of the eventEffectiveDate property.
| |||||||||||
Sets the value of the eventName property.
| |||||||||||
Sets the value of the eventReference property.
| |||||||||||
Sets the value of the notificationTrigger property.
| |||||||||||
Sets the value of the systemID property.
| |||||||||||
Sets the value of the tenantName property.
| |||||||||||
Sets the value of the transactionTargetReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the eventCompletionDate property.
Gets the value of the eventEffectiveDate property.
Gets the value of the eventName property.
Gets the value of the eventReference property.
TransactionLogObjectType
Gets the value of the notificationTrigger property.
Gets the value of the systemID property.
Gets the value of the tenantName property.
Gets the value of the transactionTargetReference 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 transactionTargetReference property.
For example, to add a new item, do as follows:
getTransactionTargetReference().add(newItem);
Objects of the following type(s) are allowed in the list
EventTargetObjectType
Sets the value of the eventCompletionDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the eventEffectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the eventName property.
| value | Allowed object is String |
|---|
Sets the value of the eventReference property.
| value | Allowed object is
TransactionLogObjectType
|
|---|
Sets the value of the notificationTrigger property.
| value | Allowed object is String |
|---|
Sets the value of the systemID property.
| value | Allowed object is String |
|---|
Sets the value of the tenantName property.
| value | Allowed object is String |
|---|
Sets the value of the transactionTargetReference property.
| transactionTargetReference | Allowed object is
EventTargetObjectType
|
|---|