com.ibm.wpc
Class WpcTradeItemType

java.lang.Object
  extended by com.ibm.wpc.WpcTradeItemType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
WpcTradeItemType()
           
WpcTradeItemType(java.lang.String[] wpcParentCategory, java.lang.String wpcCatalogName, WpcCategoryDetailType[] wpcCategoryDetailsList, WpcAttributeListType[] attributeList, WpcValuesType[] values, java.lang.String ID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 WpcAttributeListType[] getAttributeList()
          Gets the attributeList value for this WpcTradeItemType.
 WpcAttributeListType getAttributeList(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 getID()
          Gets the ID value for this WpcTradeItemType.
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
 WpcValuesType[] getValues()
          Gets the values value for this WpcTradeItemType.
 WpcValuesType getValues(int i)
           
 java.lang.String getWpcCatalogName()
          Gets the wpcCatalogName value for this WpcTradeItemType.
 WpcCategoryDetailType[] getWpcCategoryDetailsList()
          Gets the wpcCategoryDetailsList value for this WpcTradeItemType.
 java.lang.String[] getWpcParentCategory()
          Gets the wpcParentCategory value for this WpcTradeItemType.
 java.lang.String getWpcParentCategory(int i)
           
 int hashCode()
           
 void setAttributeList(int i, WpcAttributeListType _value)
           
 void setAttributeList(WpcAttributeListType[] attributeList)
          Sets the attributeList value for this WpcTradeItemType.
 void setID(java.lang.String ID)
          Sets the ID value for this WpcTradeItemType.
 void setValues(int i, WpcValuesType _value)
           
 void setValues(WpcValuesType[] values)
          Sets the values value for this WpcTradeItemType.
 void setWpcCatalogName(java.lang.String wpcCatalogName)
          Sets the wpcCatalogName value for this WpcTradeItemType.
 void setWpcCategoryDetailsList(WpcCategoryDetailType[] wpcCategoryDetailsList)
          Sets the wpcCategoryDetailsList value for this WpcTradeItemType.
 void setWpcParentCategory(int i, java.lang.String _value)
           
 void setWpcParentCategory(java.lang.String[] wpcParentCategory)
          Sets the wpcParentCategory value for this WpcTradeItemType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcTradeItemType

public WpcTradeItemType()

WpcTradeItemType

public WpcTradeItemType(java.lang.String[] wpcParentCategory,
                        java.lang.String wpcCatalogName,
                        WpcCategoryDetailType[] wpcCategoryDetailsList,
                        WpcAttributeListType[] attributeList,
                        WpcValuesType[] values,
                        java.lang.String ID)
Method Detail

getWpcParentCategory

public java.lang.String[] getWpcParentCategory()
Gets the wpcParentCategory value for this WpcTradeItemType.

Returns:
wpcParentCategory

setWpcParentCategory

public void setWpcParentCategory(java.lang.String[] wpcParentCategory)
Sets the wpcParentCategory value for this WpcTradeItemType.

Parameters:
wpcParentCategory -

getWpcParentCategory

public java.lang.String getWpcParentCategory(int i)

setWpcParentCategory

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

getWpcCatalogName

public java.lang.String getWpcCatalogName()
Gets the wpcCatalogName value for this WpcTradeItemType.

Returns:
wpcCatalogName

setWpcCatalogName

public void setWpcCatalogName(java.lang.String wpcCatalogName)
Sets the wpcCatalogName value for this WpcTradeItemType.

Parameters:
wpcCatalogName -

getWpcCategoryDetailsList

public WpcCategoryDetailType[] getWpcCategoryDetailsList()
Gets the wpcCategoryDetailsList value for this WpcTradeItemType.

Returns:
wpcCategoryDetailsList

setWpcCategoryDetailsList

public void setWpcCategoryDetailsList(WpcCategoryDetailType[] wpcCategoryDetailsList)
Sets the wpcCategoryDetailsList value for this WpcTradeItemType.

Parameters:
wpcCategoryDetailsList -

getAttributeList

public WpcAttributeListType[] getAttributeList()
Gets the attributeList value for this WpcTradeItemType.

Returns:
attributeList

setAttributeList

public void setAttributeList(WpcAttributeListType[] attributeList)
Sets the attributeList value for this WpcTradeItemType.

Parameters:
attributeList -

getAttributeList

public WpcAttributeListType getAttributeList(int i)

setAttributeList

public void setAttributeList(int i,
                             WpcAttributeListType _value)

getValues

public WpcValuesType[] getValues()
Gets the values value for this WpcTradeItemType.

Returns:
values

setValues

public void setValues(WpcValuesType[] values)
Sets the values value for this WpcTradeItemType.

Parameters:
values -

getValues

public WpcValuesType getValues(int i)

setValues

public void setValues(int i,
                      WpcValuesType _value)

getID

public java.lang.String getID()
Gets the ID value for this WpcTradeItemType.

Returns:
ID

setID

public void setID(java.lang.String ID)
Sets the ID value for this WpcTradeItemType.

Parameters:
ID -

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