|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensorbase.resource.sensordata.jaxb.SensorData
public class SensorData
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="{}Timestamp"/> <element ref="{}Runtime"/> <element ref="{}Tool"/> <element ref="{}SensorDataType"/> <element ref="{}Resource"/> <element ref="{}Owner"/> <element ref="{}Properties"/> </sequence> <attribute ref="{}LastMod"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
lastMod
|
protected java.lang.String |
owner
|
protected Properties |
properties
|
protected java.lang.String |
resource
|
protected javax.xml.datatype.XMLGregorianCalendar |
runtime
|
protected java.lang.String |
sensorDataType
|
protected javax.xml.datatype.XMLGregorianCalendar |
timestamp
|
protected java.lang.String |
tool
|
Constructor Summary | |
---|---|
SensorData()
|
Method Summary | |
---|---|
void |
addProperty(java.lang.String key,
java.lang.String value)
Adds a new property to this instance with the specified key and value. |
Property |
findProperty(java.lang.String key)
Returns the first Property instance with the specified key, or null if not found. |
javax.xml.datatype.XMLGregorianCalendar |
getLastMod()
Gets the value of the lastMod property. |
java.lang.String |
getOwner()
Gets the value of the owner property. |
Properties |
getProperties()
Gets the value of the properties property. |
java.lang.String |
getResource()
Gets the value of the resource property. |
javax.xml.datatype.XMLGregorianCalendar |
getRuntime()
Gets the value of the runtime property. |
java.lang.String |
getSensorDataType()
Gets the value of the sensorDataType property. |
javax.xml.datatype.XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property. |
java.lang.String |
getTool()
Gets the value of the tool property. |
boolean |
isSetLastMod()
|
boolean |
isSetOwner()
|
boolean |
isSetProperties()
|
boolean |
isSetResource()
|
boolean |
isSetRuntime()
|
boolean |
isSetSensorDataType()
|
boolean |
isSetTimestamp()
|
boolean |
isSetTool()
|
void |
setLastMod(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastMod property. |
void |
setOwner(java.lang.String value)
Sets the value of the owner property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setResource(java.lang.String value)
Sets the value of the resource property. |
void |
setRuntime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the runtime property. |
void |
setSensorDataType(java.lang.String value)
Sets the value of the sensorDataType property. |
void |
setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestamp 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 javax.xml.datatype.XMLGregorianCalendar timestamp
protected javax.xml.datatype.XMLGregorianCalendar runtime
protected java.lang.String tool
protected java.lang.String sensorDataType
protected java.lang.String resource
protected java.lang.String owner
protected Properties properties
protected javax.xml.datatype.XMLGregorianCalendar lastMod
Constructor Detail |
---|
public SensorData()
Method Detail |
---|
public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetTimestamp()
public javax.xml.datatype.XMLGregorianCalendar getRuntime()
XMLGregorianCalendar
public void setRuntime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetRuntime()
public java.lang.String getTool()
String
public void setTool(java.lang.String value)
value
- allowed object is
String
public boolean isSetTool()
public java.lang.String getSensorDataType()
String
public void setSensorDataType(java.lang.String value)
value
- allowed object is
String
public boolean isSetSensorDataType()
public java.lang.String getResource()
String
public void setResource(java.lang.String value)
value
- allowed object is
String
public boolean isSetResource()
public java.lang.String getOwner()
String
public void setOwner(java.lang.String value)
value
- allowed object is
String
public boolean isSetOwner()
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public boolean isSetProperties()
public javax.xml.datatype.XMLGregorianCalendar getLastMod()
XMLGregorianCalendar
public void setLastMod(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastMod()
public Property findProperty(java.lang.String key)
key
- The key for the property of interest.
public void addProperty(java.lang.String key, java.lang.String value)
key
- The key for the new property.value
- The value for the new property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |