org.hackystat.sensor.xmldata.jaxb
Class Entry

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

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


Field Summary
protected  java.lang.String resource
           
protected  java.lang.String tool
           
 
Constructor Summary
Entry()
           
 
Method Summary
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 java.lang.String getResource()
          Gets the value of the resource property.
 java.lang.String getTool()
          Gets the value of the tool property.
 void setResource(java.lang.String value)
          Sets the value of the resource property.
 void setTool(java.lang.String value)
          Sets the value of the tool property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tool

protected java.lang.String tool

resource

protected java.lang.String resource
Constructor Detail

Entry

public Entry()
Method Detail

getTool

public java.lang.String getTool()
Gets the value of the tool property.

Returns:
possible object is String

setTool

public void setTool(java.lang.String value)
Sets the value of the tool property.

Parameters:
value - allowed object is String

getResource

public java.lang.String getResource()
Gets the value of the resource property.

Returns:
possible object is String

setResource

public void setResource(java.lang.String value)
Sets the value of the resource property.

Parameters:
value - allowed object is String

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null