|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
public class MemberData
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>
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 |
---|
protected java.lang.String memberUri
protected java.lang.Integer commits
protected java.lang.Integer linesAdded
protected java.lang.Integer linesDeleted
protected java.lang.Integer linesModified
Constructor Detail |
---|
public MemberData()
Method Detail |
---|
public java.lang.String getMemberUri()
String
public void setMemberUri(java.lang.String value)
value
- allowed object is
String
public boolean isSetMemberUri()
public int getCommits()
Integer
public void setCommits(int value)
value
- allowed object is
Integer
public boolean isSetCommits()
public void unsetCommits()
public int getLinesAdded()
Integer
public void setLinesAdded(int value)
value
- allowed object is
Integer
public boolean isSetLinesAdded()
public void unsetLinesAdded()
public int getLinesDeleted()
Integer
public void setLinesDeleted(int value)
value
- allowed object is
Integer
public boolean isSetLinesDeleted()
public void unsetLinesDeleted()
public int getLinesModified()
Integer
public void setLinesModified(int value)
value
- allowed object is
Integer
public boolean isSetLinesModified()
public void unsetLinesModified()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |