com.ibm.wpc
Class WpcCatalogQueryChildrenResultType

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

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

See Also:
Serialized Form

Constructor Summary
WpcCatalogQueryChildrenResultType()
           
WpcCatalogQueryChildrenResultType(java.lang.String wpcCatalogName, WpcHierarchyNameType wpcHierarchyName, java.lang.String wpcParentPath, WpcChildType[] wpcChildren)
           
 
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 WpcCatalogQueryChildrenResultType.
 WpcChildType[] getWpcChildren()
          Gets the wpcChildren value for this WpcCatalogQueryChildrenResultType.
 WpcHierarchyNameType getWpcHierarchyName()
          Gets the wpcHierarchyName value for this WpcCatalogQueryChildrenResultType.
 java.lang.String getWpcParentPath()
          Gets the wpcParentPath value for this WpcCatalogQueryChildrenResultType.
 int hashCode()
           
 void setWpcCatalogName(java.lang.String wpcCatalogName)
          Sets the wpcCatalogName value for this WpcCatalogQueryChildrenResultType.
 void setWpcChildren(WpcChildType[] wpcChildren)
          Sets the wpcChildren value for this WpcCatalogQueryChildrenResultType.
 void setWpcHierarchyName(WpcHierarchyNameType wpcHierarchyName)
          Sets the wpcHierarchyName value for this WpcCatalogQueryChildrenResultType.
 void setWpcParentPath(java.lang.String wpcParentPath)
          Sets the wpcParentPath value for this WpcCatalogQueryChildrenResultType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcCatalogQueryChildrenResultType

public WpcCatalogQueryChildrenResultType()

WpcCatalogQueryChildrenResultType

public WpcCatalogQueryChildrenResultType(java.lang.String wpcCatalogName,
                                         WpcHierarchyNameType wpcHierarchyName,
                                         java.lang.String wpcParentPath,
                                         WpcChildType[] wpcChildren)
Method Detail

getWpcCatalogName

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

Returns:
wpcCatalogName

setWpcCatalogName

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

Parameters:
wpcCatalogName -

getWpcHierarchyName

public WpcHierarchyNameType getWpcHierarchyName()
Gets the wpcHierarchyName value for this WpcCatalogQueryChildrenResultType.

Returns:
wpcHierarchyName

setWpcHierarchyName

public void setWpcHierarchyName(WpcHierarchyNameType wpcHierarchyName)
Sets the wpcHierarchyName value for this WpcCatalogQueryChildrenResultType.

Parameters:
wpcHierarchyName -

getWpcParentPath

public java.lang.String getWpcParentPath()
Gets the wpcParentPath value for this WpcCatalogQueryChildrenResultType.

Returns:
wpcParentPath

setWpcParentPath

public void setWpcParentPath(java.lang.String wpcParentPath)
Sets the wpcParentPath value for this WpcCatalogQueryChildrenResultType.

Parameters:
wpcParentPath -

getWpcChildren

public WpcChildType[] getWpcChildren()
Gets the wpcChildren value for this WpcCatalogQueryChildrenResultType.

Returns:
wpcChildren

setWpcChildren

public void setWpcChildren(WpcChildType[] wpcChildren)
Sets the wpcChildren value for this WpcCatalogQueryChildrenResultType.

Parameters:
wpcChildren -

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