public class

GetBudgetExchangeRateResponse

extends Object
implements Serializable
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_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_2013_2.platform.webservices.netsuite.com}getBudgetExchangeRateResult"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

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