public class

TransactionLogCriteriaType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.TransactionLogCriteriaType

Class Overview

Searches the transaction log for business processes and event lites to find specific events that occurred during a period of time.

Java class for Transaction_Log_CriteriaType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Transaction_Log_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Transaction_Date_Range_Data" type="{urn:com.workday/bsvc}Effective_And_Updated_DateTime_DataType" minOccurs="0"/>
         <choice>
           <element name="Transaction_Type_References" type="{urn:com.workday/bsvc}Transaction_Type_ReferencesType" minOccurs="0"/>
           <element name="Subscriber_Reference" type="{urn:com.workday/bsvc}SubscriberObjectType" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected SubscriberObjectType subscriberReference
protected EffectiveAndUpdatedDateTimeDataType transactionDateRangeData
protected TransactionTypeReferencesType transactionTypeReferences
Public Constructors
TransactionLogCriteriaType()
Public Methods
SubscriberObjectType getSubscriberReference()
Gets the value of the subscriberReference property.
EffectiveAndUpdatedDateTimeDataType getTransactionDateRangeData()
Gets the value of the transactionDateRangeData property.
TransactionTypeReferencesType getTransactionTypeReferences()
Gets the value of the transactionTypeReferences property.
void setSubscriberReference(SubscriberObjectType value)
Sets the value of the subscriberReference property.
void setTransactionDateRangeData(EffectiveAndUpdatedDateTimeDataType value)
Sets the value of the transactionDateRangeData property.
void setTransactionTypeReferences(TransactionTypeReferencesType value)
Sets the value of the transactionTypeReferences property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected SubscriberObjectType subscriberReference

protected EffectiveAndUpdatedDateTimeDataType transactionDateRangeData

protected TransactionTypeReferencesType transactionTypeReferences

Public Constructors

public TransactionLogCriteriaType ()

Public Methods

public SubscriberObjectType getSubscriberReference ()

Gets the value of the subscriberReference property.

Returns

public EffectiveAndUpdatedDateTimeDataType getTransactionDateRangeData ()

Gets the value of the transactionDateRangeData property.

Returns

public TransactionTypeReferencesType getTransactionTypeReferences ()

Gets the value of the transactionTypeReferences property.

Returns

public void setSubscriberReference (SubscriberObjectType value)

Sets the value of the subscriberReference property.

Parameters
value Allowed object is SubscriberObjectType

public void setTransactionDateRangeData (EffectiveAndUpdatedDateTimeDataType value)

Sets the value of the transactionDateRangeData property.

Parameters
value Allowed object is EffectiveAndUpdatedDateTimeDataType

public void setTransactionTypeReferences (TransactionTypeReferencesType value)

Sets the value of the transactionTypeReferences property.

Parameters
value Allowed object is TransactionTypeReferencesType