|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.jdepend.jaxb.JDepend
public class JDepend
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="{}Packages"/> <element ref="{}Cycles"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Cycles |
cycles
|
protected Packages |
packages
|
Constructor Summary | |
---|---|
JDepend()
|
Method Summary | |
---|---|
Cycles |
getCycles()
Gets the value of the cycles property. |
Packages |
getPackages()
Gets the value of the packages property. |
void |
setCycles(Cycles value)
Sets the value of the cycles property. |
void |
setPackages(Packages value)
Sets the value of the packages property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Packages packages
protected Cycles cycles
Constructor Detail |
---|
public JDepend()
Method Detail |
---|
public Packages getPackages()
Packages
public void setPackages(Packages value)
value
- allowed object is
Packages
public Cycles getCycles()
Cycles
public void setCycles(Cycles value)
value
- allowed object is
Cycles
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |