org.hackystat.dailyprojectdata.resource.issue.jaxb
Class IssueData

java.lang.Object
  extended by org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
All Implemented Interfaces:
java.io.Serializable

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

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute ref="{}Id use="required""/>
       <attribute ref="{}Milestone"/>
       <attribute ref="{}Owner use="required""/>
       <attribute ref="{}Priority"/>
       <attribute ref="{}Status use="required""/>
       <attribute ref="{}Type"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  int id
           
protected  java.lang.String milestone
           
protected  java.lang.String owner
           
protected  java.lang.String priority
           
protected  java.lang.String status
           
protected  java.lang.String type
           
 
Constructor Summary
IssueData()
           
 
Method Summary
 int getId()
          Gets the value of the id property.
 java.lang.String getMilestone()
          Gets the value of the milestone property.
 java.lang.String getOwner()
          Gets the value of the owner property.
 java.lang.String getPriority()
          Gets the value of the priority property.
 java.lang.String getStatus()
          Gets the value of the status property.
 java.lang.String getType()
          Gets the value of the type property.
 boolean isSetId()
           
 boolean isSetMilestone()
           
 boolean isSetOwner()
           
 boolean isSetPriority()
           
 boolean isSetStatus()
           
 boolean isSetType()
           
 void setId(int value)
          Sets the value of the id property.
 void setMilestone(java.lang.String value)
          Sets the value of the milestone property.
 void setOwner(java.lang.String value)
          Sets the value of the owner property.
 void setPriority(java.lang.String value)
          Sets the value of the priority property.
 void setStatus(java.lang.String value)
          Sets the value of the status property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected int id

milestone

protected java.lang.String milestone

owner

protected java.lang.String owner

priority

protected java.lang.String priority

status

protected java.lang.String status

type

protected java.lang.String type
Constructor Detail

IssueData

public IssueData()
Method Detail

getId

public int getId()
Gets the value of the id property.


setId

public void setId(int value)
Sets the value of the id property.


isSetId

public boolean isSetId()

getMilestone

public java.lang.String getMilestone()
Gets the value of the milestone property.

Returns:
possible object is String

setMilestone

public void setMilestone(java.lang.String value)
Sets the value of the milestone property.

Parameters:
value - allowed object is String

isSetMilestone

public boolean isSetMilestone()

getOwner

public java.lang.String getOwner()
Gets the value of the owner property.

Returns:
possible object is String

setOwner

public void setOwner(java.lang.String value)
Sets the value of the owner property.

Parameters:
value - allowed object is String

isSetOwner

public boolean isSetOwner()

getPriority

public java.lang.String getPriority()
Gets the value of the priority property.

Returns:
possible object is String

setPriority

public void setPriority(java.lang.String value)
Sets the value of the priority property.

Parameters:
value - allowed object is String

isSetPriority

public boolean isSetPriority()

getStatus

public java.lang.String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(java.lang.String value)
Sets the value of the status property.

Parameters:
value - allowed object is String

isSetStatus

public boolean isSetStatus()

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSetType

public boolean isSetType()