| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PeriodContentDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endDate | |||||||||||
| paymentDate | |||||||||||
| periodReference | |||||||||||
| periodStatusReference | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the endDate property.
| |||||||||||
Gets the value of the paymentDate property.
| |||||||||||
Gets the value of the periodReference property.
| |||||||||||
Gets the value of the periodStatusReference property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the paymentDate property.
| |||||||||||
Sets the value of the periodReference property.
| |||||||||||
Sets the value of the periodStatusReference property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the endDate property.
Gets the value of the paymentDate property.
Gets the value of the periodReference property.
PeriodObjectType
Gets the value of the periodStatusReference property.
UniqueIdentifierObjectType
Gets the value of the startDate property.
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodReference property.
| value | Allowed object is
PeriodObjectType
|
|---|
Sets the value of the periodStatusReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|