com.konakart.wsapp
Class PaymentDetails

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

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

See Also:
Serialized Form

Constructor Summary
PaymentDetails()
           
PaymentDetails(java.lang.String ccCVV, java.lang.String ccExpiryMonth, java.lang.String ccExpiryYear, java.lang.String ccNumber, java.lang.String ccOwner, java.lang.String ccPostcode, java.lang.String ccStreetAddress, java.lang.String ccType, java.lang.String code, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String custom4, java.lang.String custom5, java.lang.String description, int orderStatusId, NameValue[] parameters, int paymentType, java.lang.String postOrGet, java.lang.String preProcessCode, java.lang.String referrer, java.lang.String requestUrl, boolean showAddr, boolean showCVV, boolean showOwner, boolean showPostcode, boolean showType, int sortOrder, java.lang.String title)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCcCVV()
          Gets the ccCVV value for this PaymentDetails.
 java.lang.String getCcExpiryMonth()
          Gets the ccExpiryMonth value for this PaymentDetails.
 java.lang.String getCcExpiryYear()
          Gets the ccExpiryYear value for this PaymentDetails.
 java.lang.String getCcNumber()
          Gets the ccNumber value for this PaymentDetails.
 java.lang.String getCcOwner()
          Gets the ccOwner value for this PaymentDetails.
 java.lang.String getCcPostcode()
          Gets the ccPostcode value for this PaymentDetails.
 java.lang.String getCcStreetAddress()
          Gets the ccStreetAddress value for this PaymentDetails.
 java.lang.String getCcType()
          Gets the ccType value for this PaymentDetails.
 java.lang.String getCode()
          Gets the code value for this PaymentDetails.
 java.lang.String getCustom1()
          Gets the custom1 value for this PaymentDetails.
 java.lang.String getCustom2()
          Gets the custom2 value for this PaymentDetails.
 java.lang.String getCustom3()
          Gets the custom3 value for this PaymentDetails.
 java.lang.String getCustom4()
          Gets the custom4 value for this PaymentDetails.
 java.lang.String getCustom5()
          Gets the custom5 value for this PaymentDetails.
 java.lang.String getDescription()
          Gets the description value for this PaymentDetails.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getOrderStatusId()
          Gets the orderStatusId value for this PaymentDetails.
 NameValue[] getParameters()
          Gets the parameters value for this PaymentDetails.
 int getPaymentType()
          Gets the paymentType value for this PaymentDetails.
 java.lang.String getPostOrGet()
          Gets the postOrGet value for this PaymentDetails.
 java.lang.String getPreProcessCode()
          Gets the preProcessCode value for this PaymentDetails.
 java.lang.String getReferrer()
          Gets the referrer value for this PaymentDetails.
 java.lang.String getRequestUrl()
          Gets the requestUrl value for this PaymentDetails.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSortOrder()
          Gets the sortOrder value for this PaymentDetails.
 java.lang.String getTitle()
          Gets the title value for this PaymentDetails.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isShowAddr()
          Gets the showAddr value for this PaymentDetails.
 boolean isShowCVV()
          Gets the showCVV value for this PaymentDetails.
 boolean isShowOwner()
          Gets the showOwner value for this PaymentDetails.
 boolean isShowPostcode()
          Gets the showPostcode value for this PaymentDetails.
 boolean isShowType()
          Gets the showType value for this PaymentDetails.
 void setCcCVV(java.lang.String ccCVV)
          Sets the ccCVV value for this PaymentDetails.
 void setCcExpiryMonth(java.lang.String ccExpiryMonth)
          Sets the ccExpiryMonth value for this PaymentDetails.
 void setCcExpiryYear(java.lang.String ccExpiryYear)
          Sets the ccExpiryYear value for this PaymentDetails.
 void setCcNumber(java.lang.String ccNumber)
          Sets the ccNumber value for this PaymentDetails.
 void setCcOwner(java.lang.String ccOwner)
          Sets the ccOwner value for this PaymentDetails.
 void setCcPostcode(java.lang.String ccPostcode)
          Sets the ccPostcode value for this PaymentDetails.
 void setCcStreetAddress(java.lang.String ccStreetAddress)
          Sets the ccStreetAddress value for this PaymentDetails.
 void setCcType(java.lang.String ccType)
          Sets the ccType value for this PaymentDetails.
 void setCode(java.lang.String code)
          Sets the code value for this PaymentDetails.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this PaymentDetails.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this PaymentDetails.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this PaymentDetails.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this PaymentDetails.
 void setCustom5(java.lang.String custom5)
          Sets the custom5 value for this PaymentDetails.
 void setDescription(java.lang.String description)
          Sets the description value for this PaymentDetails.
 void setOrderStatusId(int orderStatusId)
          Sets the orderStatusId value for this PaymentDetails.
 void setParameters(NameValue[] parameters)
          Sets the parameters value for this PaymentDetails.
 void setPaymentType(int paymentType)
          Sets the paymentType value for this PaymentDetails.
 void setPostOrGet(java.lang.String postOrGet)
          Sets the postOrGet value for this PaymentDetails.
 void setPreProcessCode(java.lang.String preProcessCode)
          Sets the preProcessCode value for this PaymentDetails.
 void setReferrer(java.lang.String referrer)
          Sets the referrer value for this PaymentDetails.
 void setRequestUrl(java.lang.String requestUrl)
          Sets the requestUrl value for this PaymentDetails.
 void setShowAddr(boolean showAddr)
          Sets the showAddr value for this PaymentDetails.
 void setShowCVV(boolean showCVV)
          Sets the showCVV value for this PaymentDetails.
 void setShowOwner(boolean showOwner)
          Sets the showOwner value for this PaymentDetails.
 void setShowPostcode(boolean showPostcode)
          Sets the showPostcode value for this PaymentDetails.
 void setShowType(boolean showType)
          Sets the showType value for this PaymentDetails.
 void setSortOrder(int sortOrder)
          Sets the sortOrder value for this PaymentDetails.
 void setTitle(java.lang.String title)
          Sets the title value for this PaymentDetails.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentDetails

public PaymentDetails()

PaymentDetails

public PaymentDetails(java.lang.String ccCVV,
                      java.lang.String ccExpiryMonth,
                      java.lang.String ccExpiryYear,
                      java.lang.String ccNumber,
                      java.lang.String ccOwner,
                      java.lang.String ccPostcode,
                      java.lang.String ccStreetAddress,
                      java.lang.String ccType,
                      java.lang.String code,
                      java.lang.String custom1,
                      java.lang.String custom2,
                      java.lang.String custom3,
                      java.lang.String custom4,
                      java.lang.String custom5,
                      java.lang.String description,
                      int orderStatusId,
                      NameValue[] parameters,
                      int paymentType,
                      java.lang.String postOrGet,
                      java.lang.String preProcessCode,
                      java.lang.String referrer,
                      java.lang.String requestUrl,
                      boolean showAddr,
                      boolean showCVV,
                      boolean showOwner,
                      boolean showPostcode,
                      boolean showType,
                      int sortOrder,
                      java.lang.String title)
Method Detail

getCcCVV

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

Returns:
ccCVV

setCcCVV

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

Parameters:
ccCVV -

getCcExpiryMonth

public java.lang.String getCcExpiryMonth()
Gets the ccExpiryMonth value for this PaymentDetails.

Returns:
ccExpiryMonth

setCcExpiryMonth

public void setCcExpiryMonth(java.lang.String ccExpiryMonth)
Sets the ccExpiryMonth value for this PaymentDetails.

Parameters:
ccExpiryMonth -

getCcExpiryYear

public java.lang.String getCcExpiryYear()
Gets the ccExpiryYear value for this PaymentDetails.

Returns:
ccExpiryYear

setCcExpiryYear

public void setCcExpiryYear(java.lang.String ccExpiryYear)
Sets the ccExpiryYear value for this PaymentDetails.

Parameters:
ccExpiryYear -

getCcNumber

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

Returns:
ccNumber

setCcNumber

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

Parameters:
ccNumber -

getCcOwner

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

Returns:
ccOwner

setCcOwner

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

Parameters:
ccOwner -

getCcPostcode

public java.lang.String getCcPostcode()
Gets the ccPostcode value for this PaymentDetails.

Returns:
ccPostcode

setCcPostcode

public void setCcPostcode(java.lang.String ccPostcode)
Sets the ccPostcode value for this PaymentDetails.

Parameters:
ccPostcode -

getCcStreetAddress

public java.lang.String getCcStreetAddress()
Gets the ccStreetAddress value for this PaymentDetails.

Returns:
ccStreetAddress

setCcStreetAddress

public void setCcStreetAddress(java.lang.String ccStreetAddress)
Sets the ccStreetAddress value for this PaymentDetails.

Parameters:
ccStreetAddress -

getCcType

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

Returns:
ccType

setCcType

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

Parameters:
ccType -

getCode

public java.lang.String getCode()
Gets the code value for this PaymentDetails.

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the code value for this PaymentDetails.

Parameters:
code -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this PaymentDetails.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this PaymentDetails.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this PaymentDetails.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this PaymentDetails.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this PaymentDetails.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this PaymentDetails.

Parameters:
custom3 -

getCustom4

public java.lang.String getCustom4()
Gets the custom4 value for this PaymentDetails.

Returns:
custom4

setCustom4

public void setCustom4(java.lang.String custom4)
Sets the custom4 value for this PaymentDetails.

Parameters:
custom4 -

getCustom5

public java.lang.String getCustom5()
Gets the custom5 value for this PaymentDetails.

Returns:
custom5

setCustom5

public void setCustom5(java.lang.String custom5)
Sets the custom5 value for this PaymentDetails.

Parameters:
custom5 -

getDescription

public java.lang.String getDescription()
Gets the description value for this PaymentDetails.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this PaymentDetails.

Parameters:
description -

getOrderStatusId

public int getOrderStatusId()
Gets the orderStatusId value for this PaymentDetails.

Returns:
orderStatusId

setOrderStatusId

public void setOrderStatusId(int orderStatusId)
Sets the orderStatusId value for this PaymentDetails.

Parameters:
orderStatusId -

getParameters

public NameValue[] getParameters()
Gets the parameters value for this PaymentDetails.

Returns:
parameters

setParameters

public void setParameters(NameValue[] parameters)
Sets the parameters value for this PaymentDetails.

Parameters:
parameters -

getPaymentType

public int getPaymentType()
Gets the paymentType value for this PaymentDetails.

Returns:
paymentType

setPaymentType

public void setPaymentType(int paymentType)
Sets the paymentType value for this PaymentDetails.

Parameters:
paymentType -

getPostOrGet

public java.lang.String getPostOrGet()
Gets the postOrGet value for this PaymentDetails.

Returns:
postOrGet

setPostOrGet

public void setPostOrGet(java.lang.String postOrGet)
Sets the postOrGet value for this PaymentDetails.

Parameters:
postOrGet -

getPreProcessCode

public java.lang.String getPreProcessCode()
Gets the preProcessCode value for this PaymentDetails.

Returns:
preProcessCode

setPreProcessCode

public void setPreProcessCode(java.lang.String preProcessCode)
Sets the preProcessCode value for this PaymentDetails.

Parameters:
preProcessCode -

getReferrer

public java.lang.String getReferrer()
Gets the referrer value for this PaymentDetails.

Returns:
referrer

setReferrer

public void setReferrer(java.lang.String referrer)
Sets the referrer value for this PaymentDetails.

Parameters:
referrer -

getRequestUrl

public java.lang.String getRequestUrl()
Gets the requestUrl value for this PaymentDetails.

Returns:
requestUrl

setRequestUrl

public void setRequestUrl(java.lang.String requestUrl)
Sets the requestUrl value for this PaymentDetails.

Parameters:
requestUrl -

isShowAddr

public boolean isShowAddr()
Gets the showAddr value for this PaymentDetails.

Returns:
showAddr

setShowAddr

public void setShowAddr(boolean showAddr)
Sets the showAddr value for this PaymentDetails.

Parameters:
showAddr -

isShowCVV

public boolean isShowCVV()
Gets the showCVV value for this PaymentDetails.

Returns:
showCVV

setShowCVV

public void setShowCVV(boolean showCVV)
Sets the showCVV value for this PaymentDetails.

Parameters:
showCVV -

isShowOwner

public boolean isShowOwner()
Gets the showOwner value for this PaymentDetails.

Returns:
showOwner

setShowOwner

public void setShowOwner(boolean showOwner)
Sets the showOwner value for this PaymentDetails.

Parameters:
showOwner -

isShowPostcode

public boolean isShowPostcode()
Gets the showPostcode value for this PaymentDetails.

Returns:
showPostcode

setShowPostcode

public void setShowPostcode(boolean showPostcode)
Sets the showPostcode value for this PaymentDetails.

Parameters:
showPostcode -

isShowType

public boolean isShowType()
Gets the showType value for this PaymentDetails.

Returns:
showType

setShowType

public void setShowType(boolean showType)
Sets the showType value for this PaymentDetails.

Parameters:
showType -

getSortOrder

public int getSortOrder()
Gets the sortOrder value for this PaymentDetails.

Returns:
sortOrder

setSortOrder

public void setSortOrder(int sortOrder)
Sets the sortOrder value for this PaymentDetails.

Parameters:
sortOrder -

getTitle

public java.lang.String getTitle()
Gets the title value for this PaymentDetails.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this PaymentDetails.

Parameters:
title -

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.