| java.lang.Object | |
| ↳ | com.workday.compensation.PeriodPlanDataType |
Period Plan Data
Java class for Period_Plan_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period_Plan_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Element_Reference" type="{urn:com.workday/bsvc}Compensation_Pay_EarningObjectType"/>
<element name="Default_Compensation_Period_Multiplier" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="14"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Unit_of_Duration_Reference" type="{urn:com.workday/bsvc}Compensation_PeriodObjectType"/>
<element name="Compensation_Basis_Reference" type="{urn:com.workday/bsvc}Compensation_BasisObjectType"/>
<element name="Period_Plan_Profile_Replacement_Data" type="{urn:com.workday/bsvc}Period_Plan_Profile_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Compensation_Setup_Security_Segment_Reference" type="{urn:com.workday/bsvc}Compensation_Setup_Security_SegmentObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationBasisReference | |||||||||||
| compensationElementReference | |||||||||||
| compensationSetupSecuritySegmentReference | |||||||||||
| defaultCompensationPeriodMultiplier | |||||||||||
| periodPlanProfileReplacementData | |||||||||||
| unitOfDurationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationBasisReference property.
| |||||||||||
Gets the value of the compensationElementReference property.
| |||||||||||
Gets the value of the compensationSetupSecuritySegmentReference property.
| |||||||||||
Gets the value of the defaultCompensationPeriodMultiplier property.
| |||||||||||
Gets the value of the periodPlanProfileReplacementData property.
| |||||||||||
Gets the value of the unitOfDurationReference property.
| |||||||||||
Sets the value of the compensationBasisReference property.
| |||||||||||
Sets the value of the compensationElementReference property.
| |||||||||||
Sets the value of the compensationSetupSecuritySegmentReference property.
| |||||||||||
Sets the value of the defaultCompensationPeriodMultiplier property.
| |||||||||||
Sets the value of the periodPlanProfileReplacementData property.
| |||||||||||
Sets the value of the unitOfDurationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compensationBasisReference property.
CompensationBasisObjectType
Gets the value of the compensationElementReference property.
CompensationPayEarningObjectType
Gets the value of the compensationSetupSecuritySegmentReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the compensationSetupSecuritySegmentReference property.
For example, to add a new item, do as follows:
getCompensationSetupSecuritySegmentReference().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationSetupSecuritySegmentObjectType
Gets the value of the defaultCompensationPeriodMultiplier property.
Gets the value of the periodPlanProfileReplacementData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the periodPlanProfileReplacementData property.
For example, to add a new item, do as follows:
getPeriodPlanProfileReplacementData().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodPlanProfileReplacementDataType
Gets the value of the unitOfDurationReference property.
CompensationPeriodObjectType
Sets the value of the compensationBasisReference property.
| value | Allowed object is
CompensationBasisObjectType
|
|---|
Sets the value of the compensationElementReference property.
| value | Allowed object is
CompensationPayEarningObjectType
|
|---|
Sets the value of the compensationSetupSecuritySegmentReference property.
| compensationSetupSecuritySegmentReference | Allowed object is
CompensationSetupSecuritySegmentObjectType
|
|---|
Sets the value of the defaultCompensationPeriodMultiplier property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the periodPlanProfileReplacementData property.
| periodPlanProfileReplacementData | Allowed object is
PeriodPlanProfileReplacementDataType
|
|---|
Sets the value of the unitOfDurationReference property.
| value | Allowed object is
CompensationPeriodObjectType
|
|---|