public class

CashPayment

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CashPayment

Class Overview

Product: QBW Description: Holds information about a payment received in cash

Java class for CashPayment complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected String desc
Public Constructors
CashPayment()
Public Methods
String getDesc()
Gets the value of the desc property.
void setDesc(String value)
Sets the value of the desc property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String desc

Public Constructors

public CashPayment ()

Public Methods

public String getDesc ()

Gets the value of the desc property.

Returns
  • possible object is String

public void setDesc (String value)

Sets the value of the desc property.

Parameters
value Allowed object is String