| java.lang.Object | |
| ↳ | workday.com.bsvc.TransactionLogDataType |
Encapsulating element containing the data of the transaction log entry.
Java class for Transaction_Log_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Transaction_Log_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transaction_Effective_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Transaction_Entry_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Transaction_Log_Type_Reference" type="{urn:com.workday/bsvc}Transaction_Log_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Transaction_Target_Reference" type="{urn:com.workday/bsvc}Event_TargetObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| transactionEffectiveMoment | |||||||||||
| transactionEntryMoment | |||||||||||
| transactionLogTypeReference | |||||||||||
| transactionTargetReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the transactionEffectiveMoment property.
| |||||||||||
Gets the value of the transactionEntryMoment property.
| |||||||||||
Gets the value of the transactionLogTypeReference property.
| |||||||||||
Gets the value of the transactionTargetReference property.
| |||||||||||
Sets the value of the transactionEffectiveMoment property.
| |||||||||||
Sets the value of the transactionEntryMoment property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the transactionEffectiveMoment property.
Gets the value of the transactionEntryMoment property.
Gets the value of the transactionLogTypeReference 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 transactionLogTypeReference property.
For example, to add a new item, do as follows:
getTransactionLogTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionLogTypeObjectType
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 transactionEffectiveMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the transactionEntryMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|