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

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

public class IssueChangeData
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="{}ChangedItem" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<ChangedItem> changedItem
           
protected  int id
           
 
Constructor Summary
IssueChangeData()
           
 
Method Summary
 java.util.List<ChangedItem> getChangedItem()
          Gets the value of the changedItem property.
 int getId()
          Gets the value of the id property.
 boolean isSetChangedItem()
           
 boolean isSetId()
           
 void setId(int value)
          Sets the value of the id property.
 void unsetChangedItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changedItem

protected java.util.List<ChangedItem> changedItem

id

protected int id
Constructor Detail

IssueChangeData

public IssueChangeData()
Method Detail

getChangedItem

public java.util.List<ChangedItem> getChangedItem()
Gets the value of the changedItem 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 changedItem property.

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

    getChangedItem().add(newItem);
 

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


isSetChangedItem

public boolean isSetChangedItem()

unsetChangedItem

public void unsetChangedItem()

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