com.ibm.wpc
Class WpcCategoryDetailType

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

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

See Also:
Serialized Form

Constructor Summary
WpcCategoryDetailType()
           
WpcCategoryDetailType(java.lang.String[] wpcCategory, java.lang.String[] wpcCategoryPath)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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
 java.lang.String[] getWpcCategory()
          Gets the wpcCategory value for this WpcCategoryDetailType.
 java.lang.String getWpcCategory(int i)
           
 java.lang.String[] getWpcCategoryPath()
          Gets the wpcCategoryPath value for this WpcCategoryDetailType.
 java.lang.String getWpcCategoryPath(int i)
           
 int hashCode()
           
 void setWpcCategory(int i, java.lang.String _value)
           
 void setWpcCategory(java.lang.String[] wpcCategory)
          Sets the wpcCategory value for this WpcCategoryDetailType.
 void setWpcCategoryPath(int i, java.lang.String _value)
           
 void setWpcCategoryPath(java.lang.String[] wpcCategoryPath)
          Sets the wpcCategoryPath value for this WpcCategoryDetailType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcCategoryDetailType

public WpcCategoryDetailType()

WpcCategoryDetailType

public WpcCategoryDetailType(java.lang.String[] wpcCategory,
                             java.lang.String[] wpcCategoryPath)
Method Detail

getWpcCategory

public java.lang.String[] getWpcCategory()
Gets the wpcCategory value for this WpcCategoryDetailType.

Returns:
wpcCategory

setWpcCategory

public void setWpcCategory(java.lang.String[] wpcCategory)
Sets the wpcCategory value for this WpcCategoryDetailType.

Parameters:
wpcCategory -

getWpcCategory

public java.lang.String getWpcCategory(int i)

setWpcCategory

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

getWpcCategoryPath

public java.lang.String[] getWpcCategoryPath()
Gets the wpcCategoryPath value for this WpcCategoryDetailType.

Returns:
wpcCategoryPath

setWpcCategoryPath

public void setWpcCategoryPath(java.lang.String[] wpcCategoryPath)
Sets the wpcCategoryPath value for this WpcCategoryDetailType.

Parameters:
wpcCategoryPath -

getWpcCategoryPath

public java.lang.String getWpcCategoryPath(int i)

setWpcCategoryPath

public void setWpcCategoryPath(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