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

java.lang.Object
  extended by org.hackystat.dailyprojectdata.resource.build.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.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

memberUri

protected java.lang.String memberUri

success

protected java.lang.Integer success

failure

protected java.lang.Integer 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 int getSuccess()
Gets the value of the success property.

Returns:
possible object is Integer

setSuccess

public void setSuccess(int value)
Sets the value of the success property.

Parameters:
value - allowed object is Integer

isSetSuccess

public boolean isSetSuccess()

unsetSuccess

public void unsetSuccess()

getFailure

public int getFailure()
Gets the value of the failure property.

Returns:
possible object is Integer

setFailure

public void setFailure(int value)
Sets the value of the failure property.

Parameters:
value - allowed object is Integer

isSetFailure

public boolean isSetFailure()

unsetFailure

public void unsetFailure()