hudson.plugins.mantis.soap.mantis110
クラス AttachmentData

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

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

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

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

コンストラクタの詳細

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

getId

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

戻り値:
id

setId

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

パラメータ:
id -

getFilename

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

戻り値:
filename

setFilename

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

パラメータ:
filename -

getSize

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

戻り値:
size

setSize

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

パラメータ:
size -

getContent_type

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

戻り値:
content_type

setContent_type

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

パラメータ:
content_type -

getDate_submitted

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

戻り値:
date_submitted

setDate_submitted

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

パラメータ:
date_submitted -

getDownload_url

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

戻り値:
download_url

setDownload_url

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

パラメータ:
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 © 2009. All Rights Reserved.