public class

WithholdingOrderFeeDataType

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

Class Overview

Withholding Order Fee Data

Java class for Withholding_Order_Fee_DataType complex type.

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

 <complexType name="Withholding_Order_Fee_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Fee_Amount">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Fee_Type_Reference" type="{urn:com.workday/bsvc}Withholding_Order_Fee_TypeObjectType"/>
         <element name="Deduction_Recipient_Reference" type="{urn:com.workday/bsvc}Deduction_RecipientObjectType" minOccurs="0"/>
         <element name="Override_Fee_Schedule" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar beginDate
protected DeductionRecipientObjectType deductionRecipientReference
protected XMLGregorianCalendar endDate
protected BigDecimal feeAmount
protected WithholdingOrderFeeTypeObjectType feeTypeReference
protected Boolean overrideFeeSchedule
Public Constructors
WithholdingOrderFeeDataType()
Public Methods
XMLGregorianCalendar getBeginDate()
Gets the value of the beginDate property.
DeductionRecipientObjectType getDeductionRecipientReference()
Gets the value of the deductionRecipientReference property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
BigDecimal getFeeAmount()
Gets the value of the feeAmount property.
WithholdingOrderFeeTypeObjectType getFeeTypeReference()
Gets the value of the feeTypeReference property.
Boolean isOverrideFeeSchedule()
Gets the value of the overrideFeeSchedule property.
void setBeginDate(XMLGregorianCalendar value)
Sets the value of the beginDate property.
void setDeductionRecipientReference(DeductionRecipientObjectType value)
Sets the value of the deductionRecipientReference property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setFeeAmount(BigDecimal value)
Sets the value of the feeAmount property.
void setFeeTypeReference(WithholdingOrderFeeTypeObjectType value)
Sets the value of the feeTypeReference property.
void setOverrideFeeSchedule(Boolean value)
Sets the value of the overrideFeeSchedule property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar beginDate

protected DeductionRecipientObjectType deductionRecipientReference

protected XMLGregorianCalendar endDate

protected BigDecimal feeAmount

protected WithholdingOrderFeeTypeObjectType feeTypeReference

protected Boolean overrideFeeSchedule

Public Constructors

public WithholdingOrderFeeDataType ()

Public Methods

public XMLGregorianCalendar getBeginDate ()

Gets the value of the beginDate property.

Returns
  • possible object is XMLGregorianCalendar

public DeductionRecipientObjectType getDeductionRecipientReference ()

Gets the value of the deductionRecipientReference property.

Returns

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getFeeAmount ()

Gets the value of the feeAmount property.

Returns
  • possible object is BigDecimal

public WithholdingOrderFeeTypeObjectType getFeeTypeReference ()

Gets the value of the feeTypeReference property.

Returns

public Boolean isOverrideFeeSchedule ()

Gets the value of the overrideFeeSchedule property.

Returns
  • possible object is Boolean

public void setBeginDate (XMLGregorianCalendar value)

Sets the value of the beginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDeductionRecipientReference (DeductionRecipientObjectType value)

Sets the value of the deductionRecipientReference property.

Parameters
value Allowed object is DeductionRecipientObjectType

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFeeAmount (BigDecimal value)

Sets the value of the feeAmount property.

Parameters
value Allowed object is BigDecimal

public void setFeeTypeReference (WithholdingOrderFeeTypeObjectType value)

Sets the value of the feeTypeReference property.

Parameters
value Allowed object is WithholdingOrderFeeTypeObjectType

public void setOverrideFeeSchedule (Boolean value)

Sets the value of the overrideFeeSchedule property.

Parameters
value Allowed object is Boolean