public class

CashRefundItem

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

Class Overview

Java class for CashRefundItem complex type.

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

 <complexType name="CashRefundItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="job" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="line" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="orderLine" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="units" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="binNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="serialNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="price" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="rate" 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="taxCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="taxRate1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="taxRate2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tax1Amt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="grossAmt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="isTaxable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="options" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
         <element name="department" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" 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="giftCertFrom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="costEstimateType" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}ItemCostEstimateType" minOccurs="0"/>
         <element name="costEstimate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="giftCertRecipientName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="giftCertRecipientEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="giftCertMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="giftCertNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="vsoePrice" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="vsoeAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="vsoeAllocation" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="vsoeDeferral" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}VsoeDeferral" minOccurs="0"/>
         <element name="vsoePermitDiscount" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}VsoePermitDiscount" minOccurs="0"/>
         <element name="vsoeDelivered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double amount
protected String binNumbers
protected RecordRef clazz
protected Double costEstimate
protected ItemCostEstimateType costEstimateType
protected CustomFieldList customFieldList
protected RecordRef department
protected String description
protected String giftCertFrom
protected String giftCertMessage
protected String giftCertNumber
protected String giftCertRecipientEmail
protected String giftCertRecipientName
protected Double grossAmt
protected Boolean isTaxable
protected RecordRef item
protected RecordRef job
protected Long line
protected RecordRef location
protected CustomFieldList options
protected Long orderLine
protected RecordRef price
protected Double quantity
protected String rate
protected XMLGregorianCalendar revRecEndDate
protected RecordRef revRecSchedule
protected XMLGregorianCalendar revRecStartDate
protected String serialNumbers
protected Double tax1Amt
protected RecordRef taxCode
protected String taxRate1
protected String taxRate2
protected RecordRef units
protected Double vsoeAllocation
protected Double vsoeAmount
protected VsoeDeferral vsoeDeferral
protected Boolean vsoeDelivered
protected VsoePermitDiscount vsoePermitDiscount
protected Double vsoePrice
Public Constructors
CashRefundItem()
Public Methods
Double getAmount()
Gets the value of the amount property.
String getBinNumbers()
Gets the value of the binNumbers property.
RecordRef getClazz()
Gets the value of the clazz property.
Double getCostEstimate()
Gets the value of the costEstimate property.
ItemCostEstimateType getCostEstimateType()
Gets the value of the costEstimateType property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getDepartment()
Gets the value of the department property.
String getDescription()
Gets the value of the description property.
String getGiftCertFrom()
Gets the value of the giftCertFrom property.
String getGiftCertMessage()
Gets the value of the giftCertMessage property.
String getGiftCertNumber()
Gets the value of the giftCertNumber property.
String getGiftCertRecipientEmail()
Gets the value of the giftCertRecipientEmail property.
String getGiftCertRecipientName()
Gets the value of the giftCertRecipientName property.
Double getGrossAmt()
Gets the value of the grossAmt property.
RecordRef getItem()
Gets the value of the item property.
RecordRef getJob()
Gets the value of the job property.
Long getLine()
Gets the value of the line property.
RecordRef getLocation()
Gets the value of the location property.
CustomFieldList getOptions()
Gets the value of the options property.
Long getOrderLine()
Gets the value of the orderLine property.
RecordRef getPrice()
Gets the value of the price property.
Double getQuantity()
Gets the value of the quantity property.
String 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.
String getSerialNumbers()
Gets the value of the serialNumbers property.
Double getTax1Amt()
Gets the value of the tax1Amt property.
RecordRef getTaxCode()
Gets the value of the taxCode property.
String getTaxRate1()
Gets the value of the taxRate1 property.
String getTaxRate2()
Gets the value of the taxRate2 property.
RecordRef getUnits()
Gets the value of the units property.
Double getVsoeAllocation()
Gets the value of the vsoeAllocation property.
Double getVsoeAmount()
Gets the value of the vsoeAmount property.
VsoeDeferral getVsoeDeferral()
Gets the value of the vsoeDeferral property.
VsoePermitDiscount getVsoePermitDiscount()
Gets the value of the vsoePermitDiscount property.
Double getVsoePrice()
Gets the value of the vsoePrice property.
Boolean isIsTaxable()
Gets the value of the isTaxable property.
Boolean isVsoeDelivered()
Gets the value of the vsoeDelivered property.
void setAmount(Double value)
Sets the value of the amount property.
void setBinNumbers(String value)
Sets the value of the binNumbers property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCostEstimate(Double value)
Sets the value of the costEstimate property.
void setCostEstimateType(ItemCostEstimateType value)
Sets the value of the costEstimateType property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setDescription(String value)
Sets the value of the description property.
void setGiftCertFrom(String value)
Sets the value of the giftCertFrom property.
void setGiftCertMessage(String value)
Sets the value of the giftCertMessage property.
void setGiftCertNumber(String value)
Sets the value of the giftCertNumber property.
void setGiftCertRecipientEmail(String value)
Sets the value of the giftCertRecipientEmail property.
void setGiftCertRecipientName(String value)
Sets the value of the giftCertRecipientName property.
void setGrossAmt(Double value)
Sets the value of the grossAmt property.
void setIsTaxable(Boolean value)
Sets the value of the isTaxable property.
void setItem(RecordRef value)
Sets the value of the item property.
void setJob(RecordRef value)
Sets the value of the job property.
void setLine(Long value)
Sets the value of the line property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setOptions(CustomFieldList value)
Sets the value of the options property.
void setOrderLine(Long value)
Sets the value of the orderLine property.
void setPrice(RecordRef value)
Sets the value of the price property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setRate(String 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 setSerialNumbers(String value)
Sets the value of the serialNumbers 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(String value)
Sets the value of the taxRate1 property.
void setTaxRate2(String value)
Sets the value of the taxRate2 property.
void setUnits(RecordRef value)
Sets the value of the units property.
void setVsoeAllocation(Double value)
Sets the value of the vsoeAllocation property.
void setVsoeAmount(Double value)
Sets the value of the vsoeAmount property.
void setVsoeDeferral(VsoeDeferral value)
Sets the value of the vsoeDeferral property.
void setVsoeDelivered(Boolean value)
Sets the value of the vsoeDelivered property.
void setVsoePermitDiscount(VsoePermitDiscount value)
Sets the value of the vsoePermitDiscount property.
void setVsoePrice(Double value)
Sets the value of the vsoePrice property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double amount

protected String binNumbers

protected RecordRef clazz

protected Double costEstimate

protected ItemCostEstimateType costEstimateType

protected CustomFieldList customFieldList

protected RecordRef department

protected String description

protected String giftCertFrom

protected String giftCertMessage

protected String giftCertNumber

protected String giftCertRecipientEmail

protected String giftCertRecipientName

protected Double grossAmt

protected Boolean isTaxable

protected RecordRef item

protected RecordRef job

protected Long line

protected RecordRef location

protected CustomFieldList options

protected Long orderLine

protected RecordRef price

protected Double quantity

protected String rate

protected XMLGregorianCalendar revRecEndDate

protected RecordRef revRecSchedule

protected XMLGregorianCalendar revRecStartDate

protected String serialNumbers

protected Double tax1Amt

protected RecordRef taxCode

protected String taxRate1

protected String taxRate2

protected RecordRef units

protected Double vsoeAllocation

protected Double vsoeAmount

protected VsoeDeferral vsoeDeferral

protected Boolean vsoeDelivered

protected VsoePermitDiscount vsoePermitDiscount

protected Double vsoePrice

Public Constructors

public CashRefundItem ()

Public Methods

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public String getBinNumbers ()

Gets the value of the binNumbers property.

Returns
  • possible object is String

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public Double getCostEstimate ()

Gets the value of the costEstimate property.

Returns
  • possible object is Double

public ItemCostEstimateType getCostEstimateType ()

Gets the value of the costEstimateType property.

Returns

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getGiftCertFrom ()

Gets the value of the giftCertFrom property.

Returns
  • possible object is String

public String getGiftCertMessage ()

Gets the value of the giftCertMessage property.

Returns
  • possible object is String

public String getGiftCertNumber ()

Gets the value of the giftCertNumber property.

Returns
  • possible object is String

public String getGiftCertRecipientEmail ()

Gets the value of the giftCertRecipientEmail property.

Returns
  • possible object is String

public String getGiftCertRecipientName ()

Gets the value of the giftCertRecipientName property.

Returns
  • possible object is String

public Double getGrossAmt ()

Gets the value of the grossAmt property.

Returns
  • possible object is Double

public RecordRef getItem ()

Gets the value of the item property.

Returns

public RecordRef getJob ()

Gets the value of the job property.

Returns

public Long getLine ()

Gets the value of the line property.

Returns
  • possible object is Long

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public CustomFieldList getOptions ()

Gets the value of the options property.

Returns

public Long getOrderLine ()

Gets the value of the orderLine property.

Returns
  • possible object is Long

public RecordRef getPrice ()

Gets the value of the price property.

Returns

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public String getRate ()

Gets the value of the rate property.

Returns
  • possible object is String

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

Gets the value of the serialNumbers property.

Returns
  • possible object is String

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

Gets the value of the taxRate1 property.

Returns
  • possible object is String

public String getTaxRate2 ()

Gets the value of the taxRate2 property.

Returns
  • possible object is String

public RecordRef getUnits ()

Gets the value of the units property.

Returns

public Double getVsoeAllocation ()

Gets the value of the vsoeAllocation property.

Returns
  • possible object is Double

public Double getVsoeAmount ()

Gets the value of the vsoeAmount property.

Returns
  • possible object is Double

public VsoeDeferral getVsoeDeferral ()

Gets the value of the vsoeDeferral property.

Returns

public VsoePermitDiscount getVsoePermitDiscount ()

Gets the value of the vsoePermitDiscount property.

Returns

public Double getVsoePrice ()

Gets the value of the vsoePrice property.

Returns
  • possible object is Double

public Boolean isIsTaxable ()

Gets the value of the isTaxable property.

Returns
  • possible object is Boolean

public Boolean isVsoeDelivered ()

Gets the value of the vsoeDelivered 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 setBinNumbers (String value)

Sets the value of the binNumbers property.

Parameters
value Allowed object is String

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

public void setCostEstimate (Double value)

Sets the value of the costEstimate property.

Parameters
value Allowed object is Double

public void setCostEstimateType (ItemCostEstimateType value)

Sets the value of the costEstimateType property.

Parameters
value Allowed object is ItemCostEstimateType

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setGiftCertFrom (String value)

Sets the value of the giftCertFrom property.

Parameters
value Allowed object is String

public void setGiftCertMessage (String value)

Sets the value of the giftCertMessage property.

Parameters
value Allowed object is String

public void setGiftCertNumber (String value)

Sets the value of the giftCertNumber property.

Parameters
value Allowed object is String

public void setGiftCertRecipientEmail (String value)

Sets the value of the giftCertRecipientEmail property.

Parameters
value Allowed object is String

public void setGiftCertRecipientName (String value)

Sets the value of the giftCertRecipientName 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 setIsTaxable (Boolean value)

Sets the value of the isTaxable property.

Parameters
value Allowed object is Boolean

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setJob (RecordRef value)

Sets the value of the job property.

Parameters
value Allowed object is RecordRef

public void setLine (Long value)

Sets the value of the line property.

Parameters
value Allowed object is Long

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setOptions (CustomFieldList value)

Sets the value of the options property.

Parameters
value Allowed object is CustomFieldList

public void setOrderLine (Long value)

Sets the value of the orderLine property.

Parameters
value Allowed object is Long

public void setPrice (RecordRef value)

Sets the value of the price property.

Parameters
value Allowed object is RecordRef

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setRate (String value)

Sets the value of the rate property.

Parameters
value Allowed object is String

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

Sets the value of the serialNumbers property.

Parameters
value Allowed object is String

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

Sets the value of the taxRate1 property.

Parameters
value Allowed object is String

public void setTaxRate2 (String value)

Sets the value of the taxRate2 property.

Parameters
value Allowed object is String

public void setUnits (RecordRef value)

Sets the value of the units property.

Parameters
value Allowed object is RecordRef

public void setVsoeAllocation (Double value)

Sets the value of the vsoeAllocation property.

Parameters
value Allowed object is Double

public void setVsoeAmount (Double value)

Sets the value of the vsoeAmount property.

Parameters
value Allowed object is Double

public void setVsoeDeferral (VsoeDeferral value)

Sets the value of the vsoeDeferral property.

Parameters
value Allowed object is VsoeDeferral

public void setVsoeDelivered (Boolean value)

Sets the value of the vsoeDelivered property.

Parameters
value Allowed object is Boolean

public void setVsoePermitDiscount (VsoePermitDiscount value)

Sets the value of the vsoePermitDiscount property.

Parameters
value Allowed object is VsoePermitDiscount

public void setVsoePrice (Double value)

Sets the value of the vsoePrice property.

Parameters
value Allowed object is Double