| java.lang.Object | |
| ↳ | workday.com.bsvc.PettyCashAccountDataType |
Wrapper Element that includes Petty Cash Account Instance and Data
Java class for Petty_Cash_Account_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Petty_Cash_Account_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Petty_Cash_Account_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Account_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Financial_Party_Reference" type="{urn:com.workday/bsvc}Financial_PartyObjectType"/>
<element name="Default_Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Accepted_Currencies_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payment_Type_Reference" type="{urn:com.workday/bsvc}Payment_TypeObjectType" maxOccurs="unbounded"/>
<element name="Used_by_Cash" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Customer_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Expense_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Payroll" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Supplier_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Intercompany_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Ad_hoc_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Off-Cycle_Payroll" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Prenote_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Allow_Additional_usage" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| acceptedCurrenciesReference | |||||||||||
| accountName | |||||||||||
| allowAdditionalUsage | |||||||||||
| defaultCurrencyReference | |||||||||||
| financialPartyReference | |||||||||||
| paymentTypeReference | |||||||||||
| pettyCashAccountID | |||||||||||
| usedByAdHocPayments | |||||||||||
| usedByCash | |||||||||||
| usedByCustomerPayments | |||||||||||
| usedByExpensePayments | |||||||||||
| usedByIntercompanyPayments | |||||||||||
| usedByOffCyclePayroll | |||||||||||
| usedByPayroll | |||||||||||
| usedByPrenotePayments | |||||||||||
| usedBySupplierPayments | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the acceptedCurrenciesReference property.
| |||||||||||
Gets the value of the accountName property.
| |||||||||||
Gets the value of the defaultCurrencyReference property.
| |||||||||||
Gets the value of the financialPartyReference property.
| |||||||||||
Gets the value of the paymentTypeReference property.
| |||||||||||
Gets the value of the pettyCashAccountID property.
| |||||||||||
Gets the value of the allowAdditionalUsage property.
| |||||||||||
Gets the value of the usedByAdHocPayments property.
| |||||||||||
Gets the value of the usedByCash property.
| |||||||||||
Gets the value of the usedByCustomerPayments property.
| |||||||||||
Gets the value of the usedByExpensePayments property.
| |||||||||||
Gets the value of the usedByIntercompanyPayments property.
| |||||||||||
Gets the value of the usedByOffCyclePayroll property.
| |||||||||||
Gets the value of the usedByPayroll property.
| |||||||||||
Gets the value of the usedByPrenotePayments property.
| |||||||||||
Gets the value of the usedBySupplierPayments property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the allowAdditionalUsage property.
| |||||||||||
Sets the value of the defaultCurrencyReference property.
| |||||||||||
Sets the value of the financialPartyReference property.
| |||||||||||
Sets the value of the pettyCashAccountID property.
| |||||||||||
Sets the value of the usedByAdHocPayments property.
| |||||||||||
Sets the value of the usedByCash property.
| |||||||||||
Sets the value of the usedByCustomerPayments property.
| |||||||||||
Sets the value of the usedByExpensePayments property.
| |||||||||||
Sets the value of the usedByIntercompanyPayments property.
| |||||||||||
Sets the value of the usedByOffCyclePayroll property.
| |||||||||||
Sets the value of the usedByPayroll property.
| |||||||||||
Sets the value of the usedByPrenotePayments property.
| |||||||||||
Sets the value of the usedBySupplierPayments property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the acceptedCurrenciesReference 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 acceptedCurrenciesReference property.
For example, to add a new item, do as follows:
getAcceptedCurrenciesReference().add(newItem);
Objects of the following type(s) are allowed in the list
CurrencyObjectType
Gets the value of the accountName property.
Gets the value of the defaultCurrencyReference property.
CurrencyObjectType
Gets the value of the financialPartyReference property.
FinancialPartyObjectType
Gets the value of the paymentTypeReference 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 paymentTypeReference property.
For example, to add a new item, do as follows:
getPaymentTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentTypeObjectType
Gets the value of the pettyCashAccountID property.
Gets the value of the allowAdditionalUsage property.
Gets the value of the usedByAdHocPayments property.
Gets the value of the usedByCash property.
Gets the value of the usedByCustomerPayments property.
Gets the value of the usedByExpensePayments property.
Gets the value of the usedByIntercompanyPayments property.
Gets the value of the usedByOffCyclePayroll property.
Gets the value of the usedByPayroll property.
Gets the value of the usedByPrenotePayments property.
Gets the value of the usedBySupplierPayments property.
Sets the value of the accountName property.
| value | Allowed object is String |
|---|
Sets the value of the allowAdditionalUsage property.
| value | Allowed object is Boolean |
|---|
Sets the value of the defaultCurrencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the financialPartyReference property.
| value | Allowed object is
FinancialPartyObjectType
|
|---|
Sets the value of the pettyCashAccountID property.
| value | Allowed object is String |
|---|
Sets the value of the usedByAdHocPayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByCash property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByCustomerPayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByExpensePayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByIntercompanyPayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByOffCyclePayroll property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByPayroll property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByPrenotePayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedBySupplierPayments property.
| value | Allowed object is Boolean |
|---|