org.squashtest.csp.core.bugtracker.mantis.binding
public class AttachmentData extends Object implements Serializable
| Constructor and Description |
|---|
AttachmentData() |
AttachmentData(BigInteger id,
String filename,
BigInteger size,
String content_type,
Calendar date_submitted,
org.apache.axis.types.URI download_url,
BigInteger user_id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContent_type()
Gets the content_type value for this AttachmentData.
|
Calendar |
getDate_submitted()
Gets the date_submitted value for this AttachmentData.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
org.apache.axis.types.URI |
getDownload_url()
Gets the download_url value for this AttachmentData.
|
String |
getFilename()
Gets the filename value for this AttachmentData.
|
BigInteger |
getId()
Gets the id value for this AttachmentData.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
BigInteger |
getSize()
Gets the size value for this AttachmentData.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
BigInteger |
getUser_id()
Gets the user_id value for this AttachmentData.
|
int |
hashCode() |
void |
setContent_type(String content_type)
Sets the content_type value for this AttachmentData.
|
void |
setDate_submitted(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(String filename)
Sets the filename value for this AttachmentData.
|
void |
setId(BigInteger id)
Sets the id value for this AttachmentData.
|
void |
setSize(BigInteger size)
Sets the size value for this AttachmentData.
|
void |
setUser_id(BigInteger user_id)
Sets the user_id value for this AttachmentData.
|
public AttachmentData()
public AttachmentData(BigInteger id, String filename, BigInteger size, String content_type, Calendar date_submitted, org.apache.axis.types.URI download_url, BigInteger user_id)
public BigInteger getId()
public void setId(BigInteger id)
id - public String getFilename()
public void setFilename(String filename)
filename - public BigInteger getSize()
public void setSize(BigInteger size)
size - public String getContent_type()
public void setContent_type(String content_type)
content_type - public Calendar getDate_submitted()
public void setDate_submitted(Calendar date_submitted)
date_submitted - public org.apache.axis.types.URI getDownload_url()
public void setDownload_url(org.apache.axis.types.URI download_url)
download_url - public BigInteger getUser_id()
public void setUser_id(BigInteger user_id)
user_id - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.