public class

CashSaleTime

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.sales_2010_2.CashSaleTime

Class Overview

Java class for CashSaleTime complex type.

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

 <complexType name="CashSaleTime">
   <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="billedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="employeeDisp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="itemDisp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="jobDisp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="department" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="unitDisp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="revRecSchedule" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="revRecStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="revRecEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="grossAmt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="tax1Amt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="taxCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="taxRate1" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="taxRate2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double amount
protected Boolean apply
protected XMLGregorianCalendar billedDate
protected String clazz
protected String department
protected Long doc
protected String employeeDisp
protected Double grossAmt
protected String itemDisp
protected String jobDisp
protected String location
protected String memo
protected String quantity
protected Double rate
protected XMLGregorianCalendar revRecEndDate
protected RecordRef revRecSchedule
protected XMLGregorianCalendar revRecStartDate
protected Double tax1Amt
protected RecordRef taxCode
protected Double taxRate1
protected Double taxRate2
protected String unitDisp
Public Constructors
CashSaleTime()
Public Methods
Double getAmount()
Gets the value of the amount property.
XMLGregorianCalendar getBilledDate()
Gets the value of the billedDate property.
String getClazz()
Gets the value of the clazz property.
String getDepartment()
Gets the value of the department property.
Long getDoc()
Gets the value of the doc property.
String getEmployeeDisp()
Gets the value of the employeeDisp property.
Double getGrossAmt()
Gets the value of the grossAmt property.
String getItemDisp()
Gets the value of the itemDisp property.
String getJobDisp()
Gets the value of the jobDisp property.
String getLocation()
Gets the value of the location property.
String getMemo()
Gets the value of the memo property.
String getQuantity()
Gets the value of the quantity property.
Double getRate()
Gets the value of the rate property.
XMLGregorianCalendar getRevRecEndDate()
Gets the value of the revRecEndDate property.
RecordRef getRevRecSchedule()
Gets the value of the revRecSchedule property.
XMLGregorianCalendar getRevRecStartDate()
Gets the value of the revRecStartDate property.
Double getTax1Amt()
Gets the value of the tax1Amt property.
RecordRef getTaxCode()
Gets the value of the taxCode property.
Double getTaxRate1()
Gets the value of the taxRate1 property.
Double getTaxRate2()
Gets the value of the taxRate2 property.
String getUnitDisp()
Gets the value of the unitDisp 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 setBilledDate(XMLGregorianCalendar value)
Sets the value of the billedDate property.
void setClazz(String value)
Sets the value of the clazz property.
void setDepartment(String value)
Sets the value of the department property.
void setDoc(Long value)
Sets the value of the doc property.
void setEmployeeDisp(String value)
Sets the value of the employeeDisp property.
void setGrossAmt(Double value)
Sets the value of the grossAmt property.
void setItemDisp(String value)
Sets the value of the itemDisp property.
void setJobDisp(String value)
Sets the value of the jobDisp property.
void setLocation(String value)
Sets the value of the location property.
void setMemo(String value)
Sets the value of the memo property.
void setQuantity(String value)
Sets the value of the quantity property.
void setRate(Double value)
Sets the value of the rate property.
void setRevRecEndDate(XMLGregorianCalendar value)
Sets the value of the revRecEndDate property.
void setRevRecSchedule(RecordRef value)
Sets the value of the revRecSchedule property.
void setRevRecStartDate(XMLGregorianCalendar value)
Sets the value of the revRecStartDate property.
void setTax1Amt(Double value)
Sets the value of the tax1Amt property.
void setTaxCode(RecordRef value)
Sets the value of the taxCode property.
void setTaxRate1(Double value)
Sets the value of the taxRate1 property.
void setTaxRate2(Double value)
Sets the value of the taxRate2 property.
void setUnitDisp(String value)
Sets the value of the unitDisp property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double amount

protected Boolean apply

protected XMLGregorianCalendar billedDate

protected String clazz

protected String department

protected Long doc

protected String employeeDisp

protected Double grossAmt

protected String itemDisp

protected String jobDisp

protected String location

protected String memo

protected String quantity

protected Double rate

protected XMLGregorianCalendar revRecEndDate

protected RecordRef revRecSchedule

protected XMLGregorianCalendar revRecStartDate

protected Double tax1Amt

protected RecordRef taxCode

protected Double taxRate1

protected Double taxRate2

protected String unitDisp

Public Constructors

public CashSaleTime ()

Public Methods

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public XMLGregorianCalendar getBilledDate ()

Gets the value of the billedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getClazz ()

Gets the value of the clazz property.

Returns
  • possible object is String

public String getDepartment ()

Gets the value of the department property.

Returns
  • possible object is String

public Long getDoc ()

Gets the value of the doc property.

Returns
  • possible object is Long

public String getEmployeeDisp ()

Gets the value of the employeeDisp property.

Returns
  • possible object is String

public Double getGrossAmt ()

Gets the value of the grossAmt property.

Returns
  • possible object is Double

public String getItemDisp ()

Gets the value of the itemDisp property.

Returns
  • possible object is String

public String getJobDisp ()

Gets the value of the jobDisp property.

Returns
  • possible object is String

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public String getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is String

public Double getRate ()

Gets the value of the rate property.

Returns
  • possible object is Double

public XMLGregorianCalendar getRevRecEndDate ()

Gets the value of the revRecEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getRevRecSchedule ()

Gets the value of the revRecSchedule property.

Returns

public XMLGregorianCalendar getRevRecStartDate ()

Gets the value of the revRecStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public Double getTax1Amt ()

Gets the value of the tax1Amt property.

Returns
  • possible object is Double

public RecordRef getTaxCode ()

Gets the value of the taxCode property.

Returns

public Double getTaxRate1 ()

Gets the value of the taxRate1 property.

Returns
  • possible object is Double

public Double getTaxRate2 ()

Gets the value of the taxRate2 property.

Returns
  • possible object is Double

public String getUnitDisp ()

Gets the value of the unitDisp 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 setBilledDate (XMLGregorianCalendar value)

Sets the value of the billedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setClazz (String value)

Sets the value of the clazz property.

Parameters
value Allowed object is String

public void setDepartment (String value)

Sets the value of the department 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 setEmployeeDisp (String value)

Sets the value of the employeeDisp property.

Parameters
value Allowed object is String

public void setGrossAmt (Double value)

Sets the value of the grossAmt property.

Parameters
value Allowed object is Double

public void setItemDisp (String value)

Sets the value of the itemDisp property.

Parameters
value Allowed object is String

public void setJobDisp (String value)

Sets the value of the jobDisp property.

Parameters
value Allowed object is String

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setQuantity (String value)

Sets the value of the quantity property.

Parameters
value Allowed object is String

public void setRate (Double value)

Sets the value of the rate property.

Parameters
value Allowed object is Double

public void setRevRecEndDate (XMLGregorianCalendar value)

Sets the value of the revRecEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRevRecSchedule (RecordRef value)

Sets the value of the revRecSchedule property.

Parameters
value Allowed object is RecordRef

public void setRevRecStartDate (XMLGregorianCalendar value)

Sets the value of the revRecStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTax1Amt (Double value)

Sets the value of the tax1Amt property.

Parameters
value Allowed object is Double

public void setTaxCode (RecordRef value)

Sets the value of the taxCode property.

Parameters
value Allowed object is RecordRef

public void setTaxRate1 (Double value)

Sets the value of the taxRate1 property.

Parameters
value Allowed object is Double

public void setTaxRate2 (Double value)

Sets the value of the taxRate2 property.

Parameters
value Allowed object is Double

public void setUnitDisp (String value)

Sets the value of the unitDisp property.

Parameters
value Allowed object is String