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

java.lang.Object
  extended by org.hackystat.dailyprojectdata.resource.complexity.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="{}ComplexityValues use="required""/>
       <attribute ref="{}TotalLines use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String complexityValues
           
protected  java.lang.String fileUri
           
protected  java.lang.String totalLines
           
 
Constructor Summary
FileData()
           
 
Method Summary
 java.lang.String getComplexityValues()
          Gets the value of the complexityValues property.
 java.lang.String getFileUri()
          Gets the value of the fileUri property.
 java.lang.String getTotalLines()
          Gets the value of the totalLines property.
 boolean isSetComplexityValues()
           
 boolean isSetFileUri()
           
 boolean isSetTotalLines()
           
 void setComplexityValues(java.lang.String value)
          Sets the value of the complexityValues property.
 void setFileUri(java.lang.String value)
          Sets the value of the fileUri property.
 void setTotalLines(java.lang.String value)
          Sets the value of the totalLines 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

complexityValues

protected java.lang.String complexityValues

totalLines

protected java.lang.String totalLines
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()

getComplexityValues

public java.lang.String getComplexityValues()
Gets the value of the complexityValues property.

Returns:
possible object is String

setComplexityValues

public void setComplexityValues(java.lang.String value)
Sets the value of the complexityValues property.

Parameters:
value - allowed object is String

isSetComplexityValues

public boolean isSetComplexityValues()

getTotalLines

public java.lang.String getTotalLines()
Gets the value of the totalLines property.

Returns:
possible object is String

setTotalLines

public void setTotalLines(java.lang.String value)
Sets the value of the totalLines property.

Parameters:
value - allowed object is String

isSetTotalLines

public boolean isSetTotalLines()