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

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

public class Package
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 name="error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{}Stats" minOccurs="0"/>
         <element ref="{}AbstractClasses" minOccurs="0"/>
         <element ref="{}ConcreteClasses" minOccurs="0"/>
         <element ref="{}DependsUpon" minOccurs="0"/>
         <element ref="{}UsedBy" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AbstractClasses abstractClasses
           
protected  ConcreteClasses concreteClasses
           
protected  DependsUpon dependsUpon
           
protected  java.lang.String error
           
protected  java.lang.String name
           
protected  Stats stats
           
protected  UsedBy usedBy
           
 
Constructor Summary
Package()
           
 
Method Summary
 AbstractClasses getAbstractClasses()
          Gets the value of the abstractClasses property.
 ConcreteClasses getConcreteClasses()
          Gets the value of the concreteClasses property.
 DependsUpon getDependsUpon()
          Gets the value of the dependsUpon property.
 java.lang.String getError()
          Gets the value of the error property.
 java.lang.String getName()
          Gets the value of the name property.
 Stats getStats()
          Gets the value of the stats property.
 UsedBy getUsedBy()
          Gets the value of the usedBy property.
 void setAbstractClasses(AbstractClasses value)
          Sets the value of the abstractClasses property.
 void setConcreteClasses(ConcreteClasses value)
          Sets the value of the concreteClasses property.
 void setDependsUpon(DependsUpon value)
          Sets the value of the dependsUpon property.
 void setError(java.lang.String value)
          Sets the value of the error property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setStats(Stats value)
          Sets the value of the stats property.
 void setUsedBy(UsedBy value)
          Sets the value of the usedBy property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

error

protected java.lang.String error

stats

protected Stats stats

abstractClasses

protected AbstractClasses abstractClasses

concreteClasses

protected ConcreteClasses concreteClasses

dependsUpon

protected DependsUpon dependsUpon

usedBy

protected UsedBy usedBy

name

protected java.lang.String name
Constructor Detail

Package

public Package()
Method Detail

getError

public java.lang.String getError()
Gets the value of the error property.

Returns:
possible object is String

setError

public void setError(java.lang.String value)
Sets the value of the error property.

Parameters:
value - allowed object is String

getStats

public Stats getStats()
Gets the value of the stats property.

Returns:
possible object is Stats

setStats

public void setStats(Stats value)
Sets the value of the stats property.

Parameters:
value - allowed object is Stats

getAbstractClasses

public AbstractClasses getAbstractClasses()
Gets the value of the abstractClasses property.

Returns:
possible object is AbstractClasses

setAbstractClasses

public void setAbstractClasses(AbstractClasses value)
Sets the value of the abstractClasses property.

Parameters:
value - allowed object is AbstractClasses

getConcreteClasses

public ConcreteClasses getConcreteClasses()
Gets the value of the concreteClasses property.

Returns:
possible object is ConcreteClasses

setConcreteClasses

public void setConcreteClasses(ConcreteClasses value)
Sets the value of the concreteClasses property.

Parameters:
value - allowed object is ConcreteClasses

getDependsUpon

public DependsUpon getDependsUpon()
Gets the value of the dependsUpon property.

Returns:
possible object is DependsUpon

setDependsUpon

public void setDependsUpon(DependsUpon value)
Sets the value of the dependsUpon property.

Parameters:
value - allowed object is DependsUpon

getUsedBy

public UsedBy getUsedBy()
Gets the value of the usedBy property.

Returns:
possible object is UsedBy

setUsedBy

public void setUsedBy(UsedBy value)
Sets the value of the usedBy property.

Parameters:
value - allowed object is UsedBy

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String