TaxServiceClientMBean Interface
- public interface TaxServiceClientMBean
extends ServiceConfigurationMBean
The MBean that configures the client side of the tax service.
-
All Superinterfaces
-
ConfigurationMBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, ServiceConfigurationMBean, WebLogicMBean
Methods from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
getAVSReturnListOnZipFailure() Method
public String getAVSReturnListOnZipFailure()
getBusinessLocationCode() Method
public String getBusinessLocationCode()
getCompanyID() Method
public String getCompanyID()
getCurrency() Method
public String getCurrency()
Get the currency used for calculations
getOrderOriginCity() Method
public String getOrderOriginCity()
getOrderOriginCountryCode() Method
public String getOrderOriginCountryCode()
getOrderOriginLocationCode() Method
public String getOrderOriginLocationCode()
getOrderOriginPostalCode() Method
public String getOrderOriginPostalCode()
getOrderOriginProvince() Method
public String getOrderOriginProvince()
getSellerRegistrationNumber() Method
public String getSellerRegistrationNumber()
getShipFromCity() Method
public String getShipFromCity()
getShipFromCountryCode() Method
public String getShipFromCountryCode()
getShipFromLocationCode() Method
public String getShipFromLocationCode()
getShipFromPostalCode() Method
public String getShipFromPostalCode()
getShipFromProvince() Method
public String getShipFromProvince()
getTaxCalculatorJNDIName() Method
public String getTaxCalculatorJNDIName()
Get the JNDI name of the Tax service
getTaxCalculatorWSDL() Method
public String getTaxCalculatorWSDL()
Get the WSDL of the Tax service
getTaxDebug() Method
public String getTaxDebug()
getTaxType() Method
public String getTaxType()
getTitlePassageLocation() Method
public String getTitlePassageLocation()
setAVSReturnListOnZipFailure(String) Method
public void setAVSReturnListOnZipFailure(String taxType)
setBusinessLocationCode(String) Method
public void setBusinessLocationCode(String businessLocationCode)
setCompanyID(String) Method
public void setCompanyID(String companyID)
setCurrency(String) Method
public void setCurrency(String currency)
Set the currency used for calculations
setOrderOriginCity(String) Method
public void setOrderOriginCity(String city)
setOrderOriginCountryCode(String) Method
public void setOrderOriginCountryCode(String countryCode)
setOrderOriginLocationCode(String) Method
public void setOrderOriginLocationCode(String locationCode)
setOrderOriginPostalCode(String) Method
public void setOrderOriginPostalCode(String postalCode)
setOrderOriginProvince(String) Method
public void setOrderOriginProvince(String province)
setSellerRegistrationNumber(String) Method
public void setSellerRegistrationNumber(String sellerRegNumber)
setShipFromCity(String) Method
public void setShipFromCity(String city)
setShipFromCountryCode(String) Method
public void setShipFromCountryCode(String countryCode)
setShipFromLocationCode(String) Method
public void setShipFromLocationCode(String locationCode)
setShipFromPostalCode(String) Method
public void setShipFromPostalCode(String postalCode)
setShipFromProvince(String) Method
public void setShipFromProvince(String province)
setTaxCalculatorJNDIName(String) Method
public void setTaxCalculatorJNDIName(String jndiName)
Set the JNDI name of the Tax service
setTaxCalculatorWSDL(String) Method
public void setTaxCalculatorWSDL(String wsdl)
Set the WSDL of the Tax service
setTaxDebug(String) Method
public void setTaxDebug(String debugString)
setTaxType(String) Method
public void setTaxType(String taxType)
setTitlePassageLocation(String) Method
public void setTitlePassageLocation(String titlePassage)