public class

PayrollRemittanceTaxableWagesDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PayrollRemittanceTaxableWagesDataType

Class Overview

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="36"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal amount
protected String gbName
protected String name
protected BigDecimal ytd
Public Constructors
PayrollRemittanceTaxableWagesDataType()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
String getGBName()
Gets the value of the gbName property.
String getName()
Gets the value of the name property.
BigDecimal getYTD()
Gets the value of the ytd property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setGBName(String value)
Sets the value of the gbName property.
void setName(String value)
Sets the value of the name property.
void setYTD(BigDecimal value)
Sets the value of the ytd property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal amount

protected String gbName

protected String name

protected BigDecimal ytd

Public Constructors

public PayrollRemittanceTaxableWagesDataType ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public String getGBName ()

Gets the value of the gbName property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public BigDecimal getYTD ()

Gets the value of the ytd property.

Returns
  • possible object is BigDecimal

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setGBName (String value)

Sets the value of the gbName property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setYTD (BigDecimal value)

Sets the value of the ytd property.

Parameters
value Allowed object is BigDecimal