public class

PaymentMessageCriteriaType

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

Class Overview

Payment Message Search Criteria

Java class for Payment_Message_CriteriaType complex type.

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

 <complexType name="Payment_Message_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payment_Message_Reference" type="{urn:com.workday/bsvc}Payment_MessageObjectType"/>
         <element name="Payment_Message_Group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String paymentMessageGroup
protected PaymentMessageObjectType paymentMessageReference
Public Constructors
PaymentMessageCriteriaType()
Public Methods
String getPaymentMessageGroup()
Gets the value of the paymentMessageGroup property.
PaymentMessageObjectType getPaymentMessageReference()
Gets the value of the paymentMessageReference property.
void setPaymentMessageGroup(String value)
Sets the value of the paymentMessageGroup property.
void setPaymentMessageReference(PaymentMessageObjectType value)
Sets the value of the paymentMessageReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String paymentMessageGroup

protected PaymentMessageObjectType paymentMessageReference

Public Constructors

public PaymentMessageCriteriaType ()

Public Methods

public String getPaymentMessageGroup ()

Gets the value of the paymentMessageGroup property.

Returns
  • possible object is String

public PaymentMessageObjectType getPaymentMessageReference ()

Gets the value of the paymentMessageReference property.

Returns

public void setPaymentMessageGroup (String value)

Sets the value of the paymentMessageGroup property.

Parameters
value Allowed object is String

public void setPaymentMessageReference (PaymentMessageObjectType value)

Sets the value of the paymentMessageReference property.

Parameters
value Allowed object is PaymentMessageObjectType