hudson.plugins.mantis.soap.mantis120
Class ProjectAttachmentData

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

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

See Also:
Serialized Form

Constructor Summary
ProjectAttachmentData()
           
ProjectAttachmentData(java.math.BigInteger id, java.lang.String filename, java.lang.String title, java.lang.String description, 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 ProjectAttachmentData.
 java.util.Calendar getDate_submitted()
          Gets the date_submitted value for this ProjectAttachmentData.
 java.lang.String getDescription()
          Gets the description value for this ProjectAttachmentData.
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 ProjectAttachmentData.
 java.lang.String getFilename()
          Gets the filename value for this ProjectAttachmentData.
 java.math.BigInteger getId()
          Gets the id value for this ProjectAttachmentData.
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 ProjectAttachmentData.
 java.lang.String getTitle()
          Gets the title value for this ProjectAttachmentData.
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 ProjectAttachmentData.
 void setDate_submitted(java.util.Calendar date_submitted)
          Sets the date_submitted value for this ProjectAttachmentData.
 void setDescription(java.lang.String description)
          Sets the description value for this ProjectAttachmentData.
 void setDownload_url(org.apache.axis.types.URI download_url)
          Sets the download_url value for this ProjectAttachmentData.
 void setFilename(java.lang.String filename)
          Sets the filename value for this ProjectAttachmentData.
 void setId(java.math.BigInteger id)
          Sets the id value for this ProjectAttachmentData.
 void setSize(java.math.BigInteger size)
          Sets the size value for this ProjectAttachmentData.
 void setTitle(java.lang.String title)
          Sets the title value for this ProjectAttachmentData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectAttachmentData

public ProjectAttachmentData()

ProjectAttachmentData

public ProjectAttachmentData(java.math.BigInteger id,
                             java.lang.String filename,
                             java.lang.String title,
                             java.lang.String description,
                             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 ProjectAttachmentData.

Returns:
id

setId

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

Parameters:
id -

getFilename

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

Returns:
filename

setFilename

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

Parameters:
filename -

getTitle

public java.lang.String getTitle()
Gets the title value for this ProjectAttachmentData.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this ProjectAttachmentData.

Parameters:
title -

getDescription

public java.lang.String getDescription()
Gets the description value for this ProjectAttachmentData.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ProjectAttachmentData.

Parameters:
description -

getSize

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

Returns:
size

setSize

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

Parameters:
size -

getContent_type

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

Returns:
content_type

setContent_type

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

Parameters:
content_type -

getDate_submitted

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

Returns:
date_submitted

setDate_submitted

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

Parameters:
date_submitted -

getDownload_url

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

Returns:
download_url

setDownload_url

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

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.