| java.lang.Object | |
| ↳ | com.workday.compensation.PeriodActivityTaskDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| academicPeriodReference | |||||||||||
| allowUnitQuantityOverride | |||||||||||
| defaultUnitQuantity | |||||||||||
| id | |||||||||||
| inactive | |||||||||||
| periodActivityTaskCode | |||||||||||
| periodActivityTaskDescription | |||||||||||
| periodActivityTaskName | |||||||||||
| periodActivityUnitReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the academicPeriodReference property.
| |||||||||||
Gets the value of the allowUnitQuantityOverride property.
| |||||||||||
Gets the value of the defaultUnitQuantity property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the periodActivityTaskCode property.
| |||||||||||
Gets the value of the periodActivityTaskDescription property.
| |||||||||||
Gets the value of the periodActivityTaskName property.
| |||||||||||
Gets the value of the periodActivityUnitReference property.
| |||||||||||
Sets the value of the academicPeriodReference property.
| |||||||||||
Sets the value of the allowUnitQuantityOverride property.
| |||||||||||
Sets the value of the defaultUnitQuantity property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the periodActivityTaskCode property.
| |||||||||||
Sets the value of the periodActivityTaskDescription property.
| |||||||||||
Sets the value of the periodActivityTaskName property.
| |||||||||||
Sets the value of the periodActivityUnitReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the academicPeriodReference property.
AcademicPeriodObjectType
Gets the value of the allowUnitQuantityOverride property. This getter has been renamed from isAllowUnitQuantityOverride() to getAllowUnitQuantityOverride() by cxf-xjc-boolean plugin.
Gets the value of the defaultUnitQuantity property.
Gets the value of the id property.
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the periodActivityTaskCode property.
Gets the value of the periodActivityTaskDescription property.
Gets the value of the periodActivityTaskName property.
Gets the value of the periodActivityUnitReference property.
PeriodActivityUnitObjectType
Sets the value of the academicPeriodReference property.
| value | Allowed object is
AcademicPeriodObjectType
|
|---|
Sets the value of the allowUnitQuantityOverride property.
| value | Allowed object is Boolean |
|---|
Sets the value of the defaultUnitQuantity property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the periodActivityTaskCode property.
| value | Allowed object is String |
|---|
Sets the value of the periodActivityTaskDescription property.
| value | Allowed object is String |
|---|
Sets the value of the periodActivityTaskName property.
| value | Allowed object is String |
|---|
Sets the value of the periodActivityUnitReference property.
| value | Allowed object is
PeriodActivityUnitObjectType
|
|---|