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

java.lang.Object
  extended by org.hackystat.dailyprojectdata.resource.unittest.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="{}success"/>
       <attribute ref="{}failure"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

memberUri

protected java.lang.String memberUri

success

protected java.math.BigInteger success

failure

protected java.math.BigInteger failure
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()

getSuccess

public java.math.BigInteger getSuccess()
Gets the value of the success property.

Returns:
possible object is BigInteger

setSuccess

public void setSuccess(java.math.BigInteger value)
Sets the value of the success property.

Parameters:
value - allowed object is BigInteger

isSetSuccess

public boolean isSetSuccess()

getFailure

public java.math.BigInteger getFailure()
Gets the value of the failure property.

Returns:
possible object is BigInteger

setFailure

public void setFailure(java.math.BigInteger value)
Sets the value of the failure property.

Parameters:
value - allowed object is BigInteger

isSetFailure

public boolean isSetFailure()