| java.lang.Object | |
| ↳ | com.workday.compensation.PeriodActivityEligibilityEntryDataType |
Encapsulating element containing eligible period activity data.
Java class for Period_Activity_Eligibility_Entry_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period_Activity_Eligibility_Entry_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Period_Activity_Reference" type="{urn:com.workday/bsvc}Period_ActivityObjectType"/>
<element name="Period_Activity_Task_Reference" type="{urn:com.workday/bsvc}Period_Activity_TaskObjectType" minOccurs="0"/>
<element name="Assigned_Unit_Quantity" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="16"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignedUnitQuantity | |||||||||||
| periodActivityReference | |||||||||||
| periodActivityTaskReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignedUnitQuantity property.
| |||||||||||
Gets the value of the periodActivityReference property.
| |||||||||||
Gets the value of the periodActivityTaskReference property.
| |||||||||||
Sets the value of the assignedUnitQuantity property.
| |||||||||||
Sets the value of the periodActivityReference property.
| |||||||||||
Sets the value of the periodActivityTaskReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assignedUnitQuantity property.
Gets the value of the periodActivityReference property.
PeriodActivityObjectType
Gets the value of the periodActivityTaskReference property.
PeriodActivityTaskObjectType
Sets the value of the assignedUnitQuantity property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the periodActivityReference property.
| value | Allowed object is
PeriodActivityObjectType
|
|---|
Sets the value of the periodActivityTaskReference property.
| value | Allowed object is
PeriodActivityTaskObjectType
|
|---|