public class

GetSelectValueResponse

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

Class Overview

Java class for getSelectValueResponse complex type.

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

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

Summary

Fields
protected GetSelectValueResult getSelectValueResult
Public Constructors
GetSelectValueResponse()
Public Methods
GetSelectValueResult getGetSelectValueResult()
Gets the value of the getSelectValueResult property.
void setGetSelectValueResult(GetSelectValueResult value)
Sets the value of the getSelectValueResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetSelectValueResult getSelectValueResult

Public Constructors

public GetSelectValueResponse ()

Public Methods

public GetSelectValueResult getGetSelectValueResult ()

Gets the value of the getSelectValueResult property.

Returns

public void setGetSelectValueResult (GetSelectValueResult value)

Sets the value of the getSelectValueResult property.

Parameters
value Allowed object is GetSelectValueResult