org.hackystat.sensor.xmldata.jaxb
Class XmlData

java.lang.Object
  extended by org.hackystat.sensor.xmldata.jaxb.XmlData

public class XmlData
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 ref="{}Entries"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Entries entries
           
 
Constructor Summary
XmlData()
           
 
Method Summary
 Entries getEntries()
          Gets the value of the entries property.
 void setEntries(Entries value)
          Sets the value of the entries property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entries

protected Entries entries
Constructor Detail

XmlData

public XmlData()
Method Detail

getEntries

public Entries getEntries()
Gets the value of the entries property.

Returns:
possible object is Entries

setEntries

public void setEntries(Entries value)
Sets the value of the entries property.

Parameters:
value - allowed object is Entries