| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeEarningDeductionCodeSummaryDataType |
The Earning Summary for each Earning Code.
Java class for Payee_Earning_Deduction_Code_Summary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Earning_Deduction_Code_Summary_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType" minOccurs="0"/>
<element name="External_Payroll_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Position_Based" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<choice>
<element name="Amount_Data" type="{urn:com.workday/bsvc}Amount_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Percentage" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="16"/>
<minInclusive value="0"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
</choice>
<element name="Coverage_Data" type="{urn:com.workday/bsvc}Coverage_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
<element name="Goal_Amount" type="{urn:com.workday/bsvc}Goal_AmountType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Costing_Worktag_Data" type="{urn:com.workday/bsvc}Costing_Worktag_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amountData | |||||||||||
| codeReference | |||||||||||
| costingWorktagData | |||||||||||
| coverageData | |||||||||||
| endDate | |||||||||||
| externalPayrollCode | |||||||||||
| frequencyReference | |||||||||||
| goalAmount | |||||||||||
| percentage | |||||||||||
| positionBased | |||||||||||
| positionReference | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amountData property.
| |||||||||||
Gets the value of the codeReference property.
| |||||||||||
Gets the value of the costingWorktagData property.
| |||||||||||
Gets the value of the coverageData property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the externalPayrollCode property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Gets the value of the goalAmount property.
| |||||||||||
Gets the value of the percentage property.
| |||||||||||
Gets the value of the positionBased property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the amountData property.
| |||||||||||
Sets the value of the codeReference property.
| |||||||||||
Sets the value of the costingWorktagData property.
| |||||||||||
Sets the value of the coverageData property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the externalPayrollCode property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
Sets the value of the goalAmount property.
| |||||||||||
Sets the value of the percentage property.
| |||||||||||
Sets the value of the positionBased property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amountData 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 amountData property.
For example, to add a new item, do as follows:
getAmountData().add(newItem);
Objects of the following type(s) are allowed in the list
AmountDataType
Gets the value of the codeReference property.
PayComponentObjectType
Gets the value of the costingWorktagData 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 costingWorktagData property.
For example, to add a new item, do as follows:
getCostingWorktagData().add(newItem);
Objects of the following type(s) are allowed in the list
CostingWorktagDataType
Gets the value of the coverageData 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 coverageData property.
For example, to add a new item, do as follows:
getCoverageData().add(newItem);
Objects of the following type(s) are allowed in the list
CoverageDataType
Gets the value of the endDate property.
Gets the value of the externalPayrollCode property.
Gets the value of the frequencyReference property.
FrequencyObjectType
Gets the value of the goalAmount 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 goalAmount property.
For example, to add a new item, do as follows:
getGoalAmount().add(newItem);
Objects of the following type(s) are allowed in the list
GoalAmountType
Gets the value of the percentage property.
Gets the value of the positionBased property. This getter has been renamed from isPositionBased() to getPositionBased() by cxf-xjc-boolean plugin.
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the startDate property.
Sets the value of the amountData property.
| amountData | Allowed object is
AmountDataType
|
|---|
Sets the value of the codeReference property.
| value | Allowed object is
PayComponentObjectType
|
|---|
Sets the value of the costingWorktagData property.
| costingWorktagData | Allowed object is
CostingWorktagDataType
|
|---|
Sets the value of the coverageData property.
| coverageData | Allowed object is
CoverageDataType
|
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the externalPayrollCode property.
| value | Allowed object is String |
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the goalAmount property.
| goalAmount | Allowed object is
GoalAmountType
|
|---|
Sets the value of the percentage property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the positionBased property.
| value | Allowed object is Boolean |
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|