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

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

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

This class represents the complex type

 
  
 
 
 
 
See Also:
Serialized Form

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

TaxInfo

public TaxInfo()
Method Detail

getMonetaryAmount

public MonetaryAmount getMonetaryAmount()
Gets the monetaryAmount
Returns:
Returns a MonetaryAmount

getTaxExemptionNumber

public java.lang.String getTaxExemptionNumber()
Gets the taxExemptionNumber
Returns:
Returns a String

getTaxExemptionStatusType

public java.lang.String getTaxExemptionStatusType()
Gets the taxExemptionStatusType
Returns:
Returns a String

getTaxJurisdictionCode

public java.lang.String getTaxJurisdictionCode()
Gets the taxJurisdictionCode
Returns:
Returns a String

getTaxJurisdictionCodeType

public java.lang.String getTaxJurisdictionCodeType()
Gets the taxJurisdictionCodeType
Returns:
Returns a String

getTaxPercentage

public java.lang.String getTaxPercentage()
Gets the taxPercentage
Returns:
Returns a String

getTaxType

public java.lang.String getTaxType()
Gets the taxType
Returns:
Returns a String

setMonetaryAmount

public void setMonetaryAmount(MonetaryAmount monetaryAmount)
Sets the monetaryAmount
Parameters:
monetaryAmount - The monetaryAmount to set

setTaxExemptionNumber

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

setTaxExemptionStatusType

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

setTaxJurisdictionCode

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

setTaxJurisdictionCodeType

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

setTaxPercentage

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

setTaxType

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

Feedback