public class

PeriodContentDataType

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

Class Overview

Summary of details for a Pay Period.

Java class for Period_Content_DataType complex type.

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

 <complexType name="Period_Content_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" minOccurs="0"/>
         <element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Period_Status_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar endDate
protected XMLGregorianCalendar paymentDate
protected PeriodObjectType periodReference
protected UniqueIdentifierObjectType periodStatusReference
protected XMLGregorianCalendar startDate
Public Constructors
PeriodContentDataType()
Public Methods
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
XMLGregorianCalendar getPaymentDate()
Gets the value of the paymentDate property.
PeriodObjectType getPeriodReference()
Gets the value of the periodReference property.
UniqueIdentifierObjectType getPeriodStatusReference()
Gets the value of the periodStatusReference property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setPaymentDate(XMLGregorianCalendar value)
Sets the value of the paymentDate property.
void setPeriodReference(PeriodObjectType value)
Sets the value of the periodReference property.
void setPeriodStatusReference(UniqueIdentifierObjectType value)
Sets the value of the periodStatusReference property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar endDate

protected XMLGregorianCalendar paymentDate

protected PeriodObjectType periodReference

protected UniqueIdentifierObjectType periodStatusReference

protected XMLGregorianCalendar startDate

Public Constructors

public PeriodContentDataType ()

Public Methods

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getPaymentDate ()

Gets the value of the paymentDate property.

Returns
  • possible object is XMLGregorianCalendar

public PeriodObjectType getPeriodReference ()

Gets the value of the periodReference property.

Returns

public UniqueIdentifierObjectType getPeriodStatusReference ()

Gets the value of the periodStatusReference property.

Returns

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPaymentDate (XMLGregorianCalendar value)

Sets the value of the paymentDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPeriodReference (PeriodObjectType value)

Sets the value of the periodReference property.

Parameters
value Allowed object is PeriodObjectType

public void setPeriodStatusReference (UniqueIdentifierObjectType value)

Sets the value of the periodStatusReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar