org.hackystat.sensor.ant.emma.jaxb
Class Classes

java.lang.Object
  extended by org.hackystat.sensor.ant.emma.jaxb.Classes

public class Classes
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="value" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer value
           
 
Constructor Summary
Classes()
           
 
Method Summary
 java.lang.Integer getValue()
          Gets the value of the value property.
 void setValue(java.lang.Integer value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.Integer value
Constructor Detail

Classes

public Classes()
Method Detail

getValue

public java.lang.Integer getValue()
Gets the value of the value property.

Returns:
possible object is Integer

setValue

public void setValue(java.lang.Integer value)
Sets the value of the value property.

Parameters:
value - allowed object is Integer