public class

GetItemAvailabilityResponse

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.GetItemAvailabilityResponse

Class Overview

Java class for GetItemAvailabilityResponse complex type.

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

 <complexType name="GetItemAvailabilityResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:core_2010_2.platform.webservices.netsuite.com}getItemAvailabilityResult"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetItemAvailabilityResult getItemAvailabilityResult
Public Constructors
GetItemAvailabilityResponse()
Public Methods
GetItemAvailabilityResult getGetItemAvailabilityResult()
Gets the value of the getItemAvailabilityResult property.
void setGetItemAvailabilityResult(GetItemAvailabilityResult value)
Sets the value of the getItemAvailabilityResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetItemAvailabilityResult getItemAvailabilityResult

Public Constructors

public GetItemAvailabilityResponse ()

Public Methods

public GetItemAvailabilityResult getGetItemAvailabilityResult ()

Gets the value of the getItemAvailabilityResult property.

Returns

public void setGetItemAvailabilityResult (GetItemAvailabilityResult value)

Sets the value of the getItemAvailabilityResult property.

Parameters
value Allowed object is GetItemAvailabilityResult