java.lang.Objectcom.ibm.commerce.webservice.datatype.orderfulfillment.TotalPriceInfo
This class represents the complex type
Constructor Summary | |
TotalPriceInfo() |
Method Summary | |
java.lang.String | getCurrency() Gets the currency |
TaxInfo[] | getTaxInfo() Gets the taxInfo |
java.lang.String | getTotalNetPrice() Gets the totalNetPrice |
java.lang.String | getTotalShippingPrice() Gets the totalShippingPrice |
java.lang.String | getTotalTaxOnShippingPrice() Gets the totalTaxOnShippingPrice |
void | setCurrency(java.lang.String currency) Sets the currency |
void | setTaxInfo(TaxInfo[] taxInfo) Sets the taxInfo |
void | setTotalNetPrice(java.lang.String totalNetPrice) Sets the totalNetPrice |
void | setTotalShippingPrice(java.lang.String totalShippingPrice) Sets the totalShippingPrice |
void | setTotalTaxOnShippingPrice(java.lang.String totalTaxOnShippingPrice) Sets the totalTaxOnShippingPrice |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TotalPriceInfo()
Method Detail |
public java.lang.String getCurrency()
public TaxInfo[] getTaxInfo()
public java.lang.String getTotalNetPrice()
public java.lang.String getTotalShippingPrice()
public java.lang.String getTotalTaxOnShippingPrice()
public void setCurrency(java.lang.String currency)
public void setTaxInfo(TaxInfo[] taxInfo)
public void setTotalNetPrice(java.lang.String totalNetPrice)
public void setTotalShippingPrice(java.lang.String totalShippingPrice)
public void setTotalTaxOnShippingPrice(java.lang.String totalTaxOnShippingPrice)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.