org.hackystat.sensor.ant.findbugs.jaxb
Class Class
java.lang.Object
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 |
classname
protected java.lang.String classname
Class
public Class()
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