public class

GetCurrencyRateResult

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.GetCurrencyRateResult

Class Overview

Java class for GetCurrencyRateResult complex type.

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

 <complexType name="GetCurrencyRateResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:core_2013_2.platform.webservices.netsuite.com}status"/>
         <element name="currencyRateList" type="{urn:core_2013_2.platform.webservices.netsuite.com}CurrencyRateList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CurrencyRateList currencyRateList
protected Status status
Public Constructors
GetCurrencyRateResult()
Public Methods
CurrencyRateList getCurrencyRateList()
Gets the value of the currencyRateList property.
Status getStatus()
Gets the value of the status property.
void setCurrencyRateList(CurrencyRateList value)
Sets the value of the currencyRateList property.
void setStatus(Status value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CurrencyRateList currencyRateList

protected Status status

Public Constructors

public GetCurrencyRateResult ()

Public Methods

public CurrencyRateList getCurrencyRateList ()

Gets the value of the currencyRateList property.

Returns

public Status getStatus ()

Gets the value of the status property.

Returns

public void setCurrencyRateList (CurrencyRateList value)

Sets the value of the currencyRateList property.

Parameters
value Allowed object is CurrencyRateList

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status