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

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

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

See Also:
Serialized Form

Constructor Summary
ExportService()
           
ExportService(java.lang.String addressOperator, java.lang.String addressWeight, java.lang.String companyWeight, java.lang.String nameWeight, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddressOperator()
          Gets the addressOperator value for this ExportService.
 java.lang.String getAddressWeight()
          Gets the addressWeight value for this ExportService.
 java.lang.String getCompanyWeight()
          Gets the companyWeight value for this ExportService.
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 getNameWeight()
          Gets the nameWeight value for this ExportService.
 java.lang.String getRun()
          Gets the run value for this ExportService.
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 setAddressOperator(java.lang.String addressOperator)
          Sets the addressOperator value for this ExportService.
 void setAddressWeight(java.lang.String addressWeight)
          Sets the addressWeight value for this ExportService.
 void setCompanyWeight(java.lang.String companyWeight)
          Sets the companyWeight value for this ExportService.
 void setNameWeight(java.lang.String nameWeight)
          Sets the nameWeight value for this ExportService.
 void setRun(java.lang.String run)
          Sets the run value for this ExportService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportService

public ExportService()

ExportService

public ExportService(java.lang.String addressOperator,
                     java.lang.String addressWeight,
                     java.lang.String companyWeight,
                     java.lang.String nameWeight,
                     java.lang.String run)
Method Detail

getAddressOperator

public java.lang.String getAddressOperator()
Gets the addressOperator value for this ExportService.

Returns:
addressOperator

setAddressOperator

public void setAddressOperator(java.lang.String addressOperator)
Sets the addressOperator value for this ExportService.

Parameters:
addressOperator -

getAddressWeight

public java.lang.String getAddressWeight()
Gets the addressWeight value for this ExportService.

Returns:
addressWeight

setAddressWeight

public void setAddressWeight(java.lang.String addressWeight)
Sets the addressWeight value for this ExportService.

Parameters:
addressWeight -

getCompanyWeight

public java.lang.String getCompanyWeight()
Gets the companyWeight value for this ExportService.

Returns:
companyWeight

setCompanyWeight

public void setCompanyWeight(java.lang.String companyWeight)
Sets the companyWeight value for this ExportService.

Parameters:
companyWeight -

getNameWeight

public java.lang.String getNameWeight()
Gets the nameWeight value for this ExportService.

Returns:
nameWeight

setNameWeight

public void setNameWeight(java.lang.String nameWeight)
Sets the nameWeight value for this ExportService.

Parameters:
nameWeight -

getRun

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

Returns:
run

setRun

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

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 © 2011. All Rights Reserved.