public class

PayrollRemittanceAbsencePlanType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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="Paid" 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

Fields
protected BigDecimal accrued
protected BigDecimal balance
protected String gbName
protected String name
protected BigDecimal paid
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 getPaid()
Gets the value of the paid 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 setPaid(BigDecimal value)
Sets the value of the paid property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal accrued

protected BigDecimal balance

protected String gbName

protected String name

protected BigDecimal paid

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 getPaid ()

Gets the value of the paid 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 setPaid (BigDecimal value)

Sets the value of the paid property.

Parameters
value Allowed object is BigDecimal