public class

CustomerDepositApply

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

Class Overview

Java class for CustomerDepositApply complex type.

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

 <complexType name="CustomerDepositApply">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="doc" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="apply" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="applyDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" 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="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="job" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double amount
protected Boolean apply
protected XMLGregorianCalendar applyDate
protected Long doc
protected String job
protected String refNum
protected Double total
protected String type
Public Constructors
CustomerDepositApply()
Public Methods
Double getAmount()
Gets the value of the amount property.
XMLGregorianCalendar getApplyDate()
Gets the value of the applyDate property.
Long getDoc()
Gets the value of the doc property.
String getJob()
Gets the value of the job property.
String getRefNum()
Gets the value of the refNum property.
Double getTotal()
Gets the value of the total property.
String getType()
Gets the value of the type 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 setApplyDate(XMLGregorianCalendar value)
Sets the value of the applyDate property.
void setDoc(Long value)
Sets the value of the doc property.
void setJob(String value)
Sets the value of the job property.
void setRefNum(String value)
Sets the value of the refNum property.
void setTotal(Double value)
Sets the value of the total property.
void setType(String value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double amount

protected Boolean apply

protected XMLGregorianCalendar applyDate

protected Long doc

protected String job

protected String refNum

protected Double total

protected String type

Public Constructors

public CustomerDepositApply ()

Public Methods

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public XMLGregorianCalendar getApplyDate ()

Gets the value of the applyDate property.

Returns
  • possible object is XMLGregorianCalendar

public Long getDoc ()

Gets the value of the doc property.

Returns
  • possible object is Long

public String getJob ()

Gets the value of the job property.

Returns
  • possible object is String

public String getRefNum ()

Gets the value of the refNum property.

Returns
  • possible object is String

public Double getTotal ()

Gets the value of the total property.

Returns
  • possible object is Double

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

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 setApplyDate (XMLGregorianCalendar value)

Sets the value of the applyDate 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 setJob (String value)

Sets the value of the job property.

Parameters
value Allowed object is String

public void setRefNum (String value)

Sets the value of the refNum property.

Parameters
value Allowed object is String

public void setTotal (Double value)

Sets the value of the total property.

Parameters
value Allowed object is Double

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String