| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PeriodDataType |
Period Content Data
Java class for Period_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Payroll_Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Payroll_GL_Accruals" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Days_to_Accrue" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="8"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Days_in_Basis" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="8"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Accrual_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Accrual_Reversal_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Open_Time_Entry" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Lock_Time_Entry" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Unlock_for_Adjustments" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Close_Time_Entry" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Payroll_Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" minOccurs="0"/>
<element name="Valuation_Date_Override_Data" type="{urn:com.workday/bsvc}Valuation_Date_Override_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accrualDate | |||||||||||
| accrualReversalDate | |||||||||||
| closeTimeEntry | |||||||||||
| daysInBasis | |||||||||||
| daysToAccrue | |||||||||||
| lockTimeEntry | |||||||||||
| openTimeEntry | |||||||||||
| payrollGLAccruals | |||||||||||
| payrollPaymentDate | |||||||||||
| payrollPeriodReference | |||||||||||
| periodEndDate | |||||||||||
| periodStartDate | |||||||||||
| unlockForAdjustments | |||||||||||
| valuationDateOverrideData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accrualDate property.
| |||||||||||
Gets the value of the accrualReversalDate property.
| |||||||||||
Gets the value of the closeTimeEntry property.
| |||||||||||
Gets the value of the daysInBasis property.
| |||||||||||
Gets the value of the daysToAccrue property.
| |||||||||||
Gets the value of the lockTimeEntry property.
| |||||||||||
Gets the value of the openTimeEntry property.
| |||||||||||
Gets the value of the payrollGLAccruals property.
| |||||||||||
Gets the value of the payrollPaymentDate property.
| |||||||||||
Gets the value of the payrollPeriodReference property.
| |||||||||||
Gets the value of the periodEndDate property.
| |||||||||||
Gets the value of the periodStartDate property.
| |||||||||||
Gets the value of the unlockForAdjustments property.
| |||||||||||
Gets the value of the valuationDateOverrideData property.
| |||||||||||
Sets the value of the accrualDate property.
| |||||||||||
Sets the value of the accrualReversalDate property.
| |||||||||||
Sets the value of the closeTimeEntry property.
| |||||||||||
Sets the value of the daysInBasis property.
| |||||||||||
Sets the value of the daysToAccrue property.
| |||||||||||
Sets the value of the lockTimeEntry property.
| |||||||||||
Sets the value of the openTimeEntry property.
| |||||||||||
Sets the value of the payrollGLAccruals property.
| |||||||||||
Sets the value of the payrollPaymentDate property.
| |||||||||||
Sets the value of the payrollPeriodReference property.
| |||||||||||
Sets the value of the periodEndDate property.
| |||||||||||
Sets the value of the periodStartDate property.
| |||||||||||
Sets the value of the unlockForAdjustments property.
| |||||||||||
Sets the value of the valuationDateOverrideData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accrualDate property.
Gets the value of the accrualReversalDate property.
Gets the value of the closeTimeEntry property.
Gets the value of the daysInBasis property.
Gets the value of the daysToAccrue property.
Gets the value of the lockTimeEntry property.
Gets the value of the openTimeEntry property.
Gets the value of the payrollGLAccruals property. This getter has been renamed from isPayrollGLAccruals() to getPayrollGLAccruals() by cxf-xjc-boolean plugin.
Gets the value of the payrollPaymentDate property.
Gets the value of the payrollPeriodReference property.
PeriodObjectType
Gets the value of the periodEndDate property.
Gets the value of the periodStartDate property.
Gets the value of the unlockForAdjustments property.
Gets the value of the valuationDateOverrideData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the valuationDateOverrideData property.
For example, to add a new item, do as follows:
getValuationDateOverrideData().add(newItem);
Objects of the following type(s) are allowed in the list
ValuationDateOverrideDataType
Sets the value of the accrualDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the accrualReversalDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the closeTimeEntry property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the daysInBasis property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the daysToAccrue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the lockTimeEntry property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the openTimeEntry property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the payrollGLAccruals property.
| value | Allowed object is Boolean |
|---|
Sets the value of the payrollPaymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the payrollPeriodReference property.
| value | Allowed object is
PeriodObjectType
|
|---|
Sets the value of the periodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the unlockForAdjustments property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the valuationDateOverrideData property.
| valuationDateOverrideData | Allowed object is
ValuationDateOverrideDataType
|
|---|