public class

Price

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

Class Overview

Java class for Price complex type.

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

 <complexType name="Price">
   <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="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double quantity
protected Double value
Public Constructors
Price()
Public Methods
Double getQuantity()
Gets the value of the quantity property.
Double getValue()
Gets the value of the value property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setValue(Double value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double quantity

protected Double value

Public Constructors

public Price ()

Public Methods

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public Double getValue ()

Gets the value of the value property.

Returns
  • possible object is Double

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setValue (Double value)

Sets the value of the value property.

Parameters
value Allowed object is Double