hudson.plugins.mantis.soap
クラス IssueData

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

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

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

コンストラクタの概要
IssueData()
           
IssueData(java.math.BigInteger id, ObjectRef view_state, java.util.Calendar last_updated, ObjectRef project, java.lang.String category, ObjectRef priority, ObjectRef severity, ObjectRef status, AccountData reporter, java.lang.String summary, java.lang.String version, java.lang.String build, java.lang.String platform, java.lang.String os, java.lang.String os_build, ObjectRef reproducibility, java.util.Calendar date_submitted, java.math.BigInteger sponsorship_total, AccountData handler, ObjectRef projection, ObjectRef eta, ObjectRef resolution, java.lang.String fixed_in_version, java.lang.String description, java.lang.String steps_to_reproduce, java.lang.String additional_information, AttachmentData[] attachments, RelationshipData[] relationships, IssueNoteData[] notes, CustomFieldValueForIssueData[] custom_fields)
           
 
メソッドの概要
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAdditional_information()
          Gets the additional_information value for this IssueData.
 AttachmentData[] getAttachments()
          Gets the attachments value for this IssueData.
 java.lang.String getBuild()
          Gets the build value for this IssueData.
 java.lang.String getCategory()
          Gets the category value for this IssueData.
 CustomFieldValueForIssueData[] getCustom_fields()
          Gets the custom_fields value for this IssueData.
 java.util.Calendar getDate_submitted()
          Gets the date_submitted value for this IssueData.
 java.lang.String getDescription()
          Gets the description value for this IssueData.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ObjectRef getEta()
          Gets the eta value for this IssueData.
 java.lang.String getFixed_in_version()
          Gets the fixed_in_version value for this IssueData.
 AccountData getHandler()
          Gets the handler value for this IssueData.
 java.math.BigInteger getId()
          Gets the id value for this IssueData.
 java.util.Calendar getLast_updated()
          Gets the last_updated value for this IssueData.
 IssueNoteData[] getNotes()
          Gets the notes value for this IssueData.
 java.lang.String getOs_build()
          Gets the os_build value for this IssueData.
 java.lang.String getOs()
          Gets the os value for this IssueData.
 java.lang.String getPlatform()
          Gets the platform value for this IssueData.
 ObjectRef getPriority()
          Gets the priority value for this IssueData.
 ObjectRef getProject()
          Gets the project value for this IssueData.
 ObjectRef getProjection()
          Gets the projection value for this IssueData.
 RelationshipData[] getRelationships()
          Gets the relationships value for this IssueData.
 AccountData getReporter()
          Gets the reporter value for this IssueData.
 ObjectRef getReproducibility()
          Gets the reproducibility value for this IssueData.
 ObjectRef getResolution()
          Gets the resolution value for this IssueData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 ObjectRef getSeverity()
          Gets the severity value for this IssueData.
 java.math.BigInteger getSponsorship_total()
          Gets the sponsorship_total value for this IssueData.
 ObjectRef getStatus()
          Gets the status value for this IssueData.
 java.lang.String getSteps_to_reproduce()
          Gets the steps_to_reproduce value for this IssueData.
 java.lang.String getSummary()
          Gets the summary value for this IssueData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 java.lang.String getVersion()
          Gets the version value for this IssueData.
 ObjectRef getView_state()
          Gets the view_state value for this IssueData.
 int hashCode()
           
 void setAdditional_information(java.lang.String additional_information)
          Sets the additional_information value for this IssueData.
 void setAttachments(AttachmentData[] attachments)
          Sets the attachments value for this IssueData.
 void setBuild(java.lang.String build)
          Sets the build value for this IssueData.
 void setCategory(java.lang.String category)
          Sets the category value for this IssueData.
 void setCustom_fields(CustomFieldValueForIssueData[] custom_fields)
          Sets the custom_fields value for this IssueData.
 void setDate_submitted(java.util.Calendar date_submitted)
          Sets the date_submitted value for this IssueData.
 void setDescription(java.lang.String description)
          Sets the description value for this IssueData.
 void setEta(ObjectRef eta)
          Sets the eta value for this IssueData.
 void setFixed_in_version(java.lang.String fixed_in_version)
          Sets the fixed_in_version value for this IssueData.
 void setHandler(AccountData handler)
          Sets the handler value for this IssueData.
 void setId(java.math.BigInteger id)
          Sets the id value for this IssueData.
 void setLast_updated(java.util.Calendar last_updated)
          Sets the last_updated value for this IssueData.
 void setNotes(IssueNoteData[] notes)
          Sets the notes value for this IssueData.
 void setOs_build(java.lang.String os_build)
          Sets the os_build value for this IssueData.
 void setOs(java.lang.String os)
          Sets the os value for this IssueData.
 void setPlatform(java.lang.String platform)
          Sets the platform value for this IssueData.
 void setPriority(ObjectRef priority)
          Sets the priority value for this IssueData.
 void setProject(ObjectRef project)
          Sets the project value for this IssueData.
 void setProjection(ObjectRef projection)
          Sets the projection value for this IssueData.
 void setRelationships(RelationshipData[] relationships)
          Sets the relationships value for this IssueData.
 void setReporter(AccountData reporter)
          Sets the reporter value for this IssueData.
 void setReproducibility(ObjectRef reproducibility)
          Sets the reproducibility value for this IssueData.
 void setResolution(ObjectRef resolution)
          Sets the resolution value for this IssueData.
 void setSeverity(ObjectRef severity)
          Sets the severity value for this IssueData.
 void setSponsorship_total(java.math.BigInteger sponsorship_total)
          Sets the sponsorship_total value for this IssueData.
 void setStatus(ObjectRef status)
          Sets the status value for this IssueData.
 void setSteps_to_reproduce(java.lang.String steps_to_reproduce)
          Sets the steps_to_reproduce value for this IssueData.
 void setSummary(java.lang.String summary)
          Sets the summary value for this IssueData.
 void setVersion(java.lang.String version)
          Sets the version value for this IssueData.
 void setView_state(ObjectRef view_state)
          Sets the view_state value for this IssueData.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

IssueData

public IssueData()

IssueData

public IssueData(java.math.BigInteger id,
                 ObjectRef view_state,
                 java.util.Calendar last_updated,
                 ObjectRef project,
                 java.lang.String category,
                 ObjectRef priority,
                 ObjectRef severity,
                 ObjectRef status,
                 AccountData reporter,
                 java.lang.String summary,
                 java.lang.String version,
                 java.lang.String build,
                 java.lang.String platform,
                 java.lang.String os,
                 java.lang.String os_build,
                 ObjectRef reproducibility,
                 java.util.Calendar date_submitted,
                 java.math.BigInteger sponsorship_total,
                 AccountData handler,
                 ObjectRef projection,
                 ObjectRef eta,
                 ObjectRef resolution,
                 java.lang.String fixed_in_version,
                 java.lang.String description,
                 java.lang.String steps_to_reproduce,
                 java.lang.String additional_information,
                 AttachmentData[] attachments,
                 RelationshipData[] relationships,
                 IssueNoteData[] notes,
                 CustomFieldValueForIssueData[] custom_fields)
メソッドの詳細

getId

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

戻り値:
id

setId

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

パラメータ:
id -

getView_state

public ObjectRef getView_state()
Gets the view_state value for this IssueData.

戻り値:
view_state

setView_state

public void setView_state(ObjectRef view_state)
Sets the view_state value for this IssueData.

パラメータ:
view_state -

getLast_updated

public java.util.Calendar getLast_updated()
Gets the last_updated value for this IssueData.

戻り値:
last_updated

setLast_updated

public void setLast_updated(java.util.Calendar last_updated)
Sets the last_updated value for this IssueData.

パラメータ:
last_updated -

getProject

public ObjectRef getProject()
Gets the project value for this IssueData.

戻り値:
project

setProject

public void setProject(ObjectRef project)
Sets the project value for this IssueData.

パラメータ:
project -

getCategory

public java.lang.String getCategory()
Gets the category value for this IssueData.

戻り値:
category

setCategory

public void setCategory(java.lang.String category)
Sets the category value for this IssueData.

パラメータ:
category -

getPriority

public ObjectRef getPriority()
Gets the priority value for this IssueData.

戻り値:
priority

setPriority

public void setPriority(ObjectRef priority)
Sets the priority value for this IssueData.

パラメータ:
priority -

getSeverity

public ObjectRef getSeverity()
Gets the severity value for this IssueData.

戻り値:
severity

setSeverity

public void setSeverity(ObjectRef severity)
Sets the severity value for this IssueData.

パラメータ:
severity -

getStatus

public ObjectRef getStatus()
Gets the status value for this IssueData.

戻り値:
status

setStatus

public void setStatus(ObjectRef status)
Sets the status value for this IssueData.

パラメータ:
status -

getReporter

public AccountData getReporter()
Gets the reporter value for this IssueData.

戻り値:
reporter

setReporter

public void setReporter(AccountData reporter)
Sets the reporter value for this IssueData.

パラメータ:
reporter -

getSummary

public java.lang.String getSummary()
Gets the summary value for this IssueData.

戻り値:
summary

setSummary

public void setSummary(java.lang.String summary)
Sets the summary value for this IssueData.

パラメータ:
summary -

getVersion

public java.lang.String getVersion()
Gets the version value for this IssueData.

戻り値:
version

setVersion

public void setVersion(java.lang.String version)
Sets the version value for this IssueData.

パラメータ:
version -

getBuild

public java.lang.String getBuild()
Gets the build value for this IssueData.

戻り値:
build

setBuild

public void setBuild(java.lang.String build)
Sets the build value for this IssueData.

パラメータ:
build -

getPlatform

public java.lang.String getPlatform()
Gets the platform value for this IssueData.

戻り値:
platform

setPlatform

public void setPlatform(java.lang.String platform)
Sets the platform value for this IssueData.

パラメータ:
platform -

getOs

public java.lang.String getOs()
Gets the os value for this IssueData.

戻り値:
os

setOs

public void setOs(java.lang.String os)
Sets the os value for this IssueData.

パラメータ:
os -

getOs_build

public java.lang.String getOs_build()
Gets the os_build value for this IssueData.

戻り値:
os_build

setOs_build

public void setOs_build(java.lang.String os_build)
Sets the os_build value for this IssueData.

パラメータ:
os_build -

getReproducibility

public ObjectRef getReproducibility()
Gets the reproducibility value for this IssueData.

戻り値:
reproducibility

setReproducibility

public void setReproducibility(ObjectRef reproducibility)
Sets the reproducibility value for this IssueData.

パラメータ:
reproducibility -

getDate_submitted

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

戻り値:
date_submitted

setDate_submitted

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

パラメータ:
date_submitted -

getSponsorship_total

public java.math.BigInteger getSponsorship_total()
Gets the sponsorship_total value for this IssueData.

戻り値:
sponsorship_total

setSponsorship_total

public void setSponsorship_total(java.math.BigInteger sponsorship_total)
Sets the sponsorship_total value for this IssueData.

パラメータ:
sponsorship_total -

getHandler

public AccountData getHandler()
Gets the handler value for this IssueData.

戻り値:
handler

setHandler

public void setHandler(AccountData handler)
Sets the handler value for this IssueData.

パラメータ:
handler -

getProjection

public ObjectRef getProjection()
Gets the projection value for this IssueData.

戻り値:
projection

setProjection

public void setProjection(ObjectRef projection)
Sets the projection value for this IssueData.

パラメータ:
projection -

getEta

public ObjectRef getEta()
Gets the eta value for this IssueData.

戻り値:
eta

setEta

public void setEta(ObjectRef eta)
Sets the eta value for this IssueData.

パラメータ:
eta -

getResolution

public ObjectRef getResolution()
Gets the resolution value for this IssueData.

戻り値:
resolution

setResolution

public void setResolution(ObjectRef resolution)
Sets the resolution value for this IssueData.

パラメータ:
resolution -

getFixed_in_version

public java.lang.String getFixed_in_version()
Gets the fixed_in_version value for this IssueData.

戻り値:
fixed_in_version

setFixed_in_version

public void setFixed_in_version(java.lang.String fixed_in_version)
Sets the fixed_in_version value for this IssueData.

パラメータ:
fixed_in_version -

getDescription

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

戻り値:
description

setDescription

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

パラメータ:
description -

getSteps_to_reproduce

public java.lang.String getSteps_to_reproduce()
Gets the steps_to_reproduce value for this IssueData.

戻り値:
steps_to_reproduce

setSteps_to_reproduce

public void setSteps_to_reproduce(java.lang.String steps_to_reproduce)
Sets the steps_to_reproduce value for this IssueData.

パラメータ:
steps_to_reproduce -

getAdditional_information

public java.lang.String getAdditional_information()
Gets the additional_information value for this IssueData.

戻り値:
additional_information

setAdditional_information

public void setAdditional_information(java.lang.String additional_information)
Sets the additional_information value for this IssueData.

パラメータ:
additional_information -

getAttachments

public AttachmentData[] getAttachments()
Gets the attachments value for this IssueData.

戻り値:
attachments

setAttachments

public void setAttachments(AttachmentData[] attachments)
Sets the attachments value for this IssueData.

パラメータ:
attachments -

getRelationships

public RelationshipData[] getRelationships()
Gets the relationships value for this IssueData.

戻り値:
relationships

setRelationships

public void setRelationships(RelationshipData[] relationships)
Sets the relationships value for this IssueData.

パラメータ:
relationships -

getNotes

public IssueNoteData[] getNotes()
Gets the notes value for this IssueData.

戻り値:
notes

setNotes

public void setNotes(IssueNoteData[] notes)
Sets the notes value for this IssueData.

パラメータ:
notes -

getCustom_fields

public CustomFieldValueForIssueData[] getCustom_fields()
Gets the custom_fields value for this IssueData.

戻り値:
custom_fields

setCustom_fields

public void setCustom_fields(CustomFieldValueForIssueData[] custom_fields)
Sets the custom_fields value for this IssueData.

パラメータ:
custom_fields -

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.