public class

AsyncStatusResponse

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

Class Overview

Java class for AsyncStatusResponse complex type.

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

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

Summary

Fields
protected AsyncStatusResult asyncStatusResult
Public Constructors
AsyncStatusResponse()
Public Methods
AsyncStatusResult getAsyncStatusResult()
Gets the value of the asyncStatusResult property.
void setAsyncStatusResult(AsyncStatusResult value)
Sets the value of the asyncStatusResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AsyncStatusResult asyncStatusResult

Public Constructors

public AsyncStatusResponse ()

Public Methods

public AsyncStatusResult getAsyncStatusResult ()

Gets the value of the asyncStatusResult property.

Returns

public void setAsyncStatusResult (AsyncStatusResult value)

Sets the value of the asyncStatusResult property.

Parameters
value Allowed object is AsyncStatusResult