public class

ItemAvailabilityFilter

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.ItemAvailabilityFilter

Class Overview

Java class for ItemAvailabilityFilter complex type.

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

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

Summary

Fields
protected RecordRefList item
protected XMLGregorianCalendar lastQtyAvailableChange
Public Constructors
ItemAvailabilityFilter()
ItemAvailabilityFilter(RecordRefList item, XMLGregorianCalendar lastQtyAvailableChange)
Public Methods
RecordRefList getItem()
Gets the value of the item property.
XMLGregorianCalendar getLastQtyAvailableChange()
Gets the value of the lastQtyAvailableChange property.
void setItem(RecordRefList value)
Sets the value of the item property.
void setLastQtyAvailableChange(XMLGregorianCalendar value)
Sets the value of the lastQtyAvailableChange property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRefList item

protected XMLGregorianCalendar lastQtyAvailableChange

Public Constructors

public ItemAvailabilityFilter ()

public ItemAvailabilityFilter (RecordRefList item, XMLGregorianCalendar lastQtyAvailableChange)

Parameters
item
lastQtyAvailableChange

Public Methods

public RecordRefList getItem ()

Gets the value of the item property.

Returns

public XMLGregorianCalendar getLastQtyAvailableChange ()

Gets the value of the lastQtyAvailableChange property.

Returns
  • possible object is XMLGregorianCalendar

public void setItem (RecordRefList value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRefList

public void setLastQtyAvailableChange (XMLGregorianCalendar value)

Sets the value of the lastQtyAvailableChange property.

Parameters
value Allowed object is XMLGregorianCalendar