public class

LastPIExtractCreatedDataType

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

Class Overview

Last Payroll Interface Extract Created

Java class for Last_PI_Extract_Created_DataType complex type.

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

 <complexType name="Last_PI_Extract_Created_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_System_Reference" type="{urn:com.workday/bsvc}Integration_System__Audited_ObjectType"/>
         <element name="Date_Time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar dateTime
protected IntegrationSystemAuditedObjectType integrationSystemReference
Public Constructors
LastPIExtractCreatedDataType()
Public Methods
XMLGregorianCalendar getDateTime()
Gets the value of the dateTime property.
IntegrationSystemAuditedObjectType getIntegrationSystemReference()
Gets the value of the integrationSystemReference property.
void setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
void setIntegrationSystemReference(IntegrationSystemAuditedObjectType value)
Sets the value of the integrationSystemReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar dateTime

protected IntegrationSystemAuditedObjectType integrationSystemReference

Public Constructors

public LastPIExtractCreatedDataType ()

Public Methods

public XMLGregorianCalendar getDateTime ()

Gets the value of the dateTime property.

Returns
  • possible object is XMLGregorianCalendar

public IntegrationSystemAuditedObjectType getIntegrationSystemReference ()

Gets the value of the integrationSystemReference property.

Returns

public void setDateTime (XMLGregorianCalendar value)

Sets the value of the dateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setIntegrationSystemReference (IntegrationSystemAuditedObjectType value)

Sets the value of the integrationSystemReference property.

Parameters
value Allowed object is IntegrationSystemAuditedObjectType