com.ibm.wpc
Class WpcCatalogType

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

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

See Also:
Serialized Form

Constructor Summary
WpcCatalogType()
           
WpcCatalogType(java.lang.String wpcCatalogName, WpcHierarchyNameType[] wpcHierarchies)
           
 
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 getWpcCatalogName()
          Gets the wpcCatalogName value for this WpcCatalogType.
 WpcHierarchyNameType[] getWpcHierarchies()
          Gets the wpcHierarchies value for this WpcCatalogType.
 int hashCode()
           
 void setWpcCatalogName(java.lang.String wpcCatalogName)
          Sets the wpcCatalogName value for this WpcCatalogType.
 void setWpcHierarchies(WpcHierarchyNameType[] wpcHierarchies)
          Sets the wpcHierarchies value for this WpcCatalogType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcCatalogType

public WpcCatalogType()

WpcCatalogType

public WpcCatalogType(java.lang.String wpcCatalogName,
                      WpcHierarchyNameType[] wpcHierarchies)
Method Detail

getWpcCatalogName

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

Returns:
wpcCatalogName

setWpcCatalogName

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

Parameters:
wpcCatalogName -

getWpcHierarchies

public WpcHierarchyNameType[] getWpcHierarchies()
Gets the wpcHierarchies value for this WpcCatalogType.

Returns:
wpcHierarchies

setWpcHierarchies

public void setWpcHierarchies(WpcHierarchyNameType[] wpcHierarchies)
Sets the wpcHierarchies value for this WpcCatalogType.

Parameters:
wpcHierarchies -

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