java.lang.Objectcom.ibm.commerce.webservice.datatype.orderfulfillment.TaxInfo
This class represents the complex type
Constructor Summary | |
TaxInfo() |
Method Summary | |
MonetaryAmount | getMonetaryAmount() Gets the monetaryAmount |
java.lang.String | getTaxExemptionNumber() Gets the taxExemptionNumber |
java.lang.String | getTaxExemptionStatusType() Gets the taxExemptionStatusType |
java.lang.String | getTaxJurisdictionCode() Gets the taxJurisdictionCode |
java.lang.String | getTaxJurisdictionCodeType() Gets the taxJurisdictionCodeType |
java.lang.String | getTaxPercentage() Gets the taxPercentage |
java.lang.String | getTaxType() Gets the taxType |
void | setMonetaryAmount(MonetaryAmount monetaryAmount) Sets the monetaryAmount |
void | setTaxExemptionNumber(java.lang.String taxExemptionNumber) Sets the taxExemptionNumber |
void | setTaxExemptionStatusType(java.lang.String taxExemptionStatusType) Sets the taxExemptionStatusType |
void | setTaxJurisdictionCode(java.lang.String taxJurisdictionCode) Sets the taxJurisdictionCode |
void | setTaxJurisdictionCodeType(java.lang.String taxJurisdictionCodeType) Sets the taxJurisdictionCodeType |
void | setTaxPercentage(java.lang.String taxPercentage) Sets the taxPercentage |
void | setTaxType(java.lang.String taxType) Sets the taxType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TaxInfo()
Method Detail |
public MonetaryAmount getMonetaryAmount()
public java.lang.String getTaxExemptionNumber()
public java.lang.String getTaxExemptionStatusType()
public java.lang.String getTaxJurisdictionCode()
public java.lang.String getTaxJurisdictionCodeType()
public java.lang.String getTaxPercentage()
public java.lang.String getTaxType()
public void setMonetaryAmount(MonetaryAmount monetaryAmount)
public void setTaxExemptionNumber(java.lang.String taxExemptionNumber)
public void setTaxExemptionStatusType(java.lang.String taxExemptionStatusType)
public void setTaxJurisdictionCode(java.lang.String taxJurisdictionCode)
public void setTaxJurisdictionCodeType(java.lang.String taxJurisdictionCodeType)
public void setTaxPercentage(java.lang.String taxPercentage)
public void setTaxType(java.lang.String taxType)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.