public class

PeriodActivityEligibilityEntryDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.PeriodActivityEligibilityEntryDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal assignedUnitQuantity
protected PeriodActivityObjectType periodActivityReference
protected PeriodActivityTaskObjectType periodActivityTaskReference
Public Constructors
PeriodActivityEligibilityEntryDataType()
Public Methods
BigDecimal getAssignedUnitQuantity()
Gets the value of the assignedUnitQuantity property.
PeriodActivityObjectType getPeriodActivityReference()
Gets the value of the periodActivityReference property.
PeriodActivityTaskObjectType getPeriodActivityTaskReference()
Gets the value of the periodActivityTaskReference property.
void setAssignedUnitQuantity(BigDecimal value)
Sets the value of the assignedUnitQuantity property.
void setPeriodActivityReference(PeriodActivityObjectType value)
Sets the value of the periodActivityReference property.
void setPeriodActivityTaskReference(PeriodActivityTaskObjectType value)
Sets the value of the periodActivityTaskReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal assignedUnitQuantity

protected PeriodActivityObjectType periodActivityReference

protected PeriodActivityTaskObjectType periodActivityTaskReference

Public Constructors

public PeriodActivityEligibilityEntryDataType ()

Public Methods

public BigDecimal getAssignedUnitQuantity ()

Gets the value of the assignedUnitQuantity property.

Returns
  • possible object is BigDecimal

public PeriodActivityObjectType getPeriodActivityReference ()

Gets the value of the periodActivityReference property.

Returns

public PeriodActivityTaskObjectType getPeriodActivityTaskReference ()

Gets the value of the periodActivityTaskReference property.

Returns

public void setAssignedUnitQuantity (BigDecimal value)

Sets the value of the assignedUnitQuantity property.

Parameters
value Allowed object is BigDecimal

public void setPeriodActivityReference (PeriodActivityObjectType value)

Sets the value of the periodActivityReference property.

Parameters
value Allowed object is PeriodActivityObjectType

public void setPeriodActivityTaskReference (PeriodActivityTaskObjectType value)

Sets the value of the periodActivityTaskReference property.

Parameters
value Allowed object is PeriodActivityTaskObjectType