public class

Rate

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2010_2.Rate

Class Overview

Java class for Rate complex type.

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

 <complexType name="Rate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="priceLevel" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef priceLevel
protected Double value
Public Constructors
Rate()
Public Methods
RecordRef getPriceLevel()
Gets the value of the priceLevel property.
Double getValue()
Gets the value of the value property.
void setPriceLevel(RecordRef value)
Sets the value of the priceLevel property.
void setValue(Double value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef priceLevel

protected Double value

Public Constructors

public Rate ()

Public Methods

public RecordRef getPriceLevel ()

Gets the value of the priceLevel property.

Returns

public Double getValue ()

Gets the value of the value property.

Returns
  • possible object is Double

public void setPriceLevel (RecordRef value)

Sets the value of the priceLevel property.

Parameters
value Allowed object is RecordRef

public void setValue (Double value)

Sets the value of the value property.

Parameters
value Allowed object is Double