Project 4

com.amazon.soap.AWSECommerceService
Class Bin

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.Bin
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.types.PositiveInteger binItemCount
           
private  java.lang.String binName
           
private  BinBinParameter[] binParameter
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Bin()
           
Bin(java.lang.String binName, org.apache.axis.types.PositiveInteger binItemCount, BinBinParameter[] binParameter)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.PositiveInteger getBinItemCount()
          Gets the binItemCount value for this Bin.
 java.lang.String getBinName()
          Gets the binName value for this Bin.
 BinBinParameter[] getBinParameter()
          Gets the binParameter value for this Bin.
 BinBinParameter getBinParameter(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
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 setBinItemCount(org.apache.axis.types.PositiveInteger binItemCount)
          Sets the binItemCount value for this Bin.
 void setBinName(java.lang.String binName)
          Sets the binName value for this Bin.
 void setBinParameter(BinBinParameter[] binParameter)
          Sets the binParameter value for this Bin.
 void setBinParameter(int i, BinBinParameter _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

binItemCount

private org.apache.axis.types.PositiveInteger binItemCount

binName

private java.lang.String binName

binParameter

private BinBinParameter[] binParameter

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

Bin

public Bin()

Bin

public Bin(java.lang.String binName,
           org.apache.axis.types.PositiveInteger binItemCount,
           BinBinParameter[] binParameter)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getBinItemCount

public org.apache.axis.types.PositiveInteger getBinItemCount()
Gets the binItemCount value for this Bin.

Returns:
binItemCount

getBinName

public java.lang.String getBinName()
Gets the binName value for this Bin.

Returns:
binName

getBinParameter

public BinBinParameter[] getBinParameter()
Gets the binParameter value for this Bin.

Returns:
binParameter

getBinParameter

public BinBinParameter getBinParameter(int i)

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


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


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setBinItemCount

public void setBinItemCount(org.apache.axis.types.PositiveInteger binItemCount)
Sets the binItemCount value for this Bin.

Parameters:
binItemCount -

setBinName

public void setBinName(java.lang.String binName)
Sets the binName value for this Bin.

Parameters:
binName -

setBinParameter

public void setBinParameter(BinBinParameter[] binParameter)
Sets the binParameter value for this Bin.

Parameters:
binParameter -

setBinParameter

public void setBinParameter(int i,
                            BinBinParameter _value)

Project 4