com.ibm.wpc
Class WpcAttachmentsDataContainerType

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

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

See Also:
Serialized Form

Constructor Summary
WpcAttachmentsDataContainerType()
           
WpcAttachmentsDataContainerType(java.lang.String[] fileName, WpcValuesType[] values, java.lang.String fileType)
           
 
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
 java.lang.String[] getFileName()
          Gets the fileName value for this WpcAttachmentsDataContainerType.
 java.lang.String getFileName(int i)
           
 java.lang.String getFileType()
          Gets the fileType value for this WpcAttachmentsDataContainerType.
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
 WpcValuesType[] getValues()
          Gets the values value for this WpcAttachmentsDataContainerType.
 WpcValuesType getValues(int i)
           
 int hashCode()
           
 void setFileName(int i, java.lang.String _value)
           
 void setFileName(java.lang.String[] fileName)
          Sets the fileName value for this WpcAttachmentsDataContainerType.
 void setFileType(java.lang.String fileType)
          Sets the fileType value for this WpcAttachmentsDataContainerType.
 void setValues(int i, WpcValuesType _value)
           
 void setValues(WpcValuesType[] values)
          Sets the values value for this WpcAttachmentsDataContainerType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcAttachmentsDataContainerType

public WpcAttachmentsDataContainerType()

WpcAttachmentsDataContainerType

public WpcAttachmentsDataContainerType(java.lang.String[] fileName,
                                       WpcValuesType[] values,
                                       java.lang.String fileType)
Method Detail

getFileName

public java.lang.String[] getFileName()
Gets the fileName value for this WpcAttachmentsDataContainerType.

Returns:
fileName

setFileName

public void setFileName(java.lang.String[] fileName)
Sets the fileName value for this WpcAttachmentsDataContainerType.

Parameters:
fileName -

getFileName

public java.lang.String getFileName(int i)

setFileName

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

getValues

public WpcValuesType[] getValues()
Gets the values value for this WpcAttachmentsDataContainerType.

Returns:
values

setValues

public void setValues(WpcValuesType[] values)
Sets the values value for this WpcAttachmentsDataContainerType.

Parameters:
values -

getValues

public WpcValuesType getValues(int i)

setValues

public void setValues(int i,
                      WpcValuesType _value)

getFileType

public java.lang.String getFileType()
Gets the fileType value for this WpcAttachmentsDataContainerType.

Returns:
fileType

setFileType

public void setFileType(java.lang.String fileType)
Sets the fileType value for this WpcAttachmentsDataContainerType.

Parameters:
fileType -

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