org.hackystat.dailyprojectdata.resource.issuechange.jaxb
Class IssueChangeDailyProjectData

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

public class IssueChangeDailyProjectData
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">
       <sequence>
         <element ref="{}IssueChangeData" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Closed" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="Opened" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="Owner" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Project" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Reopened" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="StartTime" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  int closed
           
protected  java.util.List<IssueChangeData> issueChangeData
           
protected  int opened
           
protected  java.lang.String owner
           
protected  java.lang.String project
           
protected  int reopened
           
protected  javax.xml.datatype.XMLGregorianCalendar startTime
           
 
Constructor Summary
IssueChangeDailyProjectData()
           
 
Method Summary
 int getClosed()
          Gets the value of the closed property.
 java.util.List<IssueChangeData> getIssueChangeData()
          Gets the value of the issueChangeData property.
 int getOpened()
          Gets the value of the opened property.
 java.lang.String getOwner()
          Gets the value of the owner property.
 java.lang.String getProject()
          Gets the value of the project property.
 int getReopened()
          Gets the value of the reopened property.
 javax.xml.datatype.XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 boolean isSetClosed()
           
 boolean isSetIssueChangeData()
           
 boolean isSetOpened()
           
 boolean isSetOwner()
           
 boolean isSetProject()
           
 boolean isSetReopened()
           
 boolean isSetStartTime()
           
 void setClosed(int value)
          Sets the value of the closed property.
 void setOpened(int value)
          Sets the value of the opened 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 setReopened(int value)
          Sets the value of the reopened property.
 void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the startTime property.
 void unsetIssueChangeData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

issueChangeData

protected java.util.List<IssueChangeData> issueChangeData

closed

protected int closed

opened

protected int opened

owner

protected java.lang.String owner

project

protected java.lang.String project

reopened

protected int reopened

startTime

protected javax.xml.datatype.XMLGregorianCalendar startTime
Constructor Detail

IssueChangeDailyProjectData

public IssueChangeDailyProjectData()
Method Detail

getIssueChangeData

public java.util.List<IssueChangeData> getIssueChangeData()
Gets the value of the issueChangeData property.

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 issueChangeData property.

For example, to add a new item, do as follows:

    getIssueChangeData().add(newItem);
 

Objects of the following type(s) are allowed in the list IssueChangeData


isSetIssueChangeData

public boolean isSetIssueChangeData()

unsetIssueChangeData

public void unsetIssueChangeData()

getClosed

public int getClosed()
Gets the value of the closed property.


setClosed

public void setClosed(int value)
Sets the value of the closed property.


isSetClosed

public boolean isSetClosed()

getOpened

public int getOpened()
Gets the value of the opened property.


setOpened

public void setOpened(int value)
Sets the value of the opened property.


isSetOpened

public boolean isSetOpened()

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()

getProject

public java.lang.String getProject()
Gets the value of the project property.

Returns:
possible object is String

setProject

public void setProject(java.lang.String value)
Sets the value of the project property.

Parameters:
value - allowed object is String

isSetProject

public boolean isSetProject()

getReopened

public int getReopened()
Gets the value of the reopened property.


setReopened

public void setReopened(int value)
Sets the value of the reopened property.


isSetReopened

public boolean isSetReopened()

getStartTime

public javax.xml.datatype.XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is XMLGregorianCalendar

setStartTime

public void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetStartTime

public boolean isSetStartTime()