| java.lang.Object | |
| ↳ | workday.com.bsvc.ManualPaymentDataType |
Manual Payment Data
Java class for Manual_Payment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Manual_Payment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Third_Party_Sick_Pay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Net_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Check_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Bank_Account_Reference" type="{urn:com.workday/bsvc}Bank_AccountObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bankAccountReference | |||||||||||
| checkNumber | |||||||||||
| netAmount | |||||||||||
| thirdPartySickPay | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bankAccountReference property.
| |||||||||||
Gets the value of the checkNumber property.
| |||||||||||
Gets the value of the netAmount property.
| |||||||||||
Gets the value of the thirdPartySickPay property.
| |||||||||||
Sets the value of the bankAccountReference property.
| |||||||||||
Sets the value of the checkNumber property.
| |||||||||||
Sets the value of the netAmount property.
| |||||||||||
Sets the value of the thirdPartySickPay property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the bankAccountReference property.
BankAccountObjectType
Gets the value of the checkNumber property.
Gets the value of the netAmount property.
Gets the value of the thirdPartySickPay property.
Sets the value of the bankAccountReference property.
| value | Allowed object is
BankAccountObjectType
|
|---|
Sets the value of the checkNumber property.
| value | Allowed object is String |
|---|
Sets the value of the netAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the thirdPartySickPay property.
| value | Allowed object is Boolean |
|---|

