com.ibm.wpc
Class WpcTradeItemSpecType

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

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

See Also:
Serialized Form

Constructor Summary
WpcTradeItemSpecType()
           
WpcTradeItemSpecType(java.lang.String wpcCatalogName, java.lang.String[] wpcParentCategory, WpcAttributeListType[] attributeList, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 WpcAttributeListType[] getAttributeList()
          Gets the attributeList value for this WpcTradeItemSpecType.
 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 getName()
          Gets the name value for this WpcTradeItemSpecType.
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
 java.lang.String getWpcCatalogName()
          Gets the wpcCatalogName value for this WpcTradeItemSpecType.
 java.lang.String[] getWpcParentCategory()
          Gets the wpcParentCategory value for this WpcTradeItemSpecType.
 java.lang.String getWpcParentCategory(int i)
           
 int hashCode()
           
 void setAttributeList(int i, WpcAttributeListType _value)
           
 void setAttributeList(WpcAttributeListType[] attributeList)
          Sets the attributeList value for this WpcTradeItemSpecType.
 void setName(java.lang.String name)
          Sets the name value for this WpcTradeItemSpecType.
 void setWpcCatalogName(java.lang.String wpcCatalogName)
          Sets the wpcCatalogName value for this WpcTradeItemSpecType.
 void setWpcParentCategory(int i, java.lang.String _value)
           
 void setWpcParentCategory(java.lang.String[] wpcParentCategory)
          Sets the wpcParentCategory value for this WpcTradeItemSpecType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcTradeItemSpecType

public WpcTradeItemSpecType()

WpcTradeItemSpecType

public WpcTradeItemSpecType(java.lang.String wpcCatalogName,
                            java.lang.String[] wpcParentCategory,
                            WpcAttributeListType[] attributeList,
                            java.lang.String name)
Method Detail

getWpcCatalogName

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

Returns:
wpcCatalogName

setWpcCatalogName

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

Parameters:
wpcCatalogName -

getWpcParentCategory

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

Returns:
wpcParentCategory

setWpcParentCategory

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

Parameters:
wpcParentCategory -

getWpcParentCategory

public java.lang.String getWpcParentCategory(int i)

setWpcParentCategory

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

getAttributeList

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

Returns:
attributeList

setAttributeList

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

Parameters:
attributeList -

getAttributeList

public WpcAttributeListType getAttributeList(int i)

setAttributeList

public void setAttributeList(int i,
                             WpcAttributeListType _value)

getName

public java.lang.String getName()
Gets the name value for this WpcTradeItemSpecType.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this WpcTradeItemSpecType.

Parameters:
name -

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