public class

PayrollSupportOrderDetailDataType

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

Class Overview

Payroll Support Order Detail Data

Java class for Payroll_Support_Order_Detail_DataType complex type.

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

 <complexType name="Payroll_Support_Order_Detail_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Order_Form_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <choice>
           <element name="Pay_Period_Amount_Override" minOccurs="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                 <totalDigits value="26"/>
                 <minInclusive value="0"/>
                 <fractionDigits value="6"/>
               </restriction>
             </simpleType>
           </element>
           <element name="Amount_as_Percent" minOccurs="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                 <totalDigits value="9"/>
                 <minInclusive value="0"/>
                 <fractionDigits value="6"/>
               </restriction>
             </simpleType>
           </element>
         </choice>
         <element name="Support_Type_Reference" type="{urn:com.workday/bsvc}Support_TypeObjectType"/>
         <element name="Arrears_Over_12_Weeks" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal amountAsPercent
protected Boolean arrearsOver12Weeks
protected BigDecimal orderFormAmount
protected BigDecimal payPeriodAmountOverride
protected SupportTypeObjectType supportTypeReference
Public Constructors
PayrollSupportOrderDetailDataType()
Public Methods
BigDecimal getAmountAsPercent()
Gets the value of the amountAsPercent property.
Boolean getArrearsOver12Weeks()
Gets the value of the arrearsOver12Weeks property.
BigDecimal getOrderFormAmount()
Gets the value of the orderFormAmount property.
BigDecimal getPayPeriodAmountOverride()
Gets the value of the payPeriodAmountOverride property.
SupportTypeObjectType getSupportTypeReference()
Gets the value of the supportTypeReference property.
void setAmountAsPercent(BigDecimal value)
Sets the value of the amountAsPercent property.
void setArrearsOver12Weeks(Boolean value)
Sets the value of the arrearsOver12Weeks property.
void setOrderFormAmount(BigDecimal value)
Sets the value of the orderFormAmount property.
void setPayPeriodAmountOverride(BigDecimal value)
Sets the value of the payPeriodAmountOverride property.
void setSupportTypeReference(SupportTypeObjectType value)
Sets the value of the supportTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal amountAsPercent

protected Boolean arrearsOver12Weeks

protected BigDecimal orderFormAmount

protected BigDecimal payPeriodAmountOverride

protected SupportTypeObjectType supportTypeReference

Public Constructors

public PayrollSupportOrderDetailDataType ()

Public Methods

public BigDecimal getAmountAsPercent ()

Gets the value of the amountAsPercent property.

Returns
  • possible object is BigDecimal

public Boolean getArrearsOver12Weeks ()

Gets the value of the arrearsOver12Weeks property. This getter has been renamed from isArrearsOver12Weeks() to getArrearsOver12Weeks() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getOrderFormAmount ()

Gets the value of the orderFormAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getPayPeriodAmountOverride ()

Gets the value of the payPeriodAmountOverride property.

Returns
  • possible object is BigDecimal

public SupportTypeObjectType getSupportTypeReference ()

Gets the value of the supportTypeReference property.

Returns

public void setAmountAsPercent (BigDecimal value)

Sets the value of the amountAsPercent property.

Parameters
value Allowed object is BigDecimal

public void setArrearsOver12Weeks (Boolean value)

Sets the value of the arrearsOver12Weeks property.

Parameters
value Allowed object is Boolean

public void setOrderFormAmount (BigDecimal value)

Sets the value of the orderFormAmount property.

Parameters
value Allowed object is BigDecimal

public void setPayPeriodAmountOverride (BigDecimal value)

Sets the value of the payPeriodAmountOverride property.

Parameters
value Allowed object is BigDecimal

public void setSupportTypeReference (SupportTypeObjectType value)

Sets the value of the supportTypeReference property.

Parameters
value Allowed object is SupportTypeObjectType