| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollRemittanceTotalDataType |
Payroll Remittance Total Data
Java class for Payroll_Remittance_Total_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Remittance_Total_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Current_Period" 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="36"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currentPeriod | |||||||||||
| label | |||||||||||
| ytd | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currentPeriod property.
| |||||||||||
Gets the value of the label property.
| |||||||||||
Gets the value of the ytd property.
| |||||||||||
Sets the value of the currentPeriod property.
| |||||||||||
Sets the value of the label property.
| |||||||||||
Sets the value of the ytd property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the currentPeriod property.
Gets the value of the label property.
Gets the value of the ytd property.
Sets the value of the currentPeriod property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the label property.
| value | Allowed object is String |
|---|
Sets the value of the ytd property.
| value | Allowed object is BigDecimal |
|---|

