public class

ManualPaymentDataType

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

Class Overview

Manual Payment Data

Java class for Manual_Payment_DataType complex type.

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

 <complexType name="Manual_Payment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Third_Party_Sick_Pay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Net_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Check_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Bank_Account_Reference" type="{urn:com.workday/bsvc}Bank_AccountObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BankAccountObjectType bankAccountReference
protected String checkNumber
protected BigDecimal netAmount
protected Boolean thirdPartySickPay
Public Constructors
ManualPaymentDataType()
Public Methods
BankAccountObjectType getBankAccountReference()
Gets the value of the bankAccountReference property.
String getCheckNumber()
Gets the value of the checkNumber property.
BigDecimal getNetAmount()
Gets the value of the netAmount property.
Boolean isThirdPartySickPay()
Gets the value of the thirdPartySickPay property.
void setBankAccountReference(BankAccountObjectType value)
Sets the value of the bankAccountReference property.
void setCheckNumber(String value)
Sets the value of the checkNumber property.
void setNetAmount(BigDecimal value)
Sets the value of the netAmount property.
void setThirdPartySickPay(Boolean value)
Sets the value of the thirdPartySickPay property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BankAccountObjectType bankAccountReference

protected String checkNumber

protected BigDecimal netAmount

protected Boolean thirdPartySickPay

Public Constructors

public ManualPaymentDataType ()

Public Methods

public BankAccountObjectType getBankAccountReference ()

Gets the value of the bankAccountReference property.

Returns

public String getCheckNumber ()

Gets the value of the checkNumber property.

Returns
  • possible object is String

public BigDecimal getNetAmount ()

Gets the value of the netAmount property.

Returns
  • possible object is BigDecimal

public Boolean isThirdPartySickPay ()

Gets the value of the thirdPartySickPay property.

Returns
  • possible object is Boolean

public void setBankAccountReference (BankAccountObjectType value)

Sets the value of the bankAccountReference property.

Parameters
value Allowed object is BankAccountObjectType

public void setCheckNumber (String value)

Sets the value of the checkNumber property.

Parameters
value Allowed object is String

public void setNetAmount (BigDecimal value)

Sets the value of the netAmount property.

Parameters
value Allowed object is BigDecimal

public void setThirdPartySickPay (Boolean value)

Sets the value of the thirdPartySickPay property.

Parameters
value Allowed object is Boolean