public class

CustomerPaymentDeposit

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.customers_2010_2.CustomerPaymentDeposit

Class Overview

Java class for CustomerPaymentDeposit complex type.

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

 <complexType name="CustomerPaymentDeposit">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="apply" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="doc" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="depositDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="refNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="remaining" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="currency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double amount
protected Boolean apply
protected String currency
protected XMLGregorianCalendar depositDate
protected Long doc
protected String refNum
protected Double remaining
protected Double total
Public Constructors
CustomerPaymentDeposit()
Public Methods
Double getAmount()
Gets the value of the amount property.
String getCurrency()
Gets the value of the currency property.
XMLGregorianCalendar getDepositDate()
Gets the value of the depositDate property.
Long getDoc()
Gets the value of the doc property.
String getRefNum()
Gets the value of the refNum property.
Double getRemaining()
Gets the value of the remaining property.
Double getTotal()
Gets the value of the total property.
Boolean isApply()
Gets the value of the apply property.
void setAmount(Double value)
Sets the value of the amount property.
void setApply(Boolean value)
Sets the value of the apply property.
void setCurrency(String value)
Sets the value of the currency property.
void setDepositDate(XMLGregorianCalendar value)
Sets the value of the depositDate property.
void setDoc(Long value)
Sets the value of the doc property.
void setRefNum(String value)
Sets the value of the refNum property.
void setRemaining(Double value)
Sets the value of the remaining property.
void setTotal(Double value)
Sets the value of the total property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double amount

protected Boolean apply

protected String currency

protected XMLGregorianCalendar depositDate

protected Long doc

protected String refNum

protected Double remaining

protected Double total

Public Constructors

public CustomerPaymentDeposit ()

Public Methods

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public String getCurrency ()

Gets the value of the currency property.

Returns
  • possible object is String

public XMLGregorianCalendar getDepositDate ()

Gets the value of the depositDate property.

Returns
  • possible object is XMLGregorianCalendar

public Long getDoc ()

Gets the value of the doc property.

Returns
  • possible object is Long

public String getRefNum ()

Gets the value of the refNum property.

Returns
  • possible object is String

public Double getRemaining ()

Gets the value of the remaining property.

Returns
  • possible object is Double

public Double getTotal ()

Gets the value of the total property.

Returns
  • possible object is Double

public Boolean isApply ()

Gets the value of the apply property.

Returns
  • possible object is Boolean

public void setAmount (Double value)

Sets the value of the amount property.

Parameters
value Allowed object is Double

public void setApply (Boolean value)

Sets the value of the apply property.

Parameters
value Allowed object is Boolean

public void setCurrency (String value)

Sets the value of the currency property.

Parameters
value Allowed object is String

public void setDepositDate (XMLGregorianCalendar value)

Sets the value of the depositDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDoc (Long value)

Sets the value of the doc property.

Parameters
value Allowed object is Long

public void setRefNum (String value)

Sets the value of the refNum property.

Parameters
value Allowed object is String

public void setRemaining (Double value)

Sets the value of the remaining property.

Parameters
value Allowed object is Double

public void setTotal (Double value)

Sets the value of the total property.

Parameters
value Allowed object is Double