| java.lang.Object | |
| ↳ | workday.com.bsvc.AdHocPaymentRequestCriteriaType |
Element containing ad hoc payment request criteria
Java class for Ad_hoc_Payment_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Ad_hoc_Payment_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Company_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" minOccurs="0"/>
<element name="Bank_Account_Reference" type="{urn:com.workday/bsvc}Financial_AccountObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payee_Reference" type="{urn:com.workday/bsvc}PayeeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payee_Hierarchy_Reference" type="{urn:com.workday/bsvc}HierarchyObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payment_Date_on_Date_or_After" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Payment_Date_on_Date_or_Before" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bankAccountReference | |||||||||||
| companyReference | |||||||||||
| currencyReference | |||||||||||
| payeeHierarchyReference | |||||||||||
| payeeReference | |||||||||||
| paymentDateOnDateOrAfter | |||||||||||
| paymentDateOnDateOrBefore | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bankAccountReference property.
| |||||||||||
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the payeeHierarchyReference property.
| |||||||||||
Gets the value of the payeeReference property.
| |||||||||||
Gets the value of the paymentDateOnDateOrAfter property.
| |||||||||||
Gets the value of the paymentDateOnDateOrBefore property.
| |||||||||||
Sets the value of the companyReference property.
| |||||||||||
Sets the value of the paymentDateOnDateOrAfter property.
| |||||||||||
Sets the value of the paymentDateOnDateOrBefore property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the bankAccountReference 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 bankAccountReference property.
For example, to add a new item, do as follows:
getBankAccountReference().add(newItem);
Objects of the following type(s) are allowed in the list
FinancialAccountObjectType
Gets the value of the companyReference property.
OrganizationObjectType
Gets the value of the currencyReference 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 currencyReference property.
For example, to add a new item, do as follows:
getCurrencyReference().add(newItem);
Objects of the following type(s) are allowed in the list
CurrencyObjectType
Gets the value of the payeeHierarchyReference 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 payeeHierarchyReference property.
For example, to add a new item, do as follows:
getPayeeHierarchyReference().add(newItem);
Objects of the following type(s) are allowed in the list
HierarchyObjectType
Gets the value of the payeeReference 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 payeeReference property.
For example, to add a new item, do as follows:
getPayeeReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayeeObjectType
Gets the value of the paymentDateOnDateOrAfter property.
Gets the value of the paymentDateOnDateOrBefore property.
Sets the value of the companyReference property.
| value | Allowed object is
OrganizationObjectType
|
|---|
Sets the value of the paymentDateOnDateOrAfter property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentDateOnDateOrBefore property.
| value | Allowed object is XMLGregorianCalendar |
|---|

