com.atlassian.jirasoapclient
Class RemoteIssue

java.lang.Object
  extended by com.atlassian.jirasoapclient.AbstractRemoteEntity
      extended by com.atlassian.jirasoapclient.RemoteIssue
All Implemented Interfaces:
java.io.Serializable

public class RemoteIssue
extends AbstractRemoteEntity
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteIssue()
           
RemoteIssue(java.lang.String id, RemoteVersion[] affectsVersions, java.lang.String assignee, java.lang.String[] attachmentNames, RemoteComponent[] components, java.util.Calendar created, RemoteCustomFieldValue[] customFieldValues, java.lang.String description, java.util.Calendar duedate, java.lang.String environment, RemoteVersion[] fixVersions, java.lang.String key, java.lang.String priority, java.lang.String project, java.lang.String reporter, java.lang.String resolution, java.lang.String status, java.lang.String summary, java.lang.String type, java.util.Calendar updated, java.lang.Long votes)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 RemoteVersion[] getAffectsVersions()
          Gets the affectsVersions value for this RemoteIssue.
 java.lang.String getAssignee()
          Gets the assignee value for this RemoteIssue.
 java.lang.String[] getAttachmentNames()
          Gets the attachmentNames value for this RemoteIssue.
 RemoteComponent[] getComponents()
          Gets the components value for this RemoteIssue.
 java.util.Calendar getCreated()
          Gets the created value for this RemoteIssue.
 RemoteCustomFieldValue[] getCustomFieldValues()
          Gets the customFieldValues value for this RemoteIssue.
 java.lang.String getDescription()
          Gets the description value for this RemoteIssue.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getDuedate()
          Gets the duedate value for this RemoteIssue.
 java.lang.String getEnvironment()
          Gets the environment value for this RemoteIssue.
 RemoteVersion[] getFixVersions()
          Gets the fixVersions value for this RemoteIssue.
 java.lang.String getKey()
          Gets the key value for this RemoteIssue.
 java.lang.String getPriority()
          Gets the priority value for this RemoteIssue.
 java.lang.String getProject()
          Gets the project value for this RemoteIssue.
 java.lang.String getReporter()
          Gets the reporter value for this RemoteIssue.
 java.lang.String getResolution()
          Gets the resolution value for this RemoteIssue.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStatus()
          Gets the status value for this RemoteIssue.
 java.lang.String getSummary()
          Gets the summary value for this RemoteIssue.
 java.lang.String getType()
          Gets the type value for this RemoteIssue.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.util.Calendar getUpdated()
          Gets the updated value for this RemoteIssue.
 java.lang.Long getVotes()
          Gets the votes value for this RemoteIssue.
 int hashCode()
           
 void setAffectsVersions(RemoteVersion[] affectsVersions)
          Sets the affectsVersions value for this RemoteIssue.
 void setAssignee(java.lang.String assignee)
          Sets the assignee value for this RemoteIssue.
 void setAttachmentNames(java.lang.String[] attachmentNames)
          Sets the attachmentNames value for this RemoteIssue.
 void setComponents(RemoteComponent[] components)
          Sets the components value for this RemoteIssue.
 void setCreated(java.util.Calendar created)
          Sets the created value for this RemoteIssue.
 void setCustomFieldValues(RemoteCustomFieldValue[] customFieldValues)
          Sets the customFieldValues value for this RemoteIssue.
 void setDescription(java.lang.String description)
          Sets the description value for this RemoteIssue.
 void setDuedate(java.util.Calendar duedate)
          Sets the duedate value for this RemoteIssue.
 void setEnvironment(java.lang.String environment)
          Sets the environment value for this RemoteIssue.
 void setFixVersions(RemoteVersion[] fixVersions)
          Sets the fixVersions value for this RemoteIssue.
 void setKey(java.lang.String key)
          Sets the key value for this RemoteIssue.
 void setPriority(java.lang.String priority)
          Sets the priority value for this RemoteIssue.
 void setProject(java.lang.String project)
          Sets the project value for this RemoteIssue.
 void setReporter(java.lang.String reporter)
          Sets the reporter value for this RemoteIssue.
 void setResolution(java.lang.String resolution)
          Sets the resolution value for this RemoteIssue.
 void setStatus(java.lang.String status)
          Sets the status value for this RemoteIssue.
 void setSummary(java.lang.String summary)
          Sets the summary value for this RemoteIssue.
 void setType(java.lang.String type)
          Sets the type value for this RemoteIssue.
 void setUpdated(java.util.Calendar updated)
          Sets the updated value for this RemoteIssue.
 void setVotes(java.lang.Long votes)
          Sets the votes value for this RemoteIssue.
 
Methods inherited from class com.atlassian.jirasoapclient.AbstractRemoteEntity
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteIssue

public RemoteIssue()

RemoteIssue

public RemoteIssue(java.lang.String id,
                   RemoteVersion[] affectsVersions,
                   java.lang.String assignee,
                   java.lang.String[] attachmentNames,
                   RemoteComponent[] components,
                   java.util.Calendar created,
                   RemoteCustomFieldValue[] customFieldValues,
                   java.lang.String description,
                   java.util.Calendar duedate,
                   java.lang.String environment,
                   RemoteVersion[] fixVersions,
                   java.lang.String key,
                   java.lang.String priority,
                   java.lang.String project,
                   java.lang.String reporter,
                   java.lang.String resolution,
                   java.lang.String status,
                   java.lang.String summary,
                   java.lang.String type,
                   java.util.Calendar updated,
                   java.lang.Long votes)
Method Detail

getAffectsVersions

public RemoteVersion[] getAffectsVersions()
Gets the affectsVersions value for this RemoteIssue.

Returns:
affectsVersions

setAffectsVersions

public void setAffectsVersions(RemoteVersion[] affectsVersions)
Sets the affectsVersions value for this RemoteIssue.

Parameters:
affectsVersions -

getAssignee

public java.lang.String getAssignee()
Gets the assignee value for this RemoteIssue.

Returns:
assignee

setAssignee

public void setAssignee(java.lang.String assignee)
Sets the assignee value for this RemoteIssue.

Parameters:
assignee -

getAttachmentNames

public java.lang.String[] getAttachmentNames()
Gets the attachmentNames value for this RemoteIssue.

Returns:
attachmentNames

setAttachmentNames

public void setAttachmentNames(java.lang.String[] attachmentNames)
Sets the attachmentNames value for this RemoteIssue.

Parameters:
attachmentNames -

getComponents

public RemoteComponent[] getComponents()
Gets the components value for this RemoteIssue.

Returns:
components

setComponents

public void setComponents(RemoteComponent[] components)
Sets the components value for this RemoteIssue.

Parameters:
components -

getCreated

public java.util.Calendar getCreated()
Gets the created value for this RemoteIssue.

Returns:
created

setCreated

public void setCreated(java.util.Calendar created)
Sets the created value for this RemoteIssue.

Parameters:
created -

getCustomFieldValues

public RemoteCustomFieldValue[] getCustomFieldValues()
Gets the customFieldValues value for this RemoteIssue.

Returns:
customFieldValues

setCustomFieldValues

public void setCustomFieldValues(RemoteCustomFieldValue[] customFieldValues)
Sets the customFieldValues value for this RemoteIssue.

Parameters:
customFieldValues -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDuedate

public java.util.Calendar getDuedate()
Gets the duedate value for this RemoteIssue.

Returns:
duedate

setDuedate

public void setDuedate(java.util.Calendar duedate)
Sets the duedate value for this RemoteIssue.

Parameters:
duedate -

getEnvironment

public java.lang.String getEnvironment()
Gets the environment value for this RemoteIssue.

Returns:
environment

setEnvironment

public void setEnvironment(java.lang.String environment)
Sets the environment value for this RemoteIssue.

Parameters:
environment -

getFixVersions

public RemoteVersion[] getFixVersions()
Gets the fixVersions value for this RemoteIssue.

Returns:
fixVersions

setFixVersions

public void setFixVersions(RemoteVersion[] fixVersions)
Sets the fixVersions value for this RemoteIssue.

Parameters:
fixVersions -

getKey

public java.lang.String getKey()
Gets the key value for this RemoteIssue.

Returns:
key

setKey

public void setKey(java.lang.String key)
Sets the key value for this RemoteIssue.

Parameters:
key -

getPriority

public java.lang.String getPriority()
Gets the priority value for this RemoteIssue.

Returns:
priority

setPriority

public void setPriority(java.lang.String priority)
Sets the priority value for this RemoteIssue.

Parameters:
priority -

getProject

public java.lang.String getProject()
Gets the project value for this RemoteIssue.

Returns:
project

setProject

public void setProject(java.lang.String project)
Sets the project value for this RemoteIssue.

Parameters:
project -

getReporter

public java.lang.String getReporter()
Gets the reporter value for this RemoteIssue.

Returns:
reporter

setReporter

public void setReporter(java.lang.String reporter)
Sets the reporter value for this RemoteIssue.

Parameters:
reporter -

getResolution

public java.lang.String getResolution()
Gets the resolution value for this RemoteIssue.

Returns:
resolution

setResolution

public void setResolution(java.lang.String resolution)
Sets the resolution value for this RemoteIssue.

Parameters:
resolution -

getStatus

public java.lang.String getStatus()
Gets the status value for this RemoteIssue.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this RemoteIssue.

Parameters:
status -

getSummary

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

Returns:
summary

setSummary

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

Parameters:
summary -

getType

public java.lang.String getType()
Gets the type value for this RemoteIssue.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this RemoteIssue.

Parameters:
type -

getUpdated

public java.util.Calendar getUpdated()
Gets the updated value for this RemoteIssue.

Returns:
updated

setUpdated

public void setUpdated(java.util.Calendar updated)
Sets the updated value for this RemoteIssue.

Parameters:
updated -

getVotes

public java.lang.Long getVotes()
Gets the votes value for this RemoteIssue.

Returns:
votes

setVotes

public void setVotes(java.lang.Long votes)
Sets the votes value for this RemoteIssue.

Parameters:
votes -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractRemoteEntity

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 © 2008 Atlassian Pty Ltd. All Rights Reserved.