public class

WorkOrderIssueComponent

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.inventory_2013_2.WorkOrderIssueComponent

Class Overview

Java class for WorkOrderIssueComponent complex type.

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

 <complexType name="WorkOrderIssueComponent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="componentInventoryDetail" type="{urn:common_2013_2.platform.webservices.netsuite.com}InventoryDetail" minOccurs="0"/>
         <element name="lineNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected InventoryDetail componentInventoryDetail
protected RecordRef item
protected Long lineNumber
protected Double quantity
Public Constructors
WorkOrderIssueComponent()
Public Methods
InventoryDetail getComponentInventoryDetail()
Gets the value of the componentInventoryDetail property.
RecordRef getItem()
Gets the value of the item property.
Long getLineNumber()
Gets the value of the lineNumber property.
Double getQuantity()
Gets the value of the quantity property.
void setComponentInventoryDetail(InventoryDetail value)
Sets the value of the componentInventoryDetail property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLineNumber(Long value)
Sets the value of the lineNumber property.
void setQuantity(Double value)
Sets the value of the quantity property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected InventoryDetail componentInventoryDetail

protected RecordRef item

protected Long lineNumber

protected Double quantity

Public Constructors

public WorkOrderIssueComponent ()

Public Methods

public InventoryDetail getComponentInventoryDetail ()

Gets the value of the componentInventoryDetail 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 Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public void setComponentInventoryDetail (InventoryDetail value)

Sets the value of the componentInventoryDetail property.

Parameters
value Allowed object is InventoryDetail

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 setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double