|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.build.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="{}Success"/> <attribute ref="{}Failure"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Integer |
failure
|
protected java.lang.String |
memberUri
|
protected java.lang.Integer |
success
|
Constructor Summary | |
---|---|
MemberData()
|
Method Summary | |
---|---|
int |
getFailure()
Gets the value of the failure property. |
java.lang.String |
getMemberUri()
Gets the value of the memberUri property. |
int |
getSuccess()
Gets the value of the success property. |
boolean |
isSetFailure()
|
boolean |
isSetMemberUri()
|
boolean |
isSetSuccess()
|
void |
setFailure(int value)
Sets the value of the failure property. |
void |
setMemberUri(java.lang.String value)
Sets the value of the memberUri property. |
void |
setSuccess(int value)
Sets the value of the success property. |
void |
unsetFailure()
|
void |
unsetSuccess()
|
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 success
protected java.lang.Integer failure
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 getSuccess()
Integer
public void setSuccess(int value)
value
- allowed object is
Integer
public boolean isSetSuccess()
public void unsetSuccess()
public int getFailure()
Integer
public void setFailure(int value)
value
- allowed object is
Integer
public boolean isSetFailure()
public void unsetFailure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |