| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollSupportOrderDetailDataType |
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">
<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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amountAsPercent | |||||||||||
| arrearsOver12Weeks | |||||||||||
| orderFormAmount | |||||||||||
| payPeriodAmountOverride | |||||||||||
| supportTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amountAsPercent property.
| |||||||||||
Gets the value of the orderFormAmount property.
| |||||||||||
Gets the value of the payPeriodAmountOverride property.
| |||||||||||
Gets the value of the supportTypeReference property.
| |||||||||||
Gets the value of the arrearsOver12Weeks property.
| |||||||||||
Sets the value of the amountAsPercent property.
| |||||||||||
Sets the value of the arrearsOver12Weeks property.
| |||||||||||
Sets the value of the orderFormAmount property.
| |||||||||||
Sets the value of the payPeriodAmountOverride property.
| |||||||||||
Sets the value of the supportTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the amountAsPercent property.
Gets the value of the orderFormAmount property.
Gets the value of the payPeriodAmountOverride property.
Gets the value of the supportTypeReference property.
SupportTypeObjectType
Gets the value of the arrearsOver12Weeks property.
Sets the value of the amountAsPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the arrearsOver12Weeks property.
| value | Allowed object is Boolean |
|---|
Sets the value of the orderFormAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the payPeriodAmountOverride property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the supportTypeReference property.
| value | Allowed object is
SupportTypeObjectType
|
|---|

