| java.lang.Object | |
| ↳ | com.workday.hr.AcademicPaySetupDataType |
Wrapper element that contains position's academic pay setup related data.
Java class for Academic_Pay_Setup_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Academic_Pay_Setup_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annual_Work_Period_Work_Percent_of_Year" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="7"/>
<minInclusive value="0"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
<element name="Annual_Work_Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Annual_Work_Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Disbursement_Plan_Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Disbursement_Plan_Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| annualWorkPeriodEndDate | |||||||||||
| annualWorkPeriodStartDate | |||||||||||
| annualWorkPeriodWorkPercentOfYear | |||||||||||
| disbursementPlanPeriodEndDate | |||||||||||
| disbursementPlanPeriodStartDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the annualWorkPeriodEndDate property.
| |||||||||||
Gets the value of the annualWorkPeriodStartDate property.
| |||||||||||
Gets the value of the annualWorkPeriodWorkPercentOfYear property.
| |||||||||||
Gets the value of the disbursementPlanPeriodEndDate property.
| |||||||||||
Gets the value of the disbursementPlanPeriodStartDate property.
| |||||||||||
Sets the value of the annualWorkPeriodEndDate property.
| |||||||||||
Sets the value of the annualWorkPeriodStartDate property.
| |||||||||||
Sets the value of the annualWorkPeriodWorkPercentOfYear property.
| |||||||||||
Sets the value of the disbursementPlanPeriodEndDate property.
| |||||||||||
Sets the value of the disbursementPlanPeriodStartDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the annualWorkPeriodEndDate property.
Gets the value of the annualWorkPeriodStartDate property.
Gets the value of the annualWorkPeriodWorkPercentOfYear property.
Gets the value of the disbursementPlanPeriodEndDate property.
Gets the value of the disbursementPlanPeriodStartDate property.
Sets the value of the annualWorkPeriodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the annualWorkPeriodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the annualWorkPeriodWorkPercentOfYear property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the disbursementPlanPeriodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the disbursementPlanPeriodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|