public class

WithholdingOrderDataForGetPayrollResultsType

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

Class Overview

Withholding Order Data for Get Payroll Results

Java class for Withholding_Order_Data_for_Get_Payroll_ResultsType complex type.

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

 <complexType name="Withholding_Order_Data_for_Get_Payroll_ResultsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Case_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Withholding_Order_Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Order_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Received_Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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"/>
         <element name="Order_Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Order_Priority" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="6"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Total_Debt_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>
         <element name="Pay_Period_Amount_Type_Reference" type="{urn:com.workday/bsvc}Withholding_Order_Amount_TypeObjectType" minOccurs="0"/>
         <choice>
           <element name="Pay_Period_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>
           <element name="Pay_Period_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="Pay_Period_Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
         <element name="Payroll_Tax_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Tax_AuthorityObjectType" minOccurs="0"/>
         <element name="Deduction_Recipient_Reference" type="{urn:com.workday/bsvc}Deduction_RecipientObjectType" minOccurs="0"/>
         <element name="Deduction_Recipient_Address_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Deduction_Recipient_Remit_To_Address_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Deduction_Recipient_Instant_Messenger_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Deduction_Recipient_Bank_Account_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Originating_Entity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar beginDate
protected String caseNumber
protected List<UniqueIdentifierObjectType> deductionRecipientAddressReference
protected UniqueIdentifierObjectType deductionRecipientBankAccountReference
protected List<UniqueIdentifierObjectType> deductionRecipientInstantMessengerReference
protected DeductionRecipientObjectType deductionRecipientReference
protected UniqueIdentifierObjectType deductionRecipientRemitToAddressReference
protected XMLGregorianCalendar endDate
protected String memo
protected XMLGregorianCalendar orderDate
protected BigDecimal orderPriority
protected String orderStatus
protected String originatingEntity
protected BigDecimal payPeriodAmount
protected BigDecimal payPeriodAmountAsPercent
protected WithholdingOrderAmountTypeObjectType payPeriodAmountTypeReference
protected FrequencyObjectType payPeriodFrequencyReference
protected PayrollTaxAuthorityObjectType payrollTaxAuthorityReference
protected XMLGregorianCalendar receivedDate
protected BigDecimal totalDebtAmount
protected String withholdingOrderType
Public Constructors
WithholdingOrderDataForGetPayrollResultsType()
Public Methods
XMLGregorianCalendar getBeginDate()
Gets the value of the beginDate property.
String getCaseNumber()
Gets the value of the caseNumber property.
List<UniqueIdentifierObjectType> getDeductionRecipientAddressReference()
Gets the value of the deductionRecipientAddressReference property.
UniqueIdentifierObjectType getDeductionRecipientBankAccountReference()
Gets the value of the deductionRecipientBankAccountReference property.
List<UniqueIdentifierObjectType> getDeductionRecipientInstantMessengerReference()
Gets the value of the deductionRecipientInstantMessengerReference property.
DeductionRecipientObjectType getDeductionRecipientReference()
Gets the value of the deductionRecipientReference property.
UniqueIdentifierObjectType getDeductionRecipientRemitToAddressReference()
Gets the value of the deductionRecipientRemitToAddressReference property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
String getMemo()
Gets the value of the memo property.
XMLGregorianCalendar getOrderDate()
Gets the value of the orderDate property.
BigDecimal getOrderPriority()
Gets the value of the orderPriority property.
String getOrderStatus()
Gets the value of the orderStatus property.
String getOriginatingEntity()
Gets the value of the originatingEntity property.
BigDecimal getPayPeriodAmount()
Gets the value of the payPeriodAmount property.
BigDecimal getPayPeriodAmountAsPercent()
Gets the value of the payPeriodAmountAsPercent property.
WithholdingOrderAmountTypeObjectType getPayPeriodAmountTypeReference()
Gets the value of the payPeriodAmountTypeReference property.
FrequencyObjectType getPayPeriodFrequencyReference()
Gets the value of the payPeriodFrequencyReference property.
PayrollTaxAuthorityObjectType getPayrollTaxAuthorityReference()
Gets the value of the payrollTaxAuthorityReference property.
XMLGregorianCalendar getReceivedDate()
Gets the value of the receivedDate property.
BigDecimal getTotalDebtAmount()
Gets the value of the totalDebtAmount property.
String getWithholdingOrderType()
Gets the value of the withholdingOrderType property.
void setBeginDate(XMLGregorianCalendar value)
Sets the value of the beginDate property.
void setCaseNumber(String value)
Sets the value of the caseNumber property.
void setDeductionRecipientBankAccountReference(UniqueIdentifierObjectType value)
Sets the value of the deductionRecipientBankAccountReference property.
void setDeductionRecipientReference(DeductionRecipientObjectType value)
Sets the value of the deductionRecipientReference property.
void setDeductionRecipientRemitToAddressReference(UniqueIdentifierObjectType value)
Sets the value of the deductionRecipientRemitToAddressReference property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setMemo(String value)
Sets the value of the memo property.
void setOrderDate(XMLGregorianCalendar value)
Sets the value of the orderDate property.
void setOrderPriority(BigDecimal value)
Sets the value of the orderPriority property.
void setOrderStatus(String value)
Sets the value of the orderStatus property.
void setOriginatingEntity(String value)
Sets the value of the originatingEntity property.
void setPayPeriodAmount(BigDecimal value)
Sets the value of the payPeriodAmount property.
void setPayPeriodAmountAsPercent(BigDecimal value)
Sets the value of the payPeriodAmountAsPercent property.
void setPayPeriodAmountTypeReference(WithholdingOrderAmountTypeObjectType value)
Sets the value of the payPeriodAmountTypeReference property.
void setPayPeriodFrequencyReference(FrequencyObjectType value)
Sets the value of the payPeriodFrequencyReference property.
void setPayrollTaxAuthorityReference(PayrollTaxAuthorityObjectType value)
Sets the value of the payrollTaxAuthorityReference property.
void setReceivedDate(XMLGregorianCalendar value)
Sets the value of the receivedDate property.
void setTotalDebtAmount(BigDecimal value)
Sets the value of the totalDebtAmount property.
void setWithholdingOrderType(String value)
Sets the value of the withholdingOrderType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar beginDate

protected String caseNumber

protected List<UniqueIdentifierObjectType> deductionRecipientAddressReference

protected UniqueIdentifierObjectType deductionRecipientBankAccountReference

protected List<UniqueIdentifierObjectType> deductionRecipientInstantMessengerReference

protected DeductionRecipientObjectType deductionRecipientReference

protected UniqueIdentifierObjectType deductionRecipientRemitToAddressReference

protected XMLGregorianCalendar endDate

protected String memo

protected XMLGregorianCalendar orderDate

protected BigDecimal orderPriority

protected String orderStatus

protected String originatingEntity

protected BigDecimal payPeriodAmount

protected BigDecimal payPeriodAmountAsPercent

protected WithholdingOrderAmountTypeObjectType payPeriodAmountTypeReference

protected FrequencyObjectType payPeriodFrequencyReference

protected PayrollTaxAuthorityObjectType payrollTaxAuthorityReference

protected XMLGregorianCalendar receivedDate

protected BigDecimal totalDebtAmount

protected String withholdingOrderType

Public Constructors

public WithholdingOrderDataForGetPayrollResultsType ()

Public Methods

public XMLGregorianCalendar getBeginDate ()

Gets the value of the beginDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getCaseNumber ()

Gets the value of the caseNumber property.

Returns
  • possible object is String

public List<UniqueIdentifierObjectType> getDeductionRecipientAddressReference ()

Gets the value of the deductionRecipientAddressReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the deductionRecipientAddressReference property.

For example, to add a new item, do as follows:

    getDeductionRecipientAddressReference().add(newItem);
 

Objects of the following type(s) are allowed in the list UniqueIdentifierObjectType

public UniqueIdentifierObjectType getDeductionRecipientBankAccountReference ()

Gets the value of the deductionRecipientBankAccountReference property.

Returns

public List<UniqueIdentifierObjectType> getDeductionRecipientInstantMessengerReference ()

Gets the value of the deductionRecipientInstantMessengerReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the deductionRecipientInstantMessengerReference property.

For example, to add a new item, do as follows:

    getDeductionRecipientInstantMessengerReference().add(newItem);
 

Objects of the following type(s) are allowed in the list UniqueIdentifierObjectType

public DeductionRecipientObjectType getDeductionRecipientReference ()

Gets the value of the deductionRecipientReference property.

Returns

public UniqueIdentifierObjectType getDeductionRecipientRemitToAddressReference ()

Gets the value of the deductionRecipientRemitToAddressReference property.

Returns

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public XMLGregorianCalendar getOrderDate ()

Gets the value of the orderDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getOrderPriority ()

Gets the value of the orderPriority property.

Returns
  • possible object is BigDecimal

public String getOrderStatus ()

Gets the value of the orderStatus property.

Returns
  • possible object is String

public String getOriginatingEntity ()

Gets the value of the originatingEntity property.

Returns
  • possible object is String

public BigDecimal getPayPeriodAmount ()

Gets the value of the payPeriodAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getPayPeriodAmountAsPercent ()

Gets the value of the payPeriodAmountAsPercent property.

Returns
  • possible object is BigDecimal

public WithholdingOrderAmountTypeObjectType getPayPeriodAmountTypeReference ()

Gets the value of the payPeriodAmountTypeReference property.

Returns

public FrequencyObjectType getPayPeriodFrequencyReference ()

Gets the value of the payPeriodFrequencyReference property.

Returns

public PayrollTaxAuthorityObjectType getPayrollTaxAuthorityReference ()

Gets the value of the payrollTaxAuthorityReference property.

Returns

public XMLGregorianCalendar getReceivedDate ()

Gets the value of the receivedDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getTotalDebtAmount ()

Gets the value of the totalDebtAmount property.

Returns
  • possible object is BigDecimal

public String getWithholdingOrderType ()

Gets the value of the withholdingOrderType property.

Returns
  • possible object is String

public void setBeginDate (XMLGregorianCalendar value)

Sets the value of the beginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCaseNumber (String value)

Sets the value of the caseNumber property.

Parameters
value Allowed object is String

public void setDeductionRecipientBankAccountReference (UniqueIdentifierObjectType value)

Sets the value of the deductionRecipientBankAccountReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setDeductionRecipientReference (DeductionRecipientObjectType value)

Sets the value of the deductionRecipientReference property.

Parameters
value Allowed object is DeductionRecipientObjectType

public void setDeductionRecipientRemitToAddressReference (UniqueIdentifierObjectType value)

Sets the value of the deductionRecipientRemitToAddressReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setOrderDate (XMLGregorianCalendar value)

Sets the value of the orderDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setOrderPriority (BigDecimal value)

Sets the value of the orderPriority property.

Parameters
value Allowed object is BigDecimal

public void setOrderStatus (String value)

Sets the value of the orderStatus property.

Parameters
value Allowed object is String

public void setOriginatingEntity (String value)

Sets the value of the originatingEntity property.

Parameters
value Allowed object is String

public void setPayPeriodAmount (BigDecimal value)

Sets the value of the payPeriodAmount property.

Parameters
value Allowed object is BigDecimal

public void setPayPeriodAmountAsPercent (BigDecimal value)

Sets the value of the payPeriodAmountAsPercent property.

Parameters
value Allowed object is BigDecimal

public void setPayPeriodAmountTypeReference (WithholdingOrderAmountTypeObjectType value)

Sets the value of the payPeriodAmountTypeReference property.

Parameters
value Allowed object is WithholdingOrderAmountTypeObjectType

public void setPayPeriodFrequencyReference (FrequencyObjectType value)

Sets the value of the payPeriodFrequencyReference property.

Parameters
value Allowed object is FrequencyObjectType

public void setPayrollTaxAuthorityReference (PayrollTaxAuthorityObjectType value)

Sets the value of the payrollTaxAuthorityReference property.

Parameters
value Allowed object is PayrollTaxAuthorityObjectType

public void setReceivedDate (XMLGregorianCalendar value)

Sets the value of the receivedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTotalDebtAmount (BigDecimal value)

Sets the value of the totalDebtAmount property.

Parameters
value Allowed object is BigDecimal

public void setWithholdingOrderType (String value)

Sets the value of the withholdingOrderType property.

Parameters
value Allowed object is String