|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.unittest.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.math.BigInteger |
failure
|
protected java.lang.String |
memberUri
|
protected java.math.BigInteger |
success
|
Constructor Summary | |
---|---|
MemberData()
|
Method Summary | |
---|---|
java.math.BigInteger |
getFailure()
Gets the value of the failure property. |
java.lang.String |
getMemberUri()
Gets the value of the memberUri property. |
java.math.BigInteger |
getSuccess()
Gets the value of the success property. |
boolean |
isSetFailure()
|
boolean |
isSetMemberUri()
|
boolean |
isSetSuccess()
|
void |
setFailure(java.math.BigInteger value)
Sets the value of the failure property. |
void |
setMemberUri(java.lang.String value)
Sets the value of the memberUri property. |
void |
setSuccess(java.math.BigInteger value)
Sets the value of the success property. |
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.math.BigInteger success
protected java.math.BigInteger 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 java.math.BigInteger getSuccess()
BigInteger
public void setSuccess(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetSuccess()
public java.math.BigInteger getFailure()
BigInteger
public void setFailure(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetFailure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |