public class

PayrollRemittanceGrossAndNetDataType

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

Class Overview

Payroll Remittance Gross And Net Data

Java class for Payroll_Remittance_Gross_And_Net_DataType complex type.

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

 <complexType name="Payroll_Remittance_Gross_And_Net_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Type_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" 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>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal amount
protected UniqueIdentifierObjectType typeReference
protected BigDecimal ytd
Public Constructors
PayrollRemittanceGrossAndNetDataType()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
UniqueIdentifierObjectType getTypeReference()
Gets the value of the typeReference property.
BigDecimal getYTD()
Gets the value of the ytd property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setTypeReference(UniqueIdentifierObjectType value)
Sets the value of the typeReference 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 amount

protected UniqueIdentifierObjectType typeReference

protected BigDecimal ytd

Public Constructors

public PayrollRemittanceGrossAndNetDataType ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public UniqueIdentifierObjectType getTypeReference ()

Gets the value of the typeReference property.

Returns

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 setTypeReference (UniqueIdentifierObjectType value)

Sets the value of the typeReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setYTD (BigDecimal value)

Sets the value of the ytd property.

Parameters
value Allowed object is BigDecimal