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

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

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

See Also:
Serialized Form

Constructor Summary
DeniedPartiesMatch()
           
DeniedPartiesMatch(java.lang.String list, java.lang.String[] name, java.lang.String[] address)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getAddress()
          Gets the address value for this DeniedPartiesMatch.
 java.lang.String getAddress(int i)
           
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 getList()
          Gets the list value for this DeniedPartiesMatch.
 java.lang.String[] getName()
          Gets the name value for this DeniedPartiesMatch.
 java.lang.String getName(int i)
           
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 setAddress(int i, java.lang.String _value)
           
 void setAddress(java.lang.String[] address)
          Sets the address value for this DeniedPartiesMatch.
 void setList(java.lang.String list)
          Sets the list value for this DeniedPartiesMatch.
 void setName(int i, java.lang.String _value)
           
 void setName(java.lang.String[] name)
          Sets the name value for this DeniedPartiesMatch.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeniedPartiesMatch

public DeniedPartiesMatch()

DeniedPartiesMatch

public DeniedPartiesMatch(java.lang.String list,
                          java.lang.String[] name,
                          java.lang.String[] address)
Method Detail

getList

public java.lang.String getList()
Gets the list value for this DeniedPartiesMatch.

Returns:
list

setList

public void setList(java.lang.String list)
Sets the list value for this DeniedPartiesMatch.

Parameters:
list -

getName

public java.lang.String[] getName()
Gets the name value for this DeniedPartiesMatch.

Returns:
name

setName

public void setName(java.lang.String[] name)
Sets the name value for this DeniedPartiesMatch.

Parameters:
name -

getName

public java.lang.String getName(int i)

setName

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

getAddress

public java.lang.String[] getAddress()
Gets the address value for this DeniedPartiesMatch.

Returns:
address

setAddress

public void setAddress(java.lang.String[] address)
Sets the address value for this DeniedPartiesMatch.

Parameters:
address -

getAddress

public java.lang.String getAddress(int i)

setAddress

public void setAddress(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.