public class

UnstructuredRemittanceDataType

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

Class Overview

Unstructured Remittance Data

Java class for Unstructured_Remittance_DataType complex type.

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

 <complexType name="Unstructured_Remittance_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Addenda_Line" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String addendaLine
Public Constructors
UnstructuredRemittanceDataType()
Public Methods
String getAddendaLine()
Gets the value of the addendaLine property.
void setAddendaLine(String value)
Sets the value of the addendaLine property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String addendaLine

Public Constructors

public UnstructuredRemittanceDataType ()

Public Methods

public String getAddendaLine ()

Gets the value of the addendaLine property.

Returns
  • possible object is String

public void setAddendaLine (String value)

Sets the value of the addendaLine property.

Parameters
value Allowed object is String