© 2005 BEA Systems, Inc.

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.


Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 String getAVSReturnListOnZipFailure()
           
 String getBusinessLocationCode()
           
 String getCompanyID()
           
 String getCurrency()
          Get the currency used for calculations
 String getOrderOriginCity()
           
 String getOrderOriginCountryCode()
           
 String getOrderOriginLocationCode()
           
 String getOrderOriginPostalCode()
           
 String getOrderOriginProvince()
           
 String getSellerRegistrationNumber()
           
 String getShipFromCity()
           
 String getShipFromCountryCode()
           
 String getShipFromLocationCode()
           
 String getShipFromPostalCode()
           
 String getShipFromProvince()
           
 String getTaxCalculatorJNDIName()
          Get the JNDI name of the Tax service
 String getTaxCalculatorWSDL()
          Get the WSDL of the Tax service
 String getTaxDebug()
           
 String getTaxType()
           
 String getTitlePassageLocation()
           
 void setAVSReturnListOnZipFailure(String taxType)
           
 void setBusinessLocationCode(String businessLocationCode)
           
 void setCompanyID(String companyID)
           
 void setCurrency(String currency)
          Set the currency used for calculations
 void setOrderOriginCity(String city)
           
 void setOrderOriginCountryCode(String countryCode)
           
 void setOrderOriginLocationCode(String locationCode)
           
 void setOrderOriginPostalCode(String postalCode)
           
 void setOrderOriginProvince(String province)
           
 void setSellerRegistrationNumber(String sellerRegNumber)
           
 void setShipFromCity(String city)
           
 void setShipFromCountryCode(String countryCode)
           
 void setShipFromLocationCode(String locationCode)
           
 void setShipFromPostalCode(String postalCode)
           
 void setShipFromProvince(String province)
           
 void setTaxCalculatorJNDIName(String jndiName)
          Set the JNDI name of the Tax service
 void setTaxCalculatorWSDL(String wsdl)
          Set the WSDL of the Tax service
 void setTaxDebug(String debugString)
           
 void setTaxType(String taxType)
           
 void setTitlePassageLocation(String titlePassage)
           
 
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 weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
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
 

Method Detail

getAVSReturnListOnZipFailure

public String getAVSReturnListOnZipFailure()

getBusinessLocationCode

public String getBusinessLocationCode()

getCompanyID

public String getCompanyID()

getCurrency

public String getCurrency()
Get the currency used for calculations

MBean Attribute Old Property Name:
taxware.currency

getOrderOriginCity

public String getOrderOriginCity()

getOrderOriginCountryCode

public String getOrderOriginCountryCode()

getOrderOriginLocationCode

public String getOrderOriginLocationCode()

getOrderOriginPostalCode

public String getOrderOriginPostalCode()

getOrderOriginProvince

public String getOrderOriginProvince()

getSellerRegistrationNumber

public String getSellerRegistrationNumber()

getShipFromCity

public String getShipFromCity()

getShipFromCountryCode

public String getShipFromCountryCode()

getShipFromLocationCode

public String getShipFromLocationCode()

getShipFromPostalCode

public String getShipFromPostalCode()

getShipFromProvince

public String getShipFromProvince()

getTaxCalculatorJNDIName

public String getTaxCalculatorJNDIName()
Get the JNDI name of the Tax service

MBean Attribute Old Property Name:
tax.calculator.jndi.name

getTaxCalculatorWSDL

public String getTaxCalculatorWSDL()
Get the WSDL of the Tax service


getTaxDebug

public String getTaxDebug()

getTaxType

public String getTaxType()

getTitlePassageLocation

public String getTitlePassageLocation()

setAVSReturnListOnZipFailure

public void setAVSReturnListOnZipFailure(String taxType)

setBusinessLocationCode

public void setBusinessLocationCode(String businessLocationCode)

setCompanyID

public void setCompanyID(String companyID)

setCurrency

public void setCurrency(String currency)
Set the currency used for calculations

MBean Attribute Old Property Name:
taxware.currency

setOrderOriginCity

public void setOrderOriginCity(String city)

setOrderOriginCountryCode

public void setOrderOriginCountryCode(String countryCode)

setOrderOriginLocationCode

public void setOrderOriginLocationCode(String locationCode)

setOrderOriginPostalCode

public void setOrderOriginPostalCode(String postalCode)

setOrderOriginProvince

public void setOrderOriginProvince(String province)

setSellerRegistrationNumber

public void setSellerRegistrationNumber(String sellerRegNumber)

setShipFromCity

public void setShipFromCity(String city)

setShipFromCountryCode

public void setShipFromCountryCode(String countryCode)

setShipFromLocationCode

public void setShipFromLocationCode(String locationCode)

setShipFromPostalCode

public void setShipFromPostalCode(String postalCode)

setShipFromProvince

public void setShipFromProvince(String province)

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

setTaxCalculatorWSDL

public void setTaxCalculatorWSDL(String wsdl)
Set the WSDL of the Tax service

MBean Dynamic Method

setTaxDebug

public void setTaxDebug(String debugString)

setTaxType

public void setTaxType(String taxType)

setTitlePassageLocation

public void setTitlePassageLocation(String titlePassage)

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved