public class

PeriodActivityTaskDataType

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

Class Overview

Contains Period Activity Task data.

Java class for Period_Activity_Task_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Period_Activity_Task_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Period_Activity_Task_Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Period_Activity_Task_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Period_Activity_Task_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Period_Activity_Unit_Reference" type="{urn:com.workday/bsvc}Period_Activity_UnitObjectType" minOccurs="0"/>
         <element name="Academic_Period_Reference" type="{urn:com.workday/bsvc}Academic_PeriodObjectType" minOccurs="0"/>
         <element name="Default_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>
         <element name="Allow_Unit_Quantity_Override" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected AcademicPeriodObjectType academicPeriodReference
protected Boolean allowUnitQuantityOverride
protected BigDecimal defaultUnitQuantity
protected String id
protected Boolean inactive
protected String periodActivityTaskCode
protected String periodActivityTaskDescription
protected String periodActivityTaskName
protected PeriodActivityUnitObjectType periodActivityUnitReference
Public Constructors
PeriodActivityTaskDataType()
Public Methods
AcademicPeriodObjectType getAcademicPeriodReference()
Gets the value of the academicPeriodReference property.
Boolean getAllowUnitQuantityOverride()
Gets the value of the allowUnitQuantityOverride property.
BigDecimal getDefaultUnitQuantity()
Gets the value of the defaultUnitQuantity property.
String getID()
Gets the value of the id property.
Boolean getInactive()
Gets the value of the inactive property.
String getPeriodActivityTaskCode()
Gets the value of the periodActivityTaskCode property.
String getPeriodActivityTaskDescription()
Gets the value of the periodActivityTaskDescription property.
String getPeriodActivityTaskName()
Gets the value of the periodActivityTaskName property.
PeriodActivityUnitObjectType getPeriodActivityUnitReference()
Gets the value of the periodActivityUnitReference property.
void setAcademicPeriodReference(AcademicPeriodObjectType value)
Sets the value of the academicPeriodReference property.
void setAllowUnitQuantityOverride(Boolean value)
Sets the value of the allowUnitQuantityOverride property.
void setDefaultUnitQuantity(BigDecimal value)
Sets the value of the defaultUnitQuantity property.
void setID(String value)
Sets the value of the id property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setPeriodActivityTaskCode(String value)
Sets the value of the periodActivityTaskCode property.
void setPeriodActivityTaskDescription(String value)
Sets the value of the periodActivityTaskDescription property.
void setPeriodActivityTaskName(String value)
Sets the value of the periodActivityTaskName property.
void setPeriodActivityUnitReference(PeriodActivityUnitObjectType value)
Sets the value of the periodActivityUnitReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AcademicPeriodObjectType academicPeriodReference

protected Boolean allowUnitQuantityOverride

protected BigDecimal defaultUnitQuantity

protected String id

protected Boolean inactive

protected String periodActivityTaskCode

protected String periodActivityTaskDescription

protected String periodActivityTaskName

protected PeriodActivityUnitObjectType periodActivityUnitReference

Public Constructors

public PeriodActivityTaskDataType ()

Public Methods

public AcademicPeriodObjectType getAcademicPeriodReference ()

Gets the value of the academicPeriodReference property.

Returns

public Boolean getAllowUnitQuantityOverride ()

Gets the value of the allowUnitQuantityOverride property. This getter has been renamed from isAllowUnitQuantityOverride() to getAllowUnitQuantityOverride() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getDefaultUnitQuantity ()

Gets the value of the defaultUnitQuantity property.

Returns
  • possible object is BigDecimal

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getPeriodActivityTaskCode ()

Gets the value of the periodActivityTaskCode property.

Returns
  • possible object is String

public String getPeriodActivityTaskDescription ()

Gets the value of the periodActivityTaskDescription property.

Returns
  • possible object is String

public String getPeriodActivityTaskName ()

Gets the value of the periodActivityTaskName property.

Returns
  • possible object is String

public PeriodActivityUnitObjectType getPeriodActivityUnitReference ()

Gets the value of the periodActivityUnitReference property.

Returns

public void setAcademicPeriodReference (AcademicPeriodObjectType value)

Sets the value of the academicPeriodReference property.

Parameters
value Allowed object is AcademicPeriodObjectType

public void setAllowUnitQuantityOverride (Boolean value)

Sets the value of the allowUnitQuantityOverride property.

Parameters
value Allowed object is Boolean

public void setDefaultUnitQuantity (BigDecimal value)

Sets the value of the defaultUnitQuantity property.

Parameters
value Allowed object is BigDecimal

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setPeriodActivityTaskCode (String value)

Sets the value of the periodActivityTaskCode property.

Parameters
value Allowed object is String

public void setPeriodActivityTaskDescription (String value)

Sets the value of the periodActivityTaskDescription property.

Parameters
value Allowed object is String

public void setPeriodActivityTaskName (String value)

Sets the value of the periodActivityTaskName property.

Parameters
value Allowed object is String

public void setPeriodActivityUnitReference (PeriodActivityUnitObjectType value)

Sets the value of the periodActivityUnitReference property.

Parameters
value Allowed object is PeriodActivityUnitObjectType