org.hackystat.dailyprojectdata.resource.commit.jaxb
Class MemberData

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

public class MemberData
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="{}MemberUri"/>
       <attribute ref="{}Commits"/>
       <attribute ref="{}LinesAdded"/>
       <attribute ref="{}LinesDeleted"/>
       <attribute ref="{}LinesModified"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Integer commits
           
protected  java.lang.Integer linesAdded
           
protected  java.lang.Integer linesDeleted
           
protected  java.lang.Integer linesModified
           
protected  java.lang.String memberUri
           
 
Constructor Summary
MemberData()
           
 
Method Summary
 int getCommits()
          Gets the value of the commits property.
 int getLinesAdded()
          Gets the value of the linesAdded property.
 int getLinesDeleted()
          Gets the value of the linesDeleted property.
 int getLinesModified()
          Gets the value of the linesModified property.
 java.lang.String getMemberUri()
          Gets the value of the memberUri property.
 boolean isSetCommits()
           
 boolean isSetLinesAdded()
           
 boolean isSetLinesDeleted()
           
 boolean isSetLinesModified()
           
 boolean isSetMemberUri()
           
 void setCommits(int value)
          Sets the value of the commits property.
 void setLinesAdded(int value)
          Sets the value of the linesAdded property.
 void setLinesDeleted(int value)
          Sets the value of the linesDeleted property.
 void setLinesModified(int value)
          Sets the value of the linesModified property.
 void setMemberUri(java.lang.String value)
          Sets the value of the memberUri property.
 void unsetCommits()
           
 void unsetLinesAdded()
           
 void unsetLinesDeleted()
           
 void unsetLinesModified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

memberUri

protected java.lang.String memberUri

commits

protected java.lang.Integer commits

linesAdded

protected java.lang.Integer linesAdded

linesDeleted

protected java.lang.Integer linesDeleted

linesModified

protected java.lang.Integer linesModified
Constructor Detail

MemberData

public MemberData()
Method Detail

getMemberUri

public java.lang.String getMemberUri()
Gets the value of the memberUri property.

Returns:
possible object is String

setMemberUri

public void setMemberUri(java.lang.String value)
Sets the value of the memberUri property.

Parameters:
value - allowed object is String

isSetMemberUri

public boolean isSetMemberUri()

getCommits

public int getCommits()
Gets the value of the commits property.

Returns:
possible object is Integer

setCommits

public void setCommits(int value)
Sets the value of the commits property.

Parameters:
value - allowed object is Integer

isSetCommits

public boolean isSetCommits()

unsetCommits

public void unsetCommits()

getLinesAdded

public int getLinesAdded()
Gets the value of the linesAdded property.

Returns:
possible object is Integer

setLinesAdded

public void setLinesAdded(int value)
Sets the value of the linesAdded property.

Parameters:
value - allowed object is Integer

isSetLinesAdded

public boolean isSetLinesAdded()

unsetLinesAdded

public void unsetLinesAdded()

getLinesDeleted

public int getLinesDeleted()
Gets the value of the linesDeleted property.

Returns:
possible object is Integer

setLinesDeleted

public void setLinesDeleted(int value)
Sets the value of the linesDeleted property.

Parameters:
value - allowed object is Integer

isSetLinesDeleted

public boolean isSetLinesDeleted()

unsetLinesDeleted

public void unsetLinesDeleted()

getLinesModified

public int getLinesModified()
Gets the value of the linesModified property.

Returns:
possible object is Integer

setLinesModified

public void setLinesModified(int value)
Sets the value of the linesModified property.

Parameters:
value - allowed object is Integer

isSetLinesModified

public boolean isSetLinesModified()

unsetLinesModified

public void unsetLinesModified()