public class

ItemMember

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

Class Overview

Java class for ItemMember complex type.

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

 <complexType name="ItemMember">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="memberDescr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="memberUnit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="taxSchedule" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="taxcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="taxrate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef item
protected String memberDescr
protected String memberUnit
protected Double quantity
protected RecordRef taxSchedule
protected String taxcode
protected Double taxrate
Public Constructors
ItemMember()
Public Methods
RecordRef getItem()
Gets the value of the item property.
String getMemberDescr()
Gets the value of the memberDescr property.
String getMemberUnit()
Gets the value of the memberUnit property.
Double getQuantity()
Gets the value of the quantity property.
RecordRef getTaxSchedule()
Gets the value of the taxSchedule property.
String getTaxcode()
Gets the value of the taxcode property.
Double getTaxrate()
Gets the value of the taxrate property.
void setItem(RecordRef value)
Sets the value of the item property.
void setMemberDescr(String value)
Sets the value of the memberDescr property.
void setMemberUnit(String value)
Sets the value of the memberUnit property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setTaxSchedule(RecordRef value)
Sets the value of the taxSchedule property.
void setTaxcode(String value)
Sets the value of the taxcode property.
void setTaxrate(Double value)
Sets the value of the taxrate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef item

protected String memberDescr

protected String memberUnit

protected Double quantity

protected RecordRef taxSchedule

protected String taxcode

protected Double taxrate

Public Constructors

public ItemMember ()

Public Methods

public RecordRef getItem ()

Gets the value of the item property.

Returns

public String getMemberDescr ()

Gets the value of the memberDescr property.

Returns
  • possible object is String

public String getMemberUnit ()

Gets the value of the memberUnit property.

Returns
  • possible object is String

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public RecordRef getTaxSchedule ()

Gets the value of the taxSchedule property.

Returns

public String getTaxcode ()

Gets the value of the taxcode property.

Returns
  • possible object is String

public Double getTaxrate ()

Gets the value of the taxrate property.

Returns
  • possible object is Double

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setMemberDescr (String value)

Sets the value of the memberDescr property.

Parameters
value Allowed object is String

public void setMemberUnit (String value)

Sets the value of the memberUnit property.

Parameters
value Allowed object is String

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setTaxSchedule (RecordRef value)

Sets the value of the taxSchedule property.

Parameters
value Allowed object is RecordRef

public void setTaxcode (String value)

Sets the value of the taxcode property.

Parameters
value Allowed object is String

public void setTaxrate (Double value)

Sets the value of the taxrate property.

Parameters
value Allowed object is Double