|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
public class IssueDailyProjectData
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"> <sequence> <element ref="{}IssueData" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{}OpenIssues use="required""/> <attribute ref="{}Owner use="required""/> <attribute ref="{}Project use="required""/> <attribute ref="{}StartTime use="required""/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<IssueData> |
issueData
|
protected int |
openIssues
|
protected java.lang.String |
owner
|
protected java.lang.String |
project
|
protected javax.xml.datatype.XMLGregorianCalendar |
startTime
|
Constructor Summary | |
---|---|
IssueDailyProjectData()
|
Method Summary | |
---|---|
java.util.List<IssueData> |
getIssueData()
Gets the value of the issueData property. |
int |
getOpenIssues()
Gets the value of the openIssues property. |
java.lang.String |
getOwner()
Gets the value of the owner property. |
java.lang.String |
getProject()
Gets the value of the project property. |
javax.xml.datatype.XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
boolean |
isSetIssueData()
|
boolean |
isSetOpenIssues()
|
boolean |
isSetOwner()
|
boolean |
isSetProject()
|
boolean |
isSetStartTime()
|
void |
setOpenIssues(int value)
Sets the value of the openIssues property. |
void |
setOwner(java.lang.String value)
Sets the value of the owner property. |
void |
setProject(java.lang.String value)
Sets the value of the project property. |
void |
setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property. |
void |
unsetIssueData()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<IssueData> issueData
protected int openIssues
protected java.lang.String owner
protected java.lang.String project
protected javax.xml.datatype.XMLGregorianCalendar startTime
Constructor Detail |
---|
public IssueDailyProjectData()
Method Detail |
---|
public java.util.List<IssueData> getIssueData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the issueData property.
For example, to add a new item, do as follows:
getIssueData().add(newItem);
Objects of the following type(s) are allowed in the list
IssueData
public boolean isSetIssueData()
public void unsetIssueData()
public int getOpenIssues()
public void setOpenIssues(int value)
public boolean isSetOpenIssues()
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 getProject()
String
public void setProject(java.lang.String value)
value
- allowed object is
String
public boolean isSetProject()
public javax.xml.datatype.XMLGregorianCalendar getStartTime()
XMLGregorianCalendar
public void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetStartTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |