com.bea.commerce.mbeans
Interface TaxServiceClientMBean
- All Superinterfaces:
- ConfigurationMBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, ServiceConfigurationMBean, WebLogicMBean
- public interface TaxServiceClientMBean
- extends ServiceConfigurationMBean
The MBean that configures the client side of the tax service.
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
Methods inherited from interface javax.management.DynamicMBean |
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
Methods inherited from interface javax.management.MBeanRegistration |
postDeregister, postRegister, preRegister |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
setTaxCalculatorJNDIName
public void setTaxCalculatorJNDIName(String jndiName)
- Set the JNDI name of the Tax service
- MBean Dynamic Method
- MBean Attribute Old Property Name:
- tax.calculator.jndi.name
getTaxCalculatorJNDIName
public String getTaxCalculatorJNDIName()
- Get the JNDI name of the Tax service
- MBean Attribute Old Property Name:
- tax.calculator.jndi.name
setTaxCalculatorWSDL
public void setTaxCalculatorWSDL(String wsdl)
- Set the WSDL of the Tax service
- MBean Dynamic Method
getTaxCalculatorWSDL
public String getTaxCalculatorWSDL()
- Get the WSDL of the Tax service
setCurrency
public void setCurrency(String currency)
- Set the currency used for calculations
- MBean Attribute Old Property Name:
- taxware.currency
getCurrency
public String getCurrency()
- Get the currency used for calculations
- MBean Attribute Old Property Name:
- taxware.currency
setShipFromProvince
public void setShipFromProvince(String province)
getShipFromProvince
public String getShipFromProvince()
setShipFromCity
public void setShipFromCity(String city)
getShipFromCity
public String getShipFromCity()
setShipFromPostalCode
public void setShipFromPostalCode(String postalCode)
getShipFromPostalCode
public String getShipFromPostalCode()
setShipFromLocationCode
public void setShipFromLocationCode(String locationCode)
getShipFromLocationCode
public String getShipFromLocationCode()
setShipFromCountryCode
public void setShipFromCountryCode(String countryCode)
getShipFromCountryCode
public String getShipFromCountryCode()
setOrderOriginProvince
public void setOrderOriginProvince(String province)
getOrderOriginProvince
public String getOrderOriginProvince()
setOrderOriginCity
public void setOrderOriginCity(String city)
getOrderOriginCity
public String getOrderOriginCity()
setOrderOriginPostalCode
public void setOrderOriginPostalCode(String postalCode)
getOrderOriginPostalCode
public String getOrderOriginPostalCode()
setOrderOriginLocationCode
public void setOrderOriginLocationCode(String locationCode)
getOrderOriginLocationCode
public String getOrderOriginLocationCode()
setOrderOriginCountryCode
public void setOrderOriginCountryCode(String countryCode)
getOrderOriginCountryCode
public String getOrderOriginCountryCode()
setTitlePassageLocation
public void setTitlePassageLocation(String titlePassage)
getTitlePassageLocation
public String getTitlePassageLocation()
setCompanyID
public void setCompanyID(String companyID)
getCompanyID
public String getCompanyID()
setBusinessLocationCode
public void setBusinessLocationCode(String businessLocationCode)
getBusinessLocationCode
public String getBusinessLocationCode()
setTaxType
public void setTaxType(String taxType)
getTaxType
public String getTaxType()
setAVSReturnListOnZipFailure
public void setAVSReturnListOnZipFailure(String taxType)
getAVSReturnListOnZipFailure
public String getAVSReturnListOnZipFailure()
setSellerRegistrationNumber
public void setSellerRegistrationNumber(String sellerRegNumber)
getSellerRegistrationNumber
public String getSellerRegistrationNumber()
setTaxDebug
public void setTaxDebug(String debugString)
getTaxDebug
public String getTaxDebug()
Copyright © 2004 BEA Systems, Inc. All Rights Reserved