org.hackystat.sensor.ant.findbugs.jaxb
Class Class

java.lang.Object
  extended by org.hackystat.sensor.ant.findbugs.jaxb.Class

public class Class
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">
       <attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String classname
           
 
Constructor Summary
Class()
           
 
Method Summary
 java.lang.String getClassname()
          Gets the value of the classname property.
 void setClassname(java.lang.String value)
          Sets the value of the classname property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classname

protected java.lang.String classname
Constructor Detail

Class

public Class()
Method Detail

getClassname

public java.lang.String getClassname()
Gets the value of the classname property.

Returns:
possible object is String

setClassname

public void setClassname(java.lang.String value)
Sets the value of the classname property.

Parameters:
value - allowed object is String