hudson.plugins.mantis.soap
クラス ProjectAttachmentData

java.lang.Object
  上位を拡張 hudson.plugins.mantis.soap.ProjectAttachmentData
すべての実装されたインタフェース:
java.io.Serializable

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

関連項目:
直列化された形式

コンストラクタの概要
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)
           
 
メソッドの概要
 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()
          メタデータオブジェクトの型を返却 / [en]-(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.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

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)
メソッドの詳細

getId

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

戻り値:
id

setId

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

パラメータ:
id -

getFilename

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

戻り値:
filename

setFilename

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

パラメータ:
filename -

getTitle

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

戻り値:
title

setTitle

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

パラメータ:
title -

getDescription

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

戻り値:
description

setDescription

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

パラメータ:
description -

getSize

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

戻り値:
size

setSize

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

パラメータ:
size -

getContent_type

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

戻り値:
content_type

setContent_type

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

パラメータ:
content_type -

getDate_submitted

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

戻り値:
date_submitted

setDate_submitted

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

パラメータ:
date_submitted -

getDownload_url

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

戻り値:
download_url

setDownload_url

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

パラメータ:
download_url -

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス java.lang.Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(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 © 2008. All Rights Reserved.