public class

PaymentMessageRequestCriteriaType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PaymentMessageRequestCriteriaType

Class Overview

Get Payment Messages Request Criteria

Java class for Payment_Message_Request_CriteriaType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payment_Message_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Bank_Account_Reference" type="{urn:com.workday/bsvc}Bank_AccountObjectType" minOccurs="0"/>
         <element name="Created_After" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Created_Before" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BankAccountObjectType bankAccountReference
protected XMLGregorianCalendar createdAfter
protected XMLGregorianCalendar createdBefore
protected List<OrganizationObjectType> organizationReference
Public Constructors
PaymentMessageRequestCriteriaType()
Public Methods
BankAccountObjectType getBankAccountReference()
Gets the value of the bankAccountReference property.
XMLGregorianCalendar getCreatedAfter()
Gets the value of the createdAfter property.
XMLGregorianCalendar getCreatedBefore()
Gets the value of the createdBefore property.
List<OrganizationObjectType> getOrganizationReference()
Gets the value of the organizationReference property.
void setBankAccountReference(BankAccountObjectType value)
Sets the value of the bankAccountReference property.
void setCreatedAfter(XMLGregorianCalendar value)
Sets the value of the createdAfter property.
void setCreatedBefore(XMLGregorianCalendar value)
Sets the value of the createdBefore property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BankAccountObjectType bankAccountReference

protected XMLGregorianCalendar createdAfter

protected XMLGregorianCalendar createdBefore

protected List<OrganizationObjectType> organizationReference

Public Constructors

public PaymentMessageRequestCriteriaType ()

Public Methods

public BankAccountObjectType getBankAccountReference ()

Gets the value of the bankAccountReference property.

Returns

public XMLGregorianCalendar getCreatedAfter ()

Gets the value of the createdAfter property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getCreatedBefore ()

Gets the value of the createdBefore property.

Returns
  • possible object is XMLGregorianCalendar

public List<OrganizationObjectType> getOrganizationReference ()

Gets the value of the organizationReference 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 organizationReference property.

For example, to add a new item, do as follows:

    getOrganizationReference().add(newItem);
 

Objects of the following type(s) are allowed in the list OrganizationObjectType

public void setBankAccountReference (BankAccountObjectType value)

Sets the value of the bankAccountReference property.

Parameters
value Allowed object is BankAccountObjectType

public void setCreatedAfter (XMLGregorianCalendar value)

Sets the value of the createdAfter property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreatedBefore (XMLGregorianCalendar value)

Sets the value of the createdBefore property.

Parameters
value Allowed object is XMLGregorianCalendar