org.hackystat.dailyprojectdata.resource.filemetric.jaxb
Class FileMetricDailyProjectData

java.lang.Object
  extended by org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
All Implemented Interfaces:
java.io.Serializable

public class FileMetricDailyProjectData
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">
       <sequence>
         <element ref="{}FileData" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{}Project use="required""/>
       <attribute ref="{}Owner use="required""/>
       <attribute ref="{}StartTime use="required""/>
       <attribute ref="{}SizeMetric use="required""/>
       <attribute ref="{}Tool use="required""/>
       <attribute ref="{}Total"/>
       <attribute ref="{}UriPattern"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<FileData> fileData
           
protected  java.lang.String owner
           
protected  java.lang.String project
           
protected  java.lang.String sizeMetric
           
protected  javax.xml.datatype.XMLGregorianCalendar startTime
           
protected  java.lang.String tool
           
protected  java.lang.Double total
           
protected  java.lang.String uriPattern
           
 
Constructor Summary
FileMetricDailyProjectData()
           
 
Method Summary
 java.util.List<FileData> getFileData()
          Gets the value of the fileData property.
 java.lang.String getOwner()
          Gets the value of the owner property.
 java.lang.String getProject()
          Gets the value of the project property.
 java.lang.String getSizeMetric()
          Gets the value of the sizeMetric property.
 javax.xml.datatype.XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 java.lang.String getTool()
          Gets the value of the tool property.
 double getTotal()
          Gets the value of the total property.
 java.lang.String getUriPattern()
          Gets the value of the uriPattern property.
 boolean isSetFileData()
           
 boolean isSetOwner()
           
 boolean isSetProject()
           
 boolean isSetSizeMetric()
           
 boolean isSetStartTime()
           
 boolean isSetTool()
           
 boolean isSetTotal()
           
 boolean isSetUriPattern()
           
 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 setSizeMetric(java.lang.String value)
          Sets the value of the sizeMetric 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 setTotal(double value)
          Sets the value of the total property.
 void setUriPattern(java.lang.String value)
          Sets the value of the uriPattern property.
 void unsetFileData()
           
 void unsetTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileData

protected java.util.List<FileData> fileData

project

protected java.lang.String project

owner

protected java.lang.String owner

startTime

protected javax.xml.datatype.XMLGregorianCalendar startTime

sizeMetric

protected java.lang.String sizeMetric

tool

protected java.lang.String tool

total

protected java.lang.Double total

uriPattern

protected java.lang.String uriPattern
Constructor Detail

FileMetricDailyProjectData

public FileMetricDailyProjectData()
Method Detail

getFileData

public java.util.List<FileData> getFileData()
Gets the value of the fileData property.

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 fileData property.

For example, to add a new item, do as follows:

    getFileData().add(newItem);
 

Objects of the following type(s) are allowed in the list FileData


isSetFileData

public boolean isSetFileData()

unsetFileData

public void unsetFileData()

getProject

public java.lang.String getProject()
Gets the value of the project property.

Returns:
possible object is String

setProject

public void setProject(java.lang.String value)
Sets the value of the project property.

Parameters:
value - allowed object is String

isSetProject

public boolean isSetProject()

getOwner

public java.lang.String getOwner()
Gets the value of the owner property.

Returns:
possible object is String

setOwner

public void setOwner(java.lang.String value)
Sets the value of the owner property.

Parameters:
value - allowed object is String

isSetOwner

public boolean isSetOwner()

getStartTime

public javax.xml.datatype.XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is XMLGregorianCalendar

setStartTime

public void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetStartTime

public boolean isSetStartTime()

getSizeMetric

public java.lang.String getSizeMetric()
Gets the value of the sizeMetric property.

Returns:
possible object is String

setSizeMetric

public void setSizeMetric(java.lang.String value)
Sets the value of the sizeMetric property.

Parameters:
value - allowed object is String

isSetSizeMetric

public boolean isSetSizeMetric()

getTool

public java.lang.String getTool()
Gets the value of the tool property.

Returns:
possible object is String

setTool

public void setTool(java.lang.String value)
Sets the value of the tool property.

Parameters:
value - allowed object is String

isSetTool

public boolean isSetTool()

getTotal

public double getTotal()
Gets the value of the total property.

Returns:
possible object is Double

setTotal

public void setTotal(double value)
Sets the value of the total property.

Parameters:
value - allowed object is Double

isSetTotal

public boolean isSetTotal()

unsetTotal

public void unsetTotal()

getUriPattern

public java.lang.String getUriPattern()
Gets the value of the uriPattern property.

Returns:
possible object is String

setUriPattern

public void setUriPattern(java.lang.String value)
Sets the value of the uriPattern property.

Parameters:
value - allowed object is String

isSetUriPattern

public boolean isSetUriPattern()