hudson.plugins.mantis.soap.mantis110
Class AttachmentData

java.lang.Object
  extended by hudson.plugins.mantis.soap.mantis110.AttachmentData
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AttachmentData()
           
AttachmentData(java.math.BigInteger id, java.lang.String filename, java.math.BigInteger size, java.lang.String content_type, java.util.Calendar date_submitted, org.apache.axis.types.URI download_url)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContent_type()
          Gets the content_type value for this AttachmentData.
 java.util.Calendar getDate_submitted()
          Gets the date_submitted value for this AttachmentData.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.URI getDownload_url()
          Gets the download_url value for this AttachmentData.
 java.lang.String getFilename()
          Gets the filename value for this AttachmentData.
 java.math.BigInteger getId()
          Gets the id value for this AttachmentData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.math.BigInteger getSize()
          Gets the size value for this AttachmentData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContent_type(java.lang.String content_type)
          Sets the content_type value for this AttachmentData.
 void setDate_submitted(java.util.Calendar date_submitted)
          Sets the date_submitted value for this AttachmentData.
 void setDownload_url(org.apache.axis.types.URI download_url)
          Sets the download_url value for this AttachmentData.
 void setFilename(java.lang.String filename)
          Sets the filename value for this AttachmentData.
 void setId(java.math.BigInteger id)
          Sets the id value for this AttachmentData.
 void setSize(java.math.BigInteger size)
          Sets the size value for this AttachmentData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentData

public AttachmentData()

AttachmentData

public AttachmentData(java.math.BigInteger id,
                      java.lang.String filename,
                      java.math.BigInteger size,
                      java.lang.String content_type,
                      java.util.Calendar date_submitted,
                      org.apache.axis.types.URI download_url)
Method Detail

getId

public java.math.BigInteger getId()
Gets the id value for this AttachmentData.

Returns:
id

setId

public void setId(java.math.BigInteger id)
Sets the id value for this AttachmentData.

Parameters:
id -

getFilename

public java.lang.String getFilename()
Gets the filename value for this AttachmentData.

Returns:
filename

setFilename

public void setFilename(java.lang.String filename)
Sets the filename value for this AttachmentData.

Parameters:
filename -

getSize

public java.math.BigInteger getSize()
Gets the size value for this AttachmentData.

Returns:
size

setSize

public void setSize(java.math.BigInteger size)
Sets the size value for this AttachmentData.

Parameters:
size -

getContent_type

public java.lang.String getContent_type()
Gets the content_type value for this AttachmentData.

Returns:
content_type

setContent_type

public void setContent_type(java.lang.String content_type)
Sets the content_type value for this AttachmentData.

Parameters:
content_type -

getDate_submitted

public java.util.Calendar getDate_submitted()
Gets the date_submitted value for this AttachmentData.

Returns:
date_submitted

setDate_submitted

public void setDate_submitted(java.util.Calendar date_submitted)
Sets the date_submitted value for this AttachmentData.

Parameters:
date_submitted -

getDownload_url

public org.apache.axis.types.URI getDownload_url()
Gets the download_url value for this AttachmentData.

Returns:
download_url

setDownload_url

public void setDownload_url(org.apache.axis.types.URI download_url)
Sets the download_url value for this AttachmentData.

Parameters:
download_url -

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



Copyright © 2010. All Rights Reserved.