net.webservicex.currencyconverter
Class ConversionRate

java.lang.Object
  extended by net.webservicex.currencyconverter.ConversionRate

public class ConversionRate
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FromCurrency" type="{http://www.webserviceX.NET/}Currency"/>
         <element name="ToCurrency" type="{http://www.webserviceX.NET/}Currency"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Currency fromCurrency
           
protected  Currency toCurrency
           
 
Constructor Summary
ConversionRate()
           
 
Method Summary
 Currency getFromCurrency()
          Gets the value of the fromCurrency property.
 Currency getToCurrency()
          Gets the value of the toCurrency property.
 void setFromCurrency(Currency value)
          Sets the value of the fromCurrency property.
 void setToCurrency(Currency value)
          Sets the value of the toCurrency property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromCurrency

protected Currency fromCurrency

toCurrency

protected Currency toCurrency
Constructor Detail

ConversionRate

public ConversionRate()
Method Detail

getFromCurrency

public Currency getFromCurrency()
Gets the value of the fromCurrency property.

Returns:
possible object is Currency

setFromCurrency

public void setFromCurrency(Currency value)
Sets the value of the fromCurrency property.

Parameters:
value - allowed object is Currency

getToCurrency

public Currency getToCurrency()
Gets the value of the toCurrency property.

Returns:
possible object is Currency

setToCurrency

public void setToCurrency(Currency value)
Sets the value of the toCurrency property.

Parameters:
value - allowed object is Currency


Copyright © 2011 jbundle.org. All Rights Reserved.