public class

RemittanceDataType

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

Class Overview

Remittance Data

Java class for Remittance_DataType complex type.

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

 <complexType name="Remittance_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Unstructured_Remittance_Data" type="{urn:com.workday/bsvc}Unstructured_Remittance_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Document_Remittance_Data" type="{urn:com.workday/bsvc}Document_Remittance_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<DocumentRemittanceDataType> documentRemittanceData
protected List<UnstructuredRemittanceDataType> unstructuredRemittanceData
Public Constructors
RemittanceDataType()
Public Methods
List<DocumentRemittanceDataType> getDocumentRemittanceData()
Gets the value of the documentRemittanceData property.
List<UnstructuredRemittanceDataType> getUnstructuredRemittanceData()
Gets the value of the unstructuredRemittanceData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<DocumentRemittanceDataType> documentRemittanceData

protected List<UnstructuredRemittanceDataType> unstructuredRemittanceData

Public Constructors

public RemittanceDataType ()

Public Methods

public List<DocumentRemittanceDataType> getDocumentRemittanceData ()

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

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

    getDocumentRemittanceData().add(newItem);
 

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

public List<UnstructuredRemittanceDataType> getUnstructuredRemittanceData ()

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

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

    getUnstructuredRemittanceData().add(newItem);
 

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