public class

GetConsolidatedExchangeRateResponse

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

Class Overview

Java class for GetConsolidatedExchangeRateResponse complex type.

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

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

Summary

Fields
protected GetConsolidatedExchangeRateResult getConsolidatedExchangeRateResult
Public Constructors
GetConsolidatedExchangeRateResponse()
Public Methods
GetConsolidatedExchangeRateResult getGetConsolidatedExchangeRateResult()
Gets the value of the getConsolidatedExchangeRateResult property.
void setGetConsolidatedExchangeRateResult(GetConsolidatedExchangeRateResult value)
Sets the value of the getConsolidatedExchangeRateResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetConsolidatedExchangeRateResult getConsolidatedExchangeRateResult

Public Constructors

public GetConsolidatedExchangeRateResponse ()

Public Methods

public GetConsolidatedExchangeRateResult getGetConsolidatedExchangeRateResult ()

Gets the value of the getConsolidatedExchangeRateResult property.

Returns

public void setGetConsolidatedExchangeRateResult (GetConsolidatedExchangeRateResult value)

Sets the value of the getConsolidatedExchangeRateResult property.

Parameters
value Allowed object is GetConsolidatedExchangeRateResult