public class

PayrollRemittanceAbsencePlanType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.PayrollRemittanceAbsencePlanType

Class Overview

Payroll Remittance Absence Plan

Java class for Payroll_Remittance_Absence_PlanType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payroll_Remittance_Absence_PlanType">
   <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="Accrued" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Reduced" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Balance" 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>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal accrued
protected BigDecimal balance
protected String gbName
protected String name
protected BigDecimal reduced
Public Constructors
PayrollRemittanceAbsencePlanType()
Public Methods
BigDecimal getAccrued()
Gets the value of the accrued property.
BigDecimal getBalance()
Gets the value of the balance property.
String getGBName()
Gets the value of the gbName property.
String getName()
Gets the value of the name property.
BigDecimal getReduced()
Gets the value of the reduced property.
void setAccrued(BigDecimal value)
Sets the value of the accrued property.
void setBalance(BigDecimal value)
Sets the value of the balance property.
void setGBName(String value)
Sets the value of the gbName property.
void setName(String value)
Sets the value of the name property.
void setReduced(BigDecimal value)
Sets the value of the reduced property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal accrued

protected BigDecimal balance

protected String gbName

protected String name

protected BigDecimal reduced

Public Constructors

public PayrollRemittanceAbsencePlanType ()

Public Methods

public BigDecimal getAccrued ()

Gets the value of the accrued property.

Returns
  • possible object is BigDecimal

public BigDecimal getBalance ()

Gets the value of the balance 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 getReduced ()

Gets the value of the reduced property.

Returns
  • possible object is BigDecimal

public void setAccrued (BigDecimal value)

Sets the value of the accrued property.

Parameters
value Allowed object is BigDecimal

public void setBalance (BigDecimal value)

Sets the value of the balance 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 setReduced (BigDecimal value)

Sets the value of the reduced property.

Parameters
value Allowed object is BigDecimal