| java.lang.Object | |
| ↳ | workday.com.bsvc.AdHocBankTransactionLineDataType |
Contains data for an Ad hoc Bank Transaction Line
Java class for Ad_hoc_Bank_Transaction_Line_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Ad_hoc_Bank_Transaction_Line_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Line_Order" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Intercompany_Affiliate_Reference" type="{urn:com.workday/bsvc}CompanyObjectType" minOccurs="0"/>
<element name="Resource_Category_Reference" type="{urn:com.workday/bsvc}Spend_CategoryObjectType" minOccurs="0"/>
<element name="Revenue_Category_Reference" type="{urn:com.workday/bsvc}Revenue_CategoryObjectType" minOccurs="0"/>
<element name="Ledger_Account_Reference" type="{urn:com.workday/bsvc}Ledger_AccountObjectType" minOccurs="0"/>
<element name="Line_Amount">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Line_Memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Worktags_Reference" type="{urn:com.workday/bsvc}Accounting_WorktagObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| intercompanyAffiliateReference | |||||||||||
| ledgerAccountReference | |||||||||||
| lineAmount | |||||||||||
| lineMemo | |||||||||||
| lineOrder | |||||||||||
| resourceCategoryReference | |||||||||||
| revenueCategoryReference | |||||||||||
| worktagsReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the intercompanyAffiliateReference property.
| |||||||||||
Gets the value of the ledgerAccountReference property.
| |||||||||||
Gets the value of the lineAmount property.
| |||||||||||
Gets the value of the lineMemo property.
| |||||||||||
Gets the value of the lineOrder property.
| |||||||||||
Gets the value of the resourceCategoryReference property.
| |||||||||||
Gets the value of the revenueCategoryReference property.
| |||||||||||
Gets the value of the worktagsReference property.
| |||||||||||
Sets the value of the intercompanyAffiliateReference property.
| |||||||||||
Sets the value of the ledgerAccountReference property.
| |||||||||||
Sets the value of the lineAmount property.
| |||||||||||
Sets the value of the lineMemo property.
| |||||||||||
Sets the value of the lineOrder property.
| |||||||||||
Sets the value of the resourceCategoryReference property.
| |||||||||||
Sets the value of the revenueCategoryReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the intercompanyAffiliateReference property.
CompanyObjectType
Gets the value of the ledgerAccountReference property.
LedgerAccountObjectType
Gets the value of the lineAmount property.
Gets the value of the lineMemo property.
Gets the value of the lineOrder property.
Gets the value of the resourceCategoryReference property.
SpendCategoryObjectType
Gets the value of the revenueCategoryReference property.
RevenueCategoryObjectType
Gets the value of the worktagsReference 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 worktagsReference property.
For example, to add a new item, do as follows:
getWorktagsReference().add(newItem);
Objects of the following type(s) are allowed in the list
AccountingWorktagObjectType
Sets the value of the intercompanyAffiliateReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the ledgerAccountReference property.
| value | Allowed object is
LedgerAccountObjectType
|
|---|
Sets the value of the lineAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the lineMemo property.
| value | Allowed object is String |
|---|
Sets the value of the lineOrder property.
| value | Allowed object is String |
|---|
Sets the value of the resourceCategoryReference property.
| value | Allowed object is
SpendCategoryObjectType
|
|---|
Sets the value of the revenueCategoryReference property.
| value | Allowed object is
RevenueCategoryObjectType
|
|---|