|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.devtime.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 use="required""/> <attribute ref="{}DevTime use="required""/> </restriction> </complexContent> </complexType>
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 |
---|
protected java.lang.String memberUri
protected java.math.BigInteger devTime
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 getDevTime()
BigInteger
public void setDevTime(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetDevTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |