public class

ShoppingCartPaymentMethodResponseEntityArray

extends Object
implements Serializable
java.lang.Object
   ↳ com.magento.api.ShoppingCartPaymentMethodResponseEntityArray

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private AssociativeEntity[] cc_types
private String code
private String title
private static TypeDesc typeDesc
Public Constructors
ShoppingCartPaymentMethodResponseEntityArray()
ShoppingCartPaymentMethodResponseEntityArray(String code, String title, AssociativeEntity[] cc_types)
Public Methods
synchronized boolean equals(Object obj)
AssociativeEntity[] getCc_types()
Gets the cc_types value for this ShoppingCartPaymentMethodResponseEntityArray.
String getCode()
Gets the code value for this ShoppingCartPaymentMethodResponseEntityArray.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getTitle()
Gets the title value for this ShoppingCartPaymentMethodResponseEntityArray.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setCc_types(AssociativeEntity[] cc_types)
Sets the cc_types value for this ShoppingCartPaymentMethodResponseEntityArray.
void setCode(String code)
Sets the code value for this ShoppingCartPaymentMethodResponseEntityArray.
void setTitle(String title)
Sets the title value for this ShoppingCartPaymentMethodResponseEntityArray.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private AssociativeEntity[] cc_types

private String code

private String title

private static TypeDesc typeDesc

Public Constructors

public ShoppingCartPaymentMethodResponseEntityArray ()

public ShoppingCartPaymentMethodResponseEntityArray (String code, String title, AssociativeEntity[] cc_types)

Parameters
code
title
cc_types

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public AssociativeEntity[] getCc_types ()

Gets the cc_types value for this ShoppingCartPaymentMethodResponseEntityArray.

Returns
  • cc_types

public String getCode ()

Gets the code value for this ShoppingCartPaymentMethodResponseEntityArray.

Returns
  • code

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getTitle ()

Gets the title value for this ShoppingCartPaymentMethodResponseEntityArray.

Returns
  • title

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setCc_types (AssociativeEntity[] cc_types)

Sets the cc_types value for this ShoppingCartPaymentMethodResponseEntityArray.

Parameters
cc_types

public void setCode (String code)

Sets the code value for this ShoppingCartPaymentMethodResponseEntityArray.

Parameters
code

public void setTitle (String title)

Sets the title value for this ShoppingCartPaymentMethodResponseEntityArray.

Parameters
title