|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
public class IssueData
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>
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 |
---|
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 Detail |
---|
public IssueData()
Method Detail |
---|
public int getId()
public void setId(int value)
public boolean isSetId()
public java.lang.String getMilestone()
String
public void setMilestone(java.lang.String value)
value
- allowed object is
String
public boolean isSetMilestone()
public java.lang.String getOwner()
String
public void setOwner(java.lang.String value)
value
- allowed object is
String
public boolean isSetOwner()
public java.lang.String getPriority()
String
public void setPriority(java.lang.String value)
value
- allowed object is
String
public boolean isSetPriority()
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- allowed object is
String
public boolean isSetStatus()
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public boolean isSetType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |