org.broadleafcommerce.vendor.cybersource.service.api
Class FXQuote

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.api.FXQuote
All Implemented Interfaces:
java.io.Serializable

public class FXQuote
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FXQuote()
           
FXQuote(java.lang.String id, java.lang.String rate, java.lang.String type, java.lang.String expirationDateTime, java.lang.String currency, java.lang.String fundingCurrency, java.lang.String receivedDateTime)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCurrency()
          Gets the currency value for this FXQuote.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getExpirationDateTime()
          Gets the expirationDateTime value for this FXQuote.
 java.lang.String getFundingCurrency()
          Gets the fundingCurrency value for this FXQuote.
 java.lang.String getId()
          Gets the id value for this FXQuote.
 java.lang.String getRate()
          Gets the rate value for this FXQuote.
 java.lang.String getReceivedDateTime()
          Gets the receivedDateTime value for this FXQuote.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getType()
          Gets the type value for this FXQuote.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCurrency(java.lang.String currency)
          Sets the currency value for this FXQuote.
 void setExpirationDateTime(java.lang.String expirationDateTime)
          Sets the expirationDateTime value for this FXQuote.
 void setFundingCurrency(java.lang.String fundingCurrency)
          Sets the fundingCurrency value for this FXQuote.
 void setId(java.lang.String id)
          Sets the id value for this FXQuote.
 void setRate(java.lang.String rate)
          Sets the rate value for this FXQuote.
 void setReceivedDateTime(java.lang.String receivedDateTime)
          Sets the receivedDateTime value for this FXQuote.
 void setType(java.lang.String type)
          Sets the type value for this FXQuote.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FXQuote

public FXQuote()

FXQuote

public FXQuote(java.lang.String id,
               java.lang.String rate,
               java.lang.String type,
               java.lang.String expirationDateTime,
               java.lang.String currency,
               java.lang.String fundingCurrency,
               java.lang.String receivedDateTime)
Method Detail

getId

public java.lang.String getId()
Gets the id value for this FXQuote.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this FXQuote.

Parameters:
id -

getRate

public java.lang.String getRate()
Gets the rate value for this FXQuote.

Returns:
rate

setRate

public void setRate(java.lang.String rate)
Sets the rate value for this FXQuote.

Parameters:
rate -

getType

public java.lang.String getType()
Gets the type value for this FXQuote.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this FXQuote.

Parameters:
type -

getExpirationDateTime

public java.lang.String getExpirationDateTime()
Gets the expirationDateTime value for this FXQuote.

Returns:
expirationDateTime

setExpirationDateTime

public void setExpirationDateTime(java.lang.String expirationDateTime)
Sets the expirationDateTime value for this FXQuote.

Parameters:
expirationDateTime -

getCurrency

public java.lang.String getCurrency()
Gets the currency value for this FXQuote.

Returns:
currency

setCurrency

public void setCurrency(java.lang.String currency)
Sets the currency value for this FXQuote.

Parameters:
currency -

getFundingCurrency

public java.lang.String getFundingCurrency()
Gets the fundingCurrency value for this FXQuote.

Returns:
fundingCurrency

setFundingCurrency

public void setFundingCurrency(java.lang.String fundingCurrency)
Sets the fundingCurrency value for this FXQuote.

Parameters:
fundingCurrency -

getReceivedDateTime

public java.lang.String getReceivedDateTime()
Gets the receivedDateTime value for this FXQuote.

Returns:
receivedDateTime

setReceivedDateTime

public void setReceivedDateTime(java.lang.String receivedDateTime)
Sets the receivedDateTime value for this FXQuote.

Parameters:
receivedDateTime -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.