public class

PayrollSupportOrderDataType

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

Class Overview

Payroll Support Order Data

Java class for Payroll_Support_Order_DataType complex type.

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

 <complexType name="Payroll_Support_Order_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Original_Order" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           <element name="Amended_Order" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           <element name="Termination_Order" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         </choice>
         <element name="Custodial_Party_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Supports_Second_Family" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Remittance_ID_Override" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Support_Order_Dependant_Reference" type="{urn:com.workday/bsvc}Support_Order_Dependent_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Support_Order_Details_Reference" type="{urn:com.workday/bsvc}Payroll_Support_Order_Detail_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean amendedOrder
protected String custodialPartyName
protected Boolean originalOrder
protected String remittanceIDOverride
protected List<SupportOrderDependentDataType> supportOrderDependantReference
protected List<PayrollSupportOrderDetailDataType> supportOrderDetailsReference
protected Boolean supportsSecondFamily
protected Boolean terminationOrder
Public Constructors
PayrollSupportOrderDataType()
Public Methods
String getCustodialPartyName()
Gets the value of the custodialPartyName property.
String getRemittanceIDOverride()
Gets the value of the remittanceIDOverride property.
List<SupportOrderDependentDataType> getSupportOrderDependantReference()
Gets the value of the supportOrderDependantReference property.
List<PayrollSupportOrderDetailDataType> getSupportOrderDetailsReference()
Gets the value of the supportOrderDetailsReference property.
Boolean isAmendedOrder()
Gets the value of the amendedOrder property.
Boolean isOriginalOrder()
Gets the value of the originalOrder property.
Boolean isSupportsSecondFamily()
Gets the value of the supportsSecondFamily property.
Boolean isTerminationOrder()
Gets the value of the terminationOrder property.
void setAmendedOrder(Boolean value)
Sets the value of the amendedOrder property.
void setCustodialPartyName(String value)
Sets the value of the custodialPartyName property.
void setOriginalOrder(Boolean value)
Sets the value of the originalOrder property.
void setRemittanceIDOverride(String value)
Sets the value of the remittanceIDOverride property.
void setSupportsSecondFamily(Boolean value)
Sets the value of the supportsSecondFamily property.
void setTerminationOrder(Boolean value)
Sets the value of the terminationOrder property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean amendedOrder

protected String custodialPartyName

protected Boolean originalOrder

protected String remittanceIDOverride

protected List<SupportOrderDependentDataType> supportOrderDependantReference

protected List<PayrollSupportOrderDetailDataType> supportOrderDetailsReference

protected Boolean supportsSecondFamily

protected Boolean terminationOrder

Public Constructors

public PayrollSupportOrderDataType ()

Public Methods

public String getCustodialPartyName ()

Gets the value of the custodialPartyName property.

Returns
  • possible object is String

public String getRemittanceIDOverride ()

Gets the value of the remittanceIDOverride property.

Returns
  • possible object is String

public List<SupportOrderDependentDataType> getSupportOrderDependantReference ()

Gets the value of the supportOrderDependantReference 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 supportOrderDependantReference property.

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

    getSupportOrderDependantReference().add(newItem);
 

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

public List<PayrollSupportOrderDetailDataType> getSupportOrderDetailsReference ()

Gets the value of the supportOrderDetailsReference 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 supportOrderDetailsReference property.

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

    getSupportOrderDetailsReference().add(newItem);
 

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

public Boolean isAmendedOrder ()

Gets the value of the amendedOrder property.

Returns
  • possible object is Boolean

public Boolean isOriginalOrder ()

Gets the value of the originalOrder property.

Returns
  • possible object is Boolean

public Boolean isSupportsSecondFamily ()

Gets the value of the supportsSecondFamily property.

Returns
  • possible object is Boolean

public Boolean isTerminationOrder ()

Gets the value of the terminationOrder property.

Returns
  • possible object is Boolean

public void setAmendedOrder (Boolean value)

Sets the value of the amendedOrder property.

Parameters
value Allowed object is Boolean

public void setCustodialPartyName (String value)

Sets the value of the custodialPartyName property.

Parameters
value Allowed object is String

public void setOriginalOrder (Boolean value)

Sets the value of the originalOrder property.

Parameters
value Allowed object is Boolean

public void setRemittanceIDOverride (String value)

Sets the value of the remittanceIDOverride property.

Parameters
value Allowed object is String

public void setSupportsSecondFamily (Boolean value)

Sets the value of the supportsSecondFamily property.

Parameters
value Allowed object is Boolean

public void setTerminationOrder (Boolean value)

Sets the value of the terminationOrder property.

Parameters
value Allowed object is Boolean