|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.complexity.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="{}ComplexityValues use="required""/> <attribute ref="{}TotalLines use="required""/> </restriction> </complexContent> </complexType>
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 |
---|
protected java.lang.String fileUri
protected java.lang.String complexityValues
protected java.lang.String totalLines
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 java.lang.String getComplexityValues()
String
public void setComplexityValues(java.lang.String value)
value
- allowed object is
String
public boolean isSetComplexityValues()
public java.lang.String getTotalLines()
String
public void setTotalLines(java.lang.String value)
value
- allowed object is
String
public boolean isSetTotalLines()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |