com.ibm.wpc
Class WpcChildType

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

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

See Also:
Serialized Form

Constructor Summary
WpcChildType()
           
WpcChildType(java.lang.String wpcChildPath, java.lang.String wpcChildDisplayName, WpcChildTypeWpcChildType wpcChildType, WpcAttributeListType[] attributeList)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 WpcAttributeListType[] getAttributeList()
          Gets the attributeList value for this WpcChildType.
 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
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 getWpcChildDisplayName()
          Gets the wpcChildDisplayName value for this WpcChildType.
 java.lang.String getWpcChildPath()
          Gets the wpcChildPath value for this WpcChildType.
 WpcChildTypeWpcChildType getWpcChildType()
          Gets the wpcChildType value for this WpcChildType.
 int hashCode()
           
 void setAttributeList(int i, WpcAttributeListType _value)
           
 void setAttributeList(WpcAttributeListType[] attributeList)
          Sets the attributeList value for this WpcChildType.
 void setWpcChildDisplayName(java.lang.String wpcChildDisplayName)
          Sets the wpcChildDisplayName value for this WpcChildType.
 void setWpcChildPath(java.lang.String wpcChildPath)
          Sets the wpcChildPath value for this WpcChildType.
 void setWpcChildType(WpcChildTypeWpcChildType wpcChildType)
          Sets the wpcChildType value for this WpcChildType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcChildType

public WpcChildType()

WpcChildType

public WpcChildType(java.lang.String wpcChildPath,
                    java.lang.String wpcChildDisplayName,
                    WpcChildTypeWpcChildType wpcChildType,
                    WpcAttributeListType[] attributeList)
Method Detail

getWpcChildPath

public java.lang.String getWpcChildPath()
Gets the wpcChildPath value for this WpcChildType.

Returns:
wpcChildPath

setWpcChildPath

public void setWpcChildPath(java.lang.String wpcChildPath)
Sets the wpcChildPath value for this WpcChildType.

Parameters:
wpcChildPath -

getWpcChildDisplayName

public java.lang.String getWpcChildDisplayName()
Gets the wpcChildDisplayName value for this WpcChildType.

Returns:
wpcChildDisplayName

setWpcChildDisplayName

public void setWpcChildDisplayName(java.lang.String wpcChildDisplayName)
Sets the wpcChildDisplayName value for this WpcChildType.

Parameters:
wpcChildDisplayName -

getWpcChildType

public WpcChildTypeWpcChildType getWpcChildType()
Gets the wpcChildType value for this WpcChildType.

Returns:
wpcChildType

setWpcChildType

public void setWpcChildType(WpcChildTypeWpcChildType wpcChildType)
Sets the wpcChildType value for this WpcChildType.

Parameters:
wpcChildType -

getAttributeList

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

Returns:
attributeList

setAttributeList

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

Parameters:
attributeList -

getAttributeList

public WpcAttributeListType getAttributeList(int i)

setAttributeList

public void setAttributeList(int i,
                             WpcAttributeListType _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