| java.lang.Object | |
| ↳ | com.workday.payrollinterface.LastExtractCreatedDataType |
External Pay Group Last Extract Created Data
Java class for Last_Extract_Created_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Last_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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dateTime | |||||||||||
| integrationSystemReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dateTime property.
| |||||||||||
Gets the value of the integrationSystemReference property.
| |||||||||||
Sets the value of the dateTime property.
| |||||||||||
Sets the value of the integrationSystemReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dateTime property.
Gets the value of the integrationSystemReference property.
IntegrationSystemAuditedObjectType
Sets the value of the dateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the integrationSystemReference property.
| value | Allowed object is
IntegrationSystemAuditedObjectType
|
|---|