| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollRemittanceTaxableWagesDataType |
Payroll Remittance Taxable Wages
Java class for Payroll_Remittance_Taxable_Wages_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Remittance_Taxable_Wages_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GB_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" 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="18"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| gbName | |||||||||||
| name | |||||||||||
| ytd | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the gbName property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the ytd property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the gbName property.
| |||||||||||
Sets the value of the name 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 gbName property.
Gets the value of the name 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 gbName property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the ytd property.
| value | Allowed object is BigDecimal |
|---|