public class ProjectAttachmentData extends Object implements Serializable
コンストラクタと説明 |
---|
ProjectAttachmentData() |
ProjectAttachmentData(BigInteger id,
String filename,
String title,
String description,
BigInteger size,
String content_type,
Calendar date_submitted,
org.apache.axis.types.URI download_url) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(Object obj) |
String |
getContent_type()
Gets the content_type value for this ProjectAttachmentData.
|
Calendar |
getDate_submitted()
Gets the date_submitted value for this ProjectAttachmentData.
|
String |
getDescription()
Gets the description value for this ProjectAttachmentData.
|
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 ProjectAttachmentData.
|
String |
getFilename()
Gets the filename value for this ProjectAttachmentData.
|
BigInteger |
getId()
Gets the id value for this ProjectAttachmentData.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
BigInteger |
getSize()
Gets the size value for this ProjectAttachmentData.
|
String |
getTitle()
Gets the title value for this ProjectAttachmentData.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setContent_type(String content_type)
Sets the content_type value for this ProjectAttachmentData.
|
void |
setDate_submitted(Calendar date_submitted)
Sets the date_submitted value for this ProjectAttachmentData.
|
void |
setDescription(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(String filename)
Sets the filename value for this ProjectAttachmentData.
|
void |
setId(BigInteger id)
Sets the id value for this ProjectAttachmentData.
|
void |
setSize(BigInteger size)
Sets the size value for this ProjectAttachmentData.
|
void |
setTitle(String title)
Sets the title value for this ProjectAttachmentData.
|
public ProjectAttachmentData()
public ProjectAttachmentData(BigInteger id, String filename, String title, String description, BigInteger size, String content_type, Calendar date_submitted, org.apache.axis.types.URI download_url)
public BigInteger getId()
public void setId(BigInteger id)
id
- public String getFilename()
public void setFilename(String filename)
filename
- public String getTitle()
public void setTitle(String title)
title
- public String getDescription()
public void setDescription(String description)
description
- 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 static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2015. All Rights Reserved.