java.lang.Objectcom.ibm.commerce.webservice.datatype.orderfulfillment.MonetaryAmount
This class represents the complex type
Constructor Summary | |
MonetaryAmount() |
Method Summary | |
java.lang.String | getCurrency() Gets the currency |
java.lang.String | getValue() Gets the value |
void | setCurrency(java.lang.String currency) Sets the currency |
void | setValue(java.lang.String value) Sets the value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MonetaryAmount()
Method Detail |
public java.lang.String getCurrency()
public java.lang.String getValue()
public void setCurrency(java.lang.String currency)
public void setValue(java.lang.String value)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.