public class

GetCurrencyRateResponse

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_2.GetCurrencyRateResponse

Class Overview

Java class for GetCurrencyRateResponse complex type.

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

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

Summary

Fields
protected GetCurrencyRateResult getCurrencyRateResult
Public Constructors
GetCurrencyRateResponse()
Public Methods
GetCurrencyRateResult getGetCurrencyRateResult()
Gets the value of the getCurrencyRateResult property.
void setGetCurrencyRateResult(GetCurrencyRateResult value)
Sets the value of the getCurrencyRateResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetCurrencyRateResult getCurrencyRateResult

Public Constructors

public GetCurrencyRateResponse ()

Public Methods

public GetCurrencyRateResult getGetCurrencyRateResult ()

Gets the value of the getCurrencyRateResult property.

Returns

public void setGetCurrencyRateResult (GetCurrencyRateResult value)

Sets the value of the getCurrencyRateResult property.

Parameters
value Allowed object is GetCurrencyRateResult