public class

GetBudgetExchangeRateResponse

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

Class Overview

Java class for GetBudgetExchangeRateResponse complex type.

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

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

Summary

Fields
protected GetBudgetExchangeRateResult getBudgetExchangeRateResult
Public Constructors
GetBudgetExchangeRateResponse()
Public Methods
GetBudgetExchangeRateResult getGetBudgetExchangeRateResult()
Gets the value of the getBudgetExchangeRateResult property.
void setGetBudgetExchangeRateResult(GetBudgetExchangeRateResult value)
Sets the value of the getBudgetExchangeRateResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetBudgetExchangeRateResult getBudgetExchangeRateResult

Public Constructors

public GetBudgetExchangeRateResponse ()

Public Methods

public GetBudgetExchangeRateResult getGetBudgetExchangeRateResult ()

Gets the value of the getBudgetExchangeRateResult property.

Returns

public void setGetBudgetExchangeRateResult (GetBudgetExchangeRateResult value)

Sets the value of the getBudgetExchangeRateResult property.

Parameters
value Allowed object is GetBudgetExchangeRateResult