|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.jdepend.jaxb.Package
public class Package
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 |
---|
protected java.lang.String error
protected Stats stats
protected AbstractClasses abstractClasses
protected ConcreteClasses concreteClasses
protected DependsUpon dependsUpon
protected UsedBy usedBy
protected java.lang.String name
Constructor Detail |
---|
public Package()
Method Detail |
---|
public java.lang.String getError()
String
public void setError(java.lang.String value)
value
- allowed object is
String
public Stats getStats()
Stats
public void setStats(Stats value)
value
- allowed object is
Stats
public AbstractClasses getAbstractClasses()
AbstractClasses
public void setAbstractClasses(AbstractClasses value)
value
- allowed object is
AbstractClasses
public ConcreteClasses getConcreteClasses()
ConcreteClasses
public void setConcreteClasses(ConcreteClasses value)
value
- allowed object is
ConcreteClasses
public DependsUpon getDependsUpon()
DependsUpon
public void setDependsUpon(DependsUpon value)
value
- allowed object is
DependsUpon
public UsedBy getUsedBy()
UsedBy
public void setUsedBy(UsedBy value)
value
- allowed object is
UsedBy
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |