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

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

public class FileData
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="{}FileUri use="required""/>
       <attribute ref="{}SizeMetricValue use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String fileUri
           
protected  double sizeMetricValue
           
 
Constructor Summary
FileData()
           
 
Method Summary
 java.lang.String getFileUri()
          Gets the value of the fileUri property.
 double getSizeMetricValue()
          Gets the value of the sizeMetricValue property.
 boolean isSetFileUri()
           
 boolean isSetSizeMetricValue()
           
 void setFileUri(java.lang.String value)
          Sets the value of the fileUri property.
 void setSizeMetricValue(double value)
          Sets the value of the sizeMetricValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileUri

protected java.lang.String fileUri

sizeMetricValue

protected double sizeMetricValue
Constructor Detail

FileData

public FileData()
Method Detail

getFileUri

public java.lang.String getFileUri()
Gets the value of the fileUri property.

Returns:
possible object is String

setFileUri

public void setFileUri(java.lang.String value)
Sets the value of the fileUri property.

Parameters:
value - allowed object is String

isSetFileUri

public boolean isSetFileUri()

getSizeMetricValue

public double getSizeMetricValue()
Gets the value of the sizeMetricValue property.


setSizeMetricValue

public void setSizeMetricValue(double value)
Sets the value of the sizeMetricValue property.


isSetSizeMetricValue

public boolean isSetSizeMetricValue()