public class

PayrollRemittanceTotalDataType

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

Class Overview

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

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal currentPeriod
protected String label
protected BigDecimal ytd
Public Constructors
PayrollRemittanceTotalDataType()
Public Methods
BigDecimal getCurrentPeriod()
Gets the value of the currentPeriod property.
String getLabel()
Gets the value of the label property.
BigDecimal getYTD()
Gets the value of the ytd property.
void setCurrentPeriod(BigDecimal value)
Sets the value of the currentPeriod property.
void setLabel(String value)
Sets the value of the label property.
void setYTD(BigDecimal value)
Sets the value of the ytd property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal currentPeriod

protected String label

protected BigDecimal ytd

Public Constructors

public PayrollRemittanceTotalDataType ()

Public Methods

public BigDecimal getCurrentPeriod ()

Gets the value of the currentPeriod property.

Returns
  • possible object is BigDecimal

public String getLabel ()

Gets the value of the label property.

Returns
  • possible object is String

public BigDecimal getYTD ()

Gets the value of the ytd property.

Returns
  • possible object is BigDecimal

public void setCurrentPeriod (BigDecimal value)

Sets the value of the currentPeriod property.

Parameters
value Allowed object is BigDecimal

public void setLabel (String value)

Sets the value of the label 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