|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.xmldata.jaxb.Entry
public class Entry
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 |
---|
protected java.lang.String tool
protected java.lang.String resource
Constructor Detail |
---|
public Entry()
Method Detail |
---|
public java.lang.String getTool()
String
public void setTool(java.lang.String value)
value
- allowed object is
String
public java.lang.String getResource()
String
public void setResource(java.lang.String value)
value
- allowed object is
String
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |