public class

ItemMember

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2013_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="componentYield" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="bomQuantity" type="{http://www.w3.org/2001/XMLSchema}double" 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="vsoeDeferral" type="{urn:types.common_2013_2.platform.webservices.netsuite.com}VsoeDeferral" minOccurs="0"/>
         <element name="vsoePermitDiscount" type="{urn:types.common_2013_2.platform.webservices.netsuite.com}VsoePermitDiscount" minOccurs="0"/>
         <element name="vsoeDelivered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="taxSchedule" type="{urn:core_2013_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_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="taxrate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="obsoleteDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="effectiveRevision" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="obsoleteRevision" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="lineNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double bomQuantity
protected Double componentYield
protected XMLGregorianCalendar effectiveDate
protected RecordRef effectiveRevision
protected RecordRef item
protected Long lineNumber
protected String memberDescr
protected String memberUnit
protected XMLGregorianCalendar obsoleteDate
protected RecordRef obsoleteRevision
protected Double quantity
protected RecordRef taxSchedule
protected String taxcode
protected Double taxrate
protected VsoeDeferral vsoeDeferral
protected Boolean vsoeDelivered
protected VsoePermitDiscount vsoePermitDiscount
Public Constructors
ItemMember()
Public Methods
Double getBomQuantity()
Gets the value of the bomQuantity property.
Double getComponentYield()
Gets the value of the componentYield property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
RecordRef getEffectiveRevision()
Gets the value of the effectiveRevision property.
RecordRef getItem()
Gets the value of the item property.
Long getLineNumber()
Gets the value of the lineNumber property.
String getMemberDescr()
Gets the value of the memberDescr property.
String getMemberUnit()
Gets the value of the memberUnit property.
XMLGregorianCalendar getObsoleteDate()
Gets the value of the obsoleteDate property.
RecordRef getObsoleteRevision()
Gets the value of the obsoleteRevision 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.
VsoeDeferral getVsoeDeferral()
Gets the value of the vsoeDeferral property.
Boolean getVsoeDelivered()
Gets the value of the vsoeDelivered property.
VsoePermitDiscount getVsoePermitDiscount()
Gets the value of the vsoePermitDiscount property.
void setBomQuantity(Double value)
Sets the value of the bomQuantity property.
void setComponentYield(Double value)
Sets the value of the componentYield property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setEffectiveRevision(RecordRef value)
Sets the value of the effectiveRevision property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLineNumber(Long value)
Sets the value of the lineNumber property.
void setMemberDescr(String value)
Sets the value of the memberDescr property.
void setMemberUnit(String value)
Sets the value of the memberUnit property.
void setObsoleteDate(XMLGregorianCalendar value)
Sets the value of the obsoleteDate property.
void setObsoleteRevision(RecordRef value)
Sets the value of the obsoleteRevision 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.
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double bomQuantity

protected Double componentYield

protected XMLGregorianCalendar effectiveDate

protected RecordRef effectiveRevision

protected RecordRef item

protected Long lineNumber

protected String memberDescr

protected String memberUnit

protected XMLGregorianCalendar obsoleteDate

protected RecordRef obsoleteRevision

protected Double quantity

protected RecordRef taxSchedule

protected String taxcode

protected Double taxrate

protected VsoeDeferral vsoeDeferral

protected Boolean vsoeDelivered

protected VsoePermitDiscount vsoePermitDiscount

Public Constructors

public ItemMember ()

Public Methods

public Double getBomQuantity ()

Gets the value of the bomQuantity property.

Returns
  • possible object is Double

public Double getComponentYield ()

Gets the value of the componentYield property.

Returns
  • possible object is Double

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getEffectiveRevision ()

Gets the value of the effectiveRevision property.

Returns

public RecordRef getItem ()

Gets the value of the item property.

Returns

public Long getLineNumber ()

Gets the value of the lineNumber property.

Returns
  • possible object is Long

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 XMLGregorianCalendar getObsoleteDate ()

Gets the value of the obsoleteDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getObsoleteRevision ()

Gets the value of the obsoleteRevision property.

Returns

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 VsoeDeferral getVsoeDeferral ()

Gets the value of the vsoeDeferral property.

Returns

public Boolean getVsoeDelivered ()

Gets the value of the vsoeDelivered property. This getter has been renamed from isVsoeDelivered() to getVsoeDelivered() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public VsoePermitDiscount getVsoePermitDiscount ()

Gets the value of the vsoePermitDiscount property.

Returns

public void setBomQuantity (Double value)

Sets the value of the bomQuantity property.

Parameters
value Allowed object is Double

public void setComponentYield (Double value)

Sets the value of the componentYield property.

Parameters
value Allowed object is Double

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEffectiveRevision (RecordRef value)

Sets the value of the effectiveRevision property.

Parameters
value Allowed object is RecordRef

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLineNumber (Long value)

Sets the value of the lineNumber property.

Parameters
value Allowed object is Long

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 setObsoleteDate (XMLGregorianCalendar value)

Sets the value of the obsoleteDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setObsoleteRevision (RecordRef value)

Sets the value of the obsoleteRevision 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 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

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