hudson.plugins.mantis.soap.mantis120
Class IssueData

java.lang.Object
  extended by hudson.plugins.mantis.soap.mantis120.IssueData
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
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 target_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)
           
 
Method Summary
 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.
 java.lang.String getTarget_version()
          Gets the target_version value for this IssueData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          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 setTarget_version(java.lang.String target_version)
          Sets the target_version 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 target_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)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getView_state

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

Returns:
view_state

setView_state

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

Parameters:
view_state -

getLast_updated

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

Returns:
last_updated

setLast_updated

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

Parameters:
last_updated -

getProject

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

Returns:
project

setProject

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

Parameters:
project -

getCategory

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

Returns:
category

setCategory

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

Parameters:
category -

getPriority

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

Returns:
priority

setPriority

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

Parameters:
priority -

getSeverity

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

Returns:
severity

setSeverity

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

Parameters:
severity -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getReporter

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

Returns:
reporter

setReporter

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

Parameters:
reporter -

getSummary

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

Returns:
summary

setSummary

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

Parameters:
summary -

getVersion

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

Returns:
version

setVersion

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

Parameters:
version -

getBuild

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

Returns:
build

setBuild

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

Parameters:
build -

getPlatform

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

Returns:
platform

setPlatform

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

Parameters:
platform -

getOs

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

Returns:
os

setOs

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

Parameters:
os -

getOs_build

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

Returns:
os_build

setOs_build

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

Parameters:
os_build -

getReproducibility

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

Returns:
reproducibility

setReproducibility

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

Parameters:
reproducibility -

getDate_submitted

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

Returns:
date_submitted

setDate_submitted

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

Parameters:
date_submitted -

getSponsorship_total

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

Returns:
sponsorship_total

setSponsorship_total

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

Parameters:
sponsorship_total -

getHandler

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

Returns:
handler

setHandler

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

Parameters:
handler -

getProjection

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

Returns:
projection

setProjection

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

Parameters:
projection -

getEta

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

Returns:
eta

setEta

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

Parameters:
eta -

getResolution

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

Returns:
resolution

setResolution

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

Parameters:
resolution -

getFixed_in_version

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

Returns:
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.

Parameters:
fixed_in_version -

getTarget_version

public java.lang.String getTarget_version()
Gets the target_version value for this IssueData.

Returns:
target_version

setTarget_version

public void setTarget_version(java.lang.String target_version)
Sets the target_version value for this IssueData.

Parameters:
target_version -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getSteps_to_reproduce

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

Returns:
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.

Parameters:
steps_to_reproduce -

getAdditional_information

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

Returns:
additional_information

setAdditional_information

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

Parameters:
additional_information -

getAttachments

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

Returns:
attachments

setAttachments

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

Parameters:
attachments -

getRelationships

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

Returns:
relationships

setRelationships

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

Parameters:
relationships -

getNotes

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

Returns:
notes

setNotes

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

Parameters:
notes -

getCustom_fields

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

Returns:
custom_fields

setCustom_fields

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

Parameters:
custom_fields -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
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 © 2010. All Rights Reserved.