|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
public class CommitDailyProjectData
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"> <sequence> <element ref="{}MemberData" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{}Project"/> <attribute ref="{}Owner"/> <attribute ref="{}StartTime"/> <attribute ref="{}Type"/> <attribute ref="{}Tool"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<MemberData> |
memberData
|
protected java.lang.String |
owner
|
protected java.lang.String |
project
|
protected javax.xml.datatype.XMLGregorianCalendar |
startTime
|
protected java.lang.String |
tool
|
protected java.lang.String |
type
|
Constructor Summary | |
---|---|
CommitDailyProjectData()
|
Method Summary | |
---|---|
java.util.List<MemberData> |
getMemberData()
Gets the value of the memberData property. |
java.lang.String |
getOwner()
Gets the value of the owner property. |
java.lang.String |
getProject()
Gets the value of the project property. |
javax.xml.datatype.XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
java.lang.String |
getTool()
Gets the value of the tool property. |
java.lang.String |
getType()
Gets the value of the type property. |
boolean |
isSetMemberData()
|
boolean |
isSetOwner()
|
boolean |
isSetProject()
|
boolean |
isSetStartTime()
|
boolean |
isSetTool()
|
boolean |
isSetType()
|
void |
setOwner(java.lang.String value)
Sets the value of the owner property. |
void |
setProject(java.lang.String value)
Sets the value of the project property. |
void |
setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property. |
void |
setTool(java.lang.String value)
Sets the value of the tool property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
unsetMemberData()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<MemberData> memberData
protected java.lang.String project
protected java.lang.String owner
protected javax.xml.datatype.XMLGregorianCalendar startTime
protected java.lang.String type
protected java.lang.String tool
Constructor Detail |
---|
public CommitDailyProjectData()
Method Detail |
---|
public java.util.List<MemberData> getMemberData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the memberData property.
For example, to add a new item, do as follows:
getMemberData().add(newItem);
Objects of the following type(s) are allowed in the list
MemberData
public boolean isSetMemberData()
public void unsetMemberData()
public java.lang.String getProject()
String
public void setProject(java.lang.String value)
value
- allowed object is
String
public boolean isSetProject()
public java.lang.String getOwner()
String
public void setOwner(java.lang.String value)
value
- allowed object is
String
public boolean isSetOwner()
public javax.xml.datatype.XMLGregorianCalendar getStartTime()
XMLGregorianCalendar
public void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetStartTime()
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public boolean isSetType()
public java.lang.String getTool()
String
public void setTool(java.lang.String value)
value
- allowed object is
String
public boolean isSetTool()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |