org.hackystat.sensor.ant.jdepend.jaxb
Class JDepend

java.lang.Object
  extended by org.hackystat.sensor.ant.jdepend.jaxb.JDepend

public class JDepend
extends java.lang.Object

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

packages

protected Packages packages

cycles

protected Cycles cycles
Constructor Detail

JDepend

public JDepend()
Method Detail

getPackages

public Packages getPackages()
Gets the value of the packages property.

Returns:
possible object is Packages

setPackages

public void setPackages(Packages value)
Sets the value of the packages property.

Parameters:
value - allowed object is Packages

getCycles

public Cycles getCycles()
Gets the value of the cycles property.

Returns:
possible object is Cycles

setCycles

public void setCycles(Cycles value)
Sets the value of the cycles property.

Parameters:
value - allowed object is Cycles