public class

PromotionCodeItems

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.marketing_2010_2.PromotionCodeItems

Class Overview

Java class for PromotionCodeItems complex type.

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

 <complexType name="PromotionCodeItems">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef item
Public Constructors
PromotionCodeItems()
Public Methods
RecordRef getItem()
Gets the value of the item property.
void setItem(RecordRef value)
Sets the value of the item property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef item

Public Constructors

public PromotionCodeItems ()

Public Methods

public RecordRef getItem ()

Gets the value of the item property.

Returns

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef