com.ibm.commerce.webservice.datatype.orderfulfillment
Class TotalPriceInfo

java.lang.Object
  com.ibm.commerce.webservice.datatype.orderfulfillment.TotalPriceInfo
All Implemented Interfaces:
java.io.Serializable

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

This class represents the complex type

 
 
 
 
 
See Also:
Serialized Form

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

TotalPriceInfo

public TotalPriceInfo()
Method Detail

getCurrency

public java.lang.String getCurrency()
Gets the currency
Returns:
Returns a String

getTaxInfo

public TaxInfo[] getTaxInfo()
Gets the taxInfo
Returns:
Returns a TaxInfo[]

getTotalNetPrice

public java.lang.String getTotalNetPrice()
Gets the totalNetPrice
Returns:
Returns a String

getTotalShippingPrice

public java.lang.String getTotalShippingPrice()
Gets the totalShippingPrice
Returns:
Returns a String

getTotalTaxOnShippingPrice

public java.lang.String getTotalTaxOnShippingPrice()
Gets the totalTaxOnShippingPrice
Returns:
Returns a String

setCurrency

public void setCurrency(java.lang.String currency)
Sets the currency
Parameters:
currency - The currency to set

setTaxInfo

public void setTaxInfo(TaxInfo[] taxInfo)
Sets the taxInfo
Parameters:
taxInfo - The taxInfo to set

setTotalNetPrice

public void setTotalNetPrice(java.lang.String totalNetPrice)
Sets the totalNetPrice
Parameters:
totalNetPrice - The totalNetPrice to set

setTotalShippingPrice

public void setTotalShippingPrice(java.lang.String totalShippingPrice)
Sets the totalShippingPrice
Parameters:
totalShippingPrice - The totalShippingPrice to set

setTotalTaxOnShippingPrice

public void setTotalTaxOnShippingPrice(java.lang.String totalTaxOnShippingPrice)
Sets the totalTaxOnShippingPrice
Parameters:
totalTaxOnShippingPrice - The totalTaxOnShippingPrice to set

Feedback