TaxServiceClientMBean Interface

com.bea.commerce.mbeans
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

Field Summary

   
Fields from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 

Method Summary

public String
getAVSReturnListOnZipFailure()
public String
getBusinessLocationCode()
public String
getCompanyID()
public String
getCurrency()
Get the currency used for calculations
public String
getOrderOriginCity()
public String
getOrderOriginCountryCode()
public String
getOrderOriginLocationCode()
public String
getOrderOriginPostalCode()
public String
getOrderOriginProvince()
public String
getSellerRegistrationNumber()
public String
getShipFromCity()
public String
getShipFromCountryCode()
public String
getShipFromLocationCode()
public String
getShipFromPostalCode()
public String
getShipFromProvince()
public String
getTaxCalculatorJNDIName()
Get the JNDI name of the Tax service
public String
getTaxCalculatorWSDL()
Get the WSDL of the Tax service
public String
getTaxDebug()
public String
getTaxType()
public String
getTitlePassageLocation()
public void
setAVSReturnListOnZipFailure(String taxType)
public void
setBusinessLocationCode(String businessLocationCode)
public void
setCompanyID(String companyID)
public void
setCurrency(String currency)
Set the currency used for calculations
public void
setOrderOriginCity(String city)
public void
setOrderOriginCountryCode(String countryCode)
public void
setOrderOriginLocationCode(String locationCode)
public void
setOrderOriginPostalCode(String postalCode)
public void
setOrderOriginProvince(String province)
public void
setSellerRegistrationNumber(String sellerRegNumber)
public void
setShipFromCity(String city)
public void
setShipFromCountryCode(String countryCode)
public void
setShipFromLocationCode(String locationCode)
public void
setShipFromPostalCode(String postalCode)
public void
setShipFromProvince(String province)
public void
setTaxCalculatorJNDIName(String jndiName)
Set the JNDI name of the Tax service
public void
setTaxCalculatorWSDL(String wsdl)
Set the WSDL of the Tax service
public void
setTaxDebug(String debugString)
public void
setTaxType(String taxType)
public void
setTitlePassageLocation(String titlePassage)
 
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
 
Methods from interface javax.management.DynamicMBean
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes
 
Methods from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods from interface com.bea.p13n.management.ServiceConfigurationMBean
 
Methods from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
   

Method Detail

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)