org.broadleafcommerce.vendor.cybersource.service.api
Class TaxService

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.api.TaxService
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
TaxService()
           
TaxService(java.lang.String nexus, java.lang.String noNexus, java.lang.String orderAcceptanceCity, java.lang.String orderAcceptanceCounty, java.lang.String orderAcceptanceCountry, java.lang.String orderAcceptanceState, java.lang.String orderAcceptancePostalCode, java.lang.String orderOriginCity, java.lang.String orderOriginCounty, java.lang.String orderOriginCountry, java.lang.String orderOriginState, java.lang.String orderOriginPostalCode, java.lang.String sellerRegistration, java.lang.String buyerRegistration, java.lang.String middlemanRegistration, java.lang.String pointOfTitleTransfer, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBuyerRegistration()
          Gets the buyerRegistration value for this TaxService.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getMiddlemanRegistration()
          Gets the middlemanRegistration value for this TaxService.
 java.lang.String getNexus()
          Gets the nexus value for this TaxService.
 java.lang.String getNoNexus()
          Gets the noNexus value for this TaxService.
 java.lang.String getOrderAcceptanceCity()
          Gets the orderAcceptanceCity value for this TaxService.
 java.lang.String getOrderAcceptanceCountry()
          Gets the orderAcceptanceCountry value for this TaxService.
 java.lang.String getOrderAcceptanceCounty()
          Gets the orderAcceptanceCounty value for this TaxService.
 java.lang.String getOrderAcceptancePostalCode()
          Gets the orderAcceptancePostalCode value for this TaxService.
 java.lang.String getOrderAcceptanceState()
          Gets the orderAcceptanceState value for this TaxService.
 java.lang.String getOrderOriginCity()
          Gets the orderOriginCity value for this TaxService.
 java.lang.String getOrderOriginCountry()
          Gets the orderOriginCountry value for this TaxService.
 java.lang.String getOrderOriginCounty()
          Gets the orderOriginCounty value for this TaxService.
 java.lang.String getOrderOriginPostalCode()
          Gets the orderOriginPostalCode value for this TaxService.
 java.lang.String getOrderOriginState()
          Gets the orderOriginState value for this TaxService.
 java.lang.String getPointOfTitleTransfer()
          Gets the pointOfTitleTransfer value for this TaxService.
 java.lang.String getRun()
          Gets the run value for this TaxService.
 java.lang.String getSellerRegistration()
          Gets the sellerRegistration value for this TaxService.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBuyerRegistration(java.lang.String buyerRegistration)
          Sets the buyerRegistration value for this TaxService.
 void setMiddlemanRegistration(java.lang.String middlemanRegistration)
          Sets the middlemanRegistration value for this TaxService.
 void setNexus(java.lang.String nexus)
          Sets the nexus value for this TaxService.
 void setNoNexus(java.lang.String noNexus)
          Sets the noNexus value for this TaxService.
 void setOrderAcceptanceCity(java.lang.String orderAcceptanceCity)
          Sets the orderAcceptanceCity value for this TaxService.
 void setOrderAcceptanceCountry(java.lang.String orderAcceptanceCountry)
          Sets the orderAcceptanceCountry value for this TaxService.
 void setOrderAcceptanceCounty(java.lang.String orderAcceptanceCounty)
          Sets the orderAcceptanceCounty value for this TaxService.
 void setOrderAcceptancePostalCode(java.lang.String orderAcceptancePostalCode)
          Sets the orderAcceptancePostalCode value for this TaxService.
 void setOrderAcceptanceState(java.lang.String orderAcceptanceState)
          Sets the orderAcceptanceState value for this TaxService.
 void setOrderOriginCity(java.lang.String orderOriginCity)
          Sets the orderOriginCity value for this TaxService.
 void setOrderOriginCountry(java.lang.String orderOriginCountry)
          Sets the orderOriginCountry value for this TaxService.
 void setOrderOriginCounty(java.lang.String orderOriginCounty)
          Sets the orderOriginCounty value for this TaxService.
 void setOrderOriginPostalCode(java.lang.String orderOriginPostalCode)
          Sets the orderOriginPostalCode value for this TaxService.
 void setOrderOriginState(java.lang.String orderOriginState)
          Sets the orderOriginState value for this TaxService.
 void setPointOfTitleTransfer(java.lang.String pointOfTitleTransfer)
          Sets the pointOfTitleTransfer value for this TaxService.
 void setRun(java.lang.String run)
          Sets the run value for this TaxService.
 void setSellerRegistration(java.lang.String sellerRegistration)
          Sets the sellerRegistration value for this TaxService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxService

public TaxService()

TaxService

public TaxService(java.lang.String nexus,
                  java.lang.String noNexus,
                  java.lang.String orderAcceptanceCity,
                  java.lang.String orderAcceptanceCounty,
                  java.lang.String orderAcceptanceCountry,
                  java.lang.String orderAcceptanceState,
                  java.lang.String orderAcceptancePostalCode,
                  java.lang.String orderOriginCity,
                  java.lang.String orderOriginCounty,
                  java.lang.String orderOriginCountry,
                  java.lang.String orderOriginState,
                  java.lang.String orderOriginPostalCode,
                  java.lang.String sellerRegistration,
                  java.lang.String buyerRegistration,
                  java.lang.String middlemanRegistration,
                  java.lang.String pointOfTitleTransfer,
                  java.lang.String run)
Method Detail

getNexus

public java.lang.String getNexus()
Gets the nexus value for this TaxService.

Returns:
nexus

setNexus

public void setNexus(java.lang.String nexus)
Sets the nexus value for this TaxService.

Parameters:
nexus -

getNoNexus

public java.lang.String getNoNexus()
Gets the noNexus value for this TaxService.

Returns:
noNexus

setNoNexus

public void setNoNexus(java.lang.String noNexus)
Sets the noNexus value for this TaxService.

Parameters:
noNexus -

getOrderAcceptanceCity

public java.lang.String getOrderAcceptanceCity()
Gets the orderAcceptanceCity value for this TaxService.

Returns:
orderAcceptanceCity

setOrderAcceptanceCity

public void setOrderAcceptanceCity(java.lang.String orderAcceptanceCity)
Sets the orderAcceptanceCity value for this TaxService.

Parameters:
orderAcceptanceCity -

getOrderAcceptanceCounty

public java.lang.String getOrderAcceptanceCounty()
Gets the orderAcceptanceCounty value for this TaxService.

Returns:
orderAcceptanceCounty

setOrderAcceptanceCounty

public void setOrderAcceptanceCounty(java.lang.String orderAcceptanceCounty)
Sets the orderAcceptanceCounty value for this TaxService.

Parameters:
orderAcceptanceCounty -

getOrderAcceptanceCountry

public java.lang.String getOrderAcceptanceCountry()
Gets the orderAcceptanceCountry value for this TaxService.

Returns:
orderAcceptanceCountry

setOrderAcceptanceCountry

public void setOrderAcceptanceCountry(java.lang.String orderAcceptanceCountry)
Sets the orderAcceptanceCountry value for this TaxService.

Parameters:
orderAcceptanceCountry -

getOrderAcceptanceState

public java.lang.String getOrderAcceptanceState()
Gets the orderAcceptanceState value for this TaxService.

Returns:
orderAcceptanceState

setOrderAcceptanceState

public void setOrderAcceptanceState(java.lang.String orderAcceptanceState)
Sets the orderAcceptanceState value for this TaxService.

Parameters:
orderAcceptanceState -

getOrderAcceptancePostalCode

public java.lang.String getOrderAcceptancePostalCode()
Gets the orderAcceptancePostalCode value for this TaxService.

Returns:
orderAcceptancePostalCode

setOrderAcceptancePostalCode

public void setOrderAcceptancePostalCode(java.lang.String orderAcceptancePostalCode)
Sets the orderAcceptancePostalCode value for this TaxService.

Parameters:
orderAcceptancePostalCode -

getOrderOriginCity

public java.lang.String getOrderOriginCity()
Gets the orderOriginCity value for this TaxService.

Returns:
orderOriginCity

setOrderOriginCity

public void setOrderOriginCity(java.lang.String orderOriginCity)
Sets the orderOriginCity value for this TaxService.

Parameters:
orderOriginCity -

getOrderOriginCounty

public java.lang.String getOrderOriginCounty()
Gets the orderOriginCounty value for this TaxService.

Returns:
orderOriginCounty

setOrderOriginCounty

public void setOrderOriginCounty(java.lang.String orderOriginCounty)
Sets the orderOriginCounty value for this TaxService.

Parameters:
orderOriginCounty -

getOrderOriginCountry

public java.lang.String getOrderOriginCountry()
Gets the orderOriginCountry value for this TaxService.

Returns:
orderOriginCountry

setOrderOriginCountry

public void setOrderOriginCountry(java.lang.String orderOriginCountry)
Sets the orderOriginCountry value for this TaxService.

Parameters:
orderOriginCountry -

getOrderOriginState

public java.lang.String getOrderOriginState()
Gets the orderOriginState value for this TaxService.

Returns:
orderOriginState

setOrderOriginState

public void setOrderOriginState(java.lang.String orderOriginState)
Sets the orderOriginState value for this TaxService.

Parameters:
orderOriginState -

getOrderOriginPostalCode

public java.lang.String getOrderOriginPostalCode()
Gets the orderOriginPostalCode value for this TaxService.

Returns:
orderOriginPostalCode

setOrderOriginPostalCode

public void setOrderOriginPostalCode(java.lang.String orderOriginPostalCode)
Sets the orderOriginPostalCode value for this TaxService.

Parameters:
orderOriginPostalCode -

getSellerRegistration

public java.lang.String getSellerRegistration()
Gets the sellerRegistration value for this TaxService.

Returns:
sellerRegistration

setSellerRegistration

public void setSellerRegistration(java.lang.String sellerRegistration)
Sets the sellerRegistration value for this TaxService.

Parameters:
sellerRegistration -

getBuyerRegistration

public java.lang.String getBuyerRegistration()
Gets the buyerRegistration value for this TaxService.

Returns:
buyerRegistration

setBuyerRegistration

public void setBuyerRegistration(java.lang.String buyerRegistration)
Sets the buyerRegistration value for this TaxService.

Parameters:
buyerRegistration -

getMiddlemanRegistration

public java.lang.String getMiddlemanRegistration()
Gets the middlemanRegistration value for this TaxService.

Returns:
middlemanRegistration

setMiddlemanRegistration

public void setMiddlemanRegistration(java.lang.String middlemanRegistration)
Sets the middlemanRegistration value for this TaxService.

Parameters:
middlemanRegistration -

getPointOfTitleTransfer

public java.lang.String getPointOfTitleTransfer()
Gets the pointOfTitleTransfer value for this TaxService.

Returns:
pointOfTitleTransfer

setPointOfTitleTransfer

public void setPointOfTitleTransfer(java.lang.String pointOfTitleTransfer)
Sets the pointOfTitleTransfer value for this TaxService.

Parameters:
pointOfTitleTransfer -

getRun

public java.lang.String getRun()
Gets the run value for this TaxService.

Returns:
run

setRun

public void setRun(java.lang.String run)
Sets the run value for this TaxService.

Parameters:
run -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.