public class

CustomerRefundApply

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

Class Overview

Java class for CustomerRefundApply complex type.

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

 <complexType name="CustomerRefundApply">
   <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="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="due" 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 XMLGregorianCalendar applyDate
protected String currency
protected Long doc
protected Double due
protected String refNum
protected Double total
protected String type
Public Constructors
CustomerRefundApply()
Public Methods
Double getAmount()
Gets the value of the amount property.
XMLGregorianCalendar getApplyDate()
Gets the value of the applyDate property.
String getCurrency()
Gets the value of the currency property.
Long getDoc()
Gets the value of the doc property.
Double getDue()
Gets the value of the due 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 setCurrency(String value)
Sets the value of the currency property.
void setDoc(Long value)
Sets the value of the doc property.
void setDue(Double value)
Sets the value of the due 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 String currency

protected Long doc

protected Double due

protected String refNum

protected Double total

protected String type

Public Constructors

public CustomerRefundApply ()

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 String getCurrency ()

Gets the value of the currency property.

Returns
  • possible object is String

public Long getDoc ()

Gets the value of the doc property.

Returns
  • possible object is Long

public Double getDue ()

Gets the value of the due property.

Returns
  • possible object is Double

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 setCurrency (String value)

Sets the value of the currency property.

Parameters
value Allowed object is String

public void setDoc (Long value)

Sets the value of the doc property.

Parameters
value Allowed object is Long

public void setDue (Double value)

Sets the value of the due property.

Parameters
value Allowed object is Double

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