public class

RemittanceFileCriteriaType

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

Class Overview

Remittance File Search Criteria

Java class for Remittance_File_CriteriaType complex type.

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

 <complexType name="Remittance_File_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Remittance_File_Reference" type="{urn:com.workday/bsvc}Remittance_FileObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RemittanceFileObjectType remittanceFileReference
Public Constructors
RemittanceFileCriteriaType()
Public Methods
RemittanceFileObjectType getRemittanceFileReference()
Gets the value of the remittanceFileReference property.
void setRemittanceFileReference(RemittanceFileObjectType value)
Sets the value of the remittanceFileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RemittanceFileObjectType remittanceFileReference

Public Constructors

public RemittanceFileCriteriaType ()

Public Methods

public RemittanceFileObjectType getRemittanceFileReference ()

Gets the value of the remittanceFileReference property.

Returns

public void setRemittanceFileReference (RemittanceFileObjectType value)

Sets the value of the remittanceFileReference property.

Parameters
value Allowed object is RemittanceFileObjectType