|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.Bin
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 |
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 Detail |
public Bin()
public Bin(java.lang.String binName, org.apache.axis.types.PositiveInteger binItemCount, BinBinParameter[] binParameter)
Method Detail |
public boolean equals(java.lang.Object obj)
public org.apache.axis.types.PositiveInteger getBinItemCount()
public java.lang.String getBinName()
public BinBinParameter[] getBinParameter()
public BinBinParameter getBinParameter(int i)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
public void setBinItemCount(org.apache.axis.types.PositiveInteger binItemCount)
binItemCount
- public void setBinName(java.lang.String binName)
binName
- public void setBinParameter(BinBinParameter[] binParameter)
binParameter
- public void setBinParameter(int i, BinBinParameter _value)
|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |