| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.ItemMember |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| item | |||||||||||
| memberDescr | |||||||||||
| memberUnit | |||||||||||
| quantity | |||||||||||
| taxSchedule | |||||||||||
| taxcode | |||||||||||
| taxrate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the item property.
| |||||||||||
Gets the value of the memberDescr property.
| |||||||||||
Gets the value of the memberUnit property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the taxSchedule property.
| |||||||||||
Gets the value of the taxcode property.
| |||||||||||
Gets the value of the taxrate property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the memberDescr property.
| |||||||||||
Sets the value of the memberUnit property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the taxSchedule property.
| |||||||||||
Sets the value of the taxcode property.
| |||||||||||
Sets the value of the taxrate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the item property.
RecordRef
Gets the value of the memberDescr property.
Gets the value of the memberUnit property.
Gets the value of the quantity property.
Gets the value of the taxSchedule property.
RecordRef
Gets the value of the taxcode property.
Gets the value of the taxrate property.
Sets the value of the item property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the memberDescr property.
| value | Allowed object is String |
|---|
Sets the value of the memberUnit property.
| value | Allowed object is String |
|---|
Sets the value of the quantity property.
| value | Allowed object is Double |
|---|
Sets the value of the taxSchedule property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the taxcode property.
| value | Allowed object is String |
|---|
Sets the value of the taxrate property.
| value | Allowed object is Double |
|---|