org.hackystat.sensor.xmldata.jaxb
Class XmlData
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entries
protected Entries entries
XmlData
public XmlData()
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