|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileData
public class FileData
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>
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 |
---|
protected java.lang.String fileUri
protected double sizeMetricValue
Constructor Detail |
---|
public FileData()
Method Detail |
---|
public java.lang.String getFileUri()
String
public void setFileUri(java.lang.String value)
value
- allowed object is
String
public boolean isSetFileUri()
public double getSizeMetricValue()
public void setSizeMetricValue(double value)
public boolean isSetSizeMetricValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |