| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollSupportOrderDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amendedOrder | |||||||||||
| custodialPartyName | |||||||||||
| originalOrder | |||||||||||
| remittanceIDOverride | |||||||||||
| supportOrderDependantReference | |||||||||||
| supportOrderDetailsReference | |||||||||||
| supportsSecondFamily | |||||||||||
| terminationOrder | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the custodialPartyName property.
| |||||||||||
Gets the value of the remittanceIDOverride property.
| |||||||||||
Gets the value of the supportOrderDependantReference property.
| |||||||||||
Gets the value of the supportOrderDetailsReference property.
| |||||||||||
Gets the value of the amendedOrder property.
| |||||||||||
Gets the value of the originalOrder property.
| |||||||||||
Gets the value of the supportsSecondFamily property.
| |||||||||||
Gets the value of the terminationOrder property.
| |||||||||||
Sets the value of the amendedOrder property.
| |||||||||||
Sets the value of the custodialPartyName property.
| |||||||||||
Sets the value of the originalOrder property.
| |||||||||||
Sets the value of the remittanceIDOverride property.
| |||||||||||
Sets the value of the supportsSecondFamily property.
| |||||||||||
Sets the value of the terminationOrder property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the custodialPartyName property.
Gets the value of the remittanceIDOverride property.
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
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
Gets the value of the amendedOrder property.
Gets the value of the originalOrder property.
Gets the value of the supportsSecondFamily property.
Gets the value of the terminationOrder property.
Sets the value of the amendedOrder property.
| value | Allowed object is Boolean |
|---|
Sets the value of the custodialPartyName property.
| value | Allowed object is String |
|---|
Sets the value of the originalOrder property.
| value | Allowed object is Boolean |
|---|
Sets the value of the remittanceIDOverride property.
| value | Allowed object is String |
|---|
Sets the value of the supportsSecondFamily property.
| value | Allowed object is Boolean |
|---|
Sets the value of the terminationOrder property.
| value | Allowed object is Boolean |
|---|