| java.lang.Object | |
| ↳ | workday.com.bsvc.WithholdingOrderFeeDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beginDate | |||||||||||
| deductionRecipientReference | |||||||||||
| endDate | |||||||||||
| feeAmount | |||||||||||
| feeTypeReference | |||||||||||
| overrideFeeSchedule | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beginDate property.
| |||||||||||
Gets the value of the deductionRecipientReference property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the feeAmount property.
| |||||||||||
Gets the value of the feeTypeReference property.
| |||||||||||
Gets the value of the overrideFeeSchedule property.
| |||||||||||
Sets the value of the beginDate property.
| |||||||||||
Sets the value of the deductionRecipientReference property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the feeAmount property.
| |||||||||||
Sets the value of the feeTypeReference property.
| |||||||||||
Sets the value of the overrideFeeSchedule property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the beginDate property.
Gets the value of the deductionRecipientReference property.
DeductionRecipientObjectType
Gets the value of the endDate property.
Gets the value of the feeAmount property.
Gets the value of the feeTypeReference property.
WithholdingOrderFeeTypeObjectType
Gets the value of the overrideFeeSchedule property.
Sets the value of the beginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the deductionRecipientReference property.
| value | Allowed object is
DeductionRecipientObjectType
|
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the feeAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the feeTypeReference property.
| value | Allowed object is
WithholdingOrderFeeTypeObjectType
|
|---|
Sets the value of the overrideFeeSchedule property.
| value | Allowed object is Boolean |
|---|

