com.konakart.wsapp
Class CreditCard

java.lang.Object
  extended by com.konakart.wsapp.CreditCard
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CreditCard()
           
CreditCard(java.lang.String ccCVV, java.lang.String ccExpires, java.lang.String ccNumber, java.lang.String ccOwner, java.lang.String ccType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCcCVV()
          Gets the ccCVV value for this CreditCard.
 java.lang.String getCcExpires()
          Gets the ccExpires value for this CreditCard.
 java.lang.String getCcNumber()
          Gets the ccNumber value for this CreditCard.
 java.lang.String getCcOwner()
          Gets the ccOwner value for this CreditCard.
 java.lang.String getCcType()
          Gets the ccType value for this CreditCard.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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 setCcCVV(java.lang.String ccCVV)
          Sets the ccCVV value for this CreditCard.
 void setCcExpires(java.lang.String ccExpires)
          Sets the ccExpires value for this CreditCard.
 void setCcNumber(java.lang.String ccNumber)
          Sets the ccNumber value for this CreditCard.
 void setCcOwner(java.lang.String ccOwner)
          Sets the ccOwner value for this CreditCard.
 void setCcType(java.lang.String ccType)
          Sets the ccType value for this CreditCard.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditCard

public CreditCard()

CreditCard

public CreditCard(java.lang.String ccCVV,
                  java.lang.String ccExpires,
                  java.lang.String ccNumber,
                  java.lang.String ccOwner,
                  java.lang.String ccType)
Method Detail

getCcCVV

public java.lang.String getCcCVV()
Gets the ccCVV value for this CreditCard.

Returns:
ccCVV

setCcCVV

public void setCcCVV(java.lang.String ccCVV)
Sets the ccCVV value for this CreditCard.

Parameters:
ccCVV -

getCcExpires

public java.lang.String getCcExpires()
Gets the ccExpires value for this CreditCard.

Returns:
ccExpires

setCcExpires

public void setCcExpires(java.lang.String ccExpires)
Sets the ccExpires value for this CreditCard.

Parameters:
ccExpires -

getCcNumber

public java.lang.String getCcNumber()
Gets the ccNumber value for this CreditCard.

Returns:
ccNumber

setCcNumber

public void setCcNumber(java.lang.String ccNumber)
Sets the ccNumber value for this CreditCard.

Parameters:
ccNumber -

getCcOwner

public java.lang.String getCcOwner()
Gets the ccOwner value for this CreditCard.

Returns:
ccOwner

setCcOwner

public void setCcOwner(java.lang.String ccOwner)
Sets the ccOwner value for this CreditCard.

Parameters:
ccOwner -

getCcType

public java.lang.String getCcType()
Gets the ccType value for this CreditCard.

Returns:
ccType

setCcType

public void setCcType(java.lang.String ccType)
Sets the ccType value for this CreditCard.

Parameters:
ccType -

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 DS Data Systems UK Ltd.