| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.ItemAvailabilityFilter |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| item | |||||||||||
| lastQtyAvailableChange | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the item property.
| |||||||||||
Gets the value of the lastQtyAvailableChange property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the lastQtyAvailableChange property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| item | |
|---|---|
| lastQtyAvailableChange |
Gets the value of the item property.
RecordRefList
Gets the value of the lastQtyAvailableChange property.
Sets the value of the item property.
| value | Allowed object is
RecordRefList
|
|---|
Sets the value of the lastQtyAvailableChange property.
| value | Allowed object is XMLGregorianCalendar |
|---|