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

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

See Also:
Serialized Form

Field Summary
protected  java.math.BigInteger devTime
           
protected  java.lang.String memberUri
           
 
Constructor Summary
MemberData()
           
 
Method Summary
 java.math.BigInteger getDevTime()
          Gets the value of the devTime property.
 java.lang.String getMemberUri()
          Gets the value of the memberUri property.
 boolean isSetDevTime()
           
 boolean isSetMemberUri()
           
 void setDevTime(java.math.BigInteger value)
          Sets the value of the devTime property.
 void setMemberUri(java.lang.String value)
          Sets the value of the memberUri 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

devTime

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

getDevTime

public java.math.BigInteger getDevTime()
Gets the value of the devTime property.

Returns:
possible object is BigInteger

setDevTime

public void setDevTime(java.math.BigInteger value)
Sets the value of the devTime property.

Parameters:
value - allowed object is BigInteger

isSetDevTime

public boolean isSetDevTime()