| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollRemittanceEarningsDataType |
Payroll remitance Earnings
Java class for Payroll_Remittance_Earnings_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Remittance_Earnings_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Pay_Component_Reference" type="{urn:com.workday/bsvc}Pay_Component_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="GB_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Pay_Component" type="{http://www.w3.org/2001/XMLSchema}string" 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="Payroll_Worktags_Reference" type="{urn:com.workday/bsvc}Payroll_WorktagObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="YTD" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Units_Type_Reference" type="{urn:com.workday/bsvc}Payroll_CalculationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Units_Value" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Rate_Type_Reference" type="{urn:com.workday/bsvc}Payroll_CalculationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Rate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| endDate | |||||||||||
| gbName | |||||||||||
| payComponent | |||||||||||
| payComponentReference | |||||||||||
| payrollWorktagsReference | |||||||||||
| rate | |||||||||||
| rateTypeReference | |||||||||||
| startDate | |||||||||||
| unitsTypeReference | |||||||||||
| unitsValue | |||||||||||
| ytd | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the gbName property.
| |||||||||||
Gets the value of the payComponent property.
| |||||||||||
Gets the value of the payComponentReference property.
| |||||||||||
Gets the value of the payrollWorktagsReference property.
| |||||||||||
Gets the value of the rate property.
| |||||||||||
Gets the value of the rateTypeReference property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the unitsTypeReference property.
| |||||||||||
Gets the value of the unitsValue property.
| |||||||||||
Gets the value of the ytd property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the gbName property.
| |||||||||||
Sets the value of the payComponent property.
| |||||||||||
Sets the value of the payComponentReference property.
| |||||||||||
Sets the value of the payrollWorktagsReference property.
| |||||||||||
Sets the value of the rate property.
| |||||||||||
Sets the value of the rateTypeReference property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the unitsTypeReference property.
| |||||||||||
Sets the value of the unitsValue property.
| |||||||||||
Sets the value of the ytd property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the endDate property.
Gets the value of the gbName property.
Gets the value of the payComponent property.
Gets the value of the payComponentReference 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 payComponentReference property.
For example, to add a new item, do as follows:
getPayComponentReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayComponentReferenceType
Gets the value of the payrollWorktagsReference 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 payrollWorktagsReference property.
For example, to add a new item, do as follows:
getPayrollWorktagsReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollWorktagObjectType
Gets the value of the rate property.
Gets the value of the rateTypeReference 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 rateTypeReference property.
For example, to add a new item, do as follows:
getRateTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollCalculationObjectType
Gets the value of the startDate property.
Gets the value of the unitsTypeReference 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 unitsTypeReference property.
For example, to add a new item, do as follows:
getUnitsTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollCalculationObjectType
Gets the value of the unitsValue property.
Gets the value of the ytd property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the gbName property.
| value | Allowed object is String |
|---|
Sets the value of the payComponent property.
| value | Allowed object is String |
|---|
Sets the value of the payComponentReference property.
| payComponentReference | Allowed object is
PayComponentReferenceType
|
|---|
Sets the value of the payrollWorktagsReference property.
| payrollWorktagsReference | Allowed object is
PayrollWorktagObjectType
|
|---|
Sets the value of the rate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the rateTypeReference property.
| rateTypeReference | Allowed object is
PayrollCalculationObjectType
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the unitsTypeReference property.
| unitsTypeReference | Allowed object is
PayrollCalculationObjectType
|
|---|
Sets the value of the unitsValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the ytd property.
| value | Allowed object is BigDecimal |
|---|