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

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

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

See Also:
Serialized Form

Constructor Summary
GECC()
           
GECC(java.lang.String saleType, java.lang.String planNumber, java.lang.String sequenceNumber, java.lang.String promotionEndDate, java.lang.String promotionPlan, java.lang.String[] line)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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[] getLine()
          Gets the line value for this GECC.
 java.lang.String getLine(int i)
           
 java.lang.String getPlanNumber()
          Gets the planNumber value for this GECC.
 java.lang.String getPromotionEndDate()
          Gets the promotionEndDate value for this GECC.
 java.lang.String getPromotionPlan()
          Gets the promotionPlan value for this GECC.
 java.lang.String getSaleType()
          Gets the saleType value for this GECC.
 java.lang.String getSequenceNumber()
          Gets the sequenceNumber value for this GECC.
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 setLine(int i, java.lang.String _value)
           
 void setLine(java.lang.String[] line)
          Sets the line value for this GECC.
 void setPlanNumber(java.lang.String planNumber)
          Sets the planNumber value for this GECC.
 void setPromotionEndDate(java.lang.String promotionEndDate)
          Sets the promotionEndDate value for this GECC.
 void setPromotionPlan(java.lang.String promotionPlan)
          Sets the promotionPlan value for this GECC.
 void setSaleType(java.lang.String saleType)
          Sets the saleType value for this GECC.
 void setSequenceNumber(java.lang.String sequenceNumber)
          Sets the sequenceNumber value for this GECC.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GECC

public GECC()

GECC

public GECC(java.lang.String saleType,
            java.lang.String planNumber,
            java.lang.String sequenceNumber,
            java.lang.String promotionEndDate,
            java.lang.String promotionPlan,
            java.lang.String[] line)
Method Detail

getSaleType

public java.lang.String getSaleType()
Gets the saleType value for this GECC.

Returns:
saleType

setSaleType

public void setSaleType(java.lang.String saleType)
Sets the saleType value for this GECC.

Parameters:
saleType -

getPlanNumber

public java.lang.String getPlanNumber()
Gets the planNumber value for this GECC.

Returns:
planNumber

setPlanNumber

public void setPlanNumber(java.lang.String planNumber)
Sets the planNumber value for this GECC.

Parameters:
planNumber -

getSequenceNumber

public java.lang.String getSequenceNumber()
Gets the sequenceNumber value for this GECC.

Returns:
sequenceNumber

setSequenceNumber

public void setSequenceNumber(java.lang.String sequenceNumber)
Sets the sequenceNumber value for this GECC.

Parameters:
sequenceNumber -

getPromotionEndDate

public java.lang.String getPromotionEndDate()
Gets the promotionEndDate value for this GECC.

Returns:
promotionEndDate

setPromotionEndDate

public void setPromotionEndDate(java.lang.String promotionEndDate)
Sets the promotionEndDate value for this GECC.

Parameters:
promotionEndDate -

getPromotionPlan

public java.lang.String getPromotionPlan()
Gets the promotionPlan value for this GECC.

Returns:
promotionPlan

setPromotionPlan

public void setPromotionPlan(java.lang.String promotionPlan)
Sets the promotionPlan value for this GECC.

Parameters:
promotionPlan -

getLine

public java.lang.String[] getLine()
Gets the line value for this GECC.

Returns:
line

setLine

public void setLine(java.lang.String[] line)
Sets the line value for this GECC.

Parameters:
line -

getLine

public java.lang.String getLine(int i)

setLine

public void setLine(int i,
                    java.lang.String _value)

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