public class

GetAsyncResultResponse

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

Class Overview

Java class for GetAsyncResultResponse complex type.

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

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

Summary

Fields
protected AsyncResult asyncResult
Public Constructors
GetAsyncResultResponse()
Public Methods
AsyncResult getAsyncResult()
Gets the value of the asyncResult property.
void setAsyncResult(AsyncResult value)
Sets the value of the asyncResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AsyncResult asyncResult

Public Constructors

public GetAsyncResultResponse ()

Public Methods

public AsyncResult getAsyncResult ()

Gets the value of the asyncResult property.

Returns

public void setAsyncResult (AsyncResult value)

Sets the value of the asyncResult property.

Parameters
value Allowed object is AsyncResult