com.ibm.wpc
Class WpcDataContainerType

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

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

See Also:
Serialized Form

Constructor Summary
WpcDataContainerType()
           
WpcDataContainerType(WpcExternalDataContainerType[] wpcExternalDataContainer, WpcAttachmentsDataContainerType[] wpcAttachmentsDataContainer)
           
 
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
 WpcAttachmentsDataContainerType[] getWpcAttachmentsDataContainer()
          Gets the wpcAttachmentsDataContainer value for this WpcDataContainerType.
 WpcAttachmentsDataContainerType getWpcAttachmentsDataContainer(int i)
           
 WpcExternalDataContainerType[] getWpcExternalDataContainer()
          Gets the wpcExternalDataContainer value for this WpcDataContainerType.
 WpcExternalDataContainerType getWpcExternalDataContainer(int i)
           
 int hashCode()
           
 void setWpcAttachmentsDataContainer(int i, WpcAttachmentsDataContainerType _value)
           
 void setWpcAttachmentsDataContainer(WpcAttachmentsDataContainerType[] wpcAttachmentsDataContainer)
          Sets the wpcAttachmentsDataContainer value for this WpcDataContainerType.
 void setWpcExternalDataContainer(int i, WpcExternalDataContainerType _value)
           
 void setWpcExternalDataContainer(WpcExternalDataContainerType[] wpcExternalDataContainer)
          Sets the wpcExternalDataContainer value for this WpcDataContainerType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcDataContainerType

public WpcDataContainerType()

WpcDataContainerType

public WpcDataContainerType(WpcExternalDataContainerType[] wpcExternalDataContainer,
                            WpcAttachmentsDataContainerType[] wpcAttachmentsDataContainer)
Method Detail

getWpcExternalDataContainer

public WpcExternalDataContainerType[] getWpcExternalDataContainer()
Gets the wpcExternalDataContainer value for this WpcDataContainerType.

Returns:
wpcExternalDataContainer

setWpcExternalDataContainer

public void setWpcExternalDataContainer(WpcExternalDataContainerType[] wpcExternalDataContainer)
Sets the wpcExternalDataContainer value for this WpcDataContainerType.

Parameters:
wpcExternalDataContainer -

getWpcExternalDataContainer

public WpcExternalDataContainerType getWpcExternalDataContainer(int i)

setWpcExternalDataContainer

public void setWpcExternalDataContainer(int i,
                                        WpcExternalDataContainerType _value)

getWpcAttachmentsDataContainer

public WpcAttachmentsDataContainerType[] getWpcAttachmentsDataContainer()
Gets the wpcAttachmentsDataContainer value for this WpcDataContainerType.

Returns:
wpcAttachmentsDataContainer

setWpcAttachmentsDataContainer

public void setWpcAttachmentsDataContainer(WpcAttachmentsDataContainerType[] wpcAttachmentsDataContainer)
Sets the wpcAttachmentsDataContainer value for this WpcDataContainerType.

Parameters:
wpcAttachmentsDataContainer -

getWpcAttachmentsDataContainer

public WpcAttachmentsDataContainerType getWpcAttachmentsDataContainer(int i)

setWpcAttachmentsDataContainer

public void setWpcAttachmentsDataContainer(int i,
                                           WpcAttachmentsDataContainerType _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