org.hackystat.sensorbase.resource.sensordata.jaxb
Class SensorDataRef

java.lang.Object
  extended by org.hackystat.sensorbase.resource.sensordata.jaxb.SensorDataRef
All Implemented Interfaces:
java.io.Serializable

public class SensorDataRef
extends java.lang.Object
implements java.io.Serializable

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 ref="{}Owner use="required""/>
       <attribute ref="{}SensorDataType use="required""/>
       <attribute ref="{}Timestamp use="required""/>
       <attribute ref="{}Tool use="required""/>
       <attribute ref="{}Href use="required""/>
       <attribute ref="{}LastMod use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String href
           
protected  javax.xml.datatype.XMLGregorianCalendar lastMod
           
protected  java.lang.String owner
           
protected  java.lang.String sensorDataType
           
protected  javax.xml.datatype.XMLGregorianCalendar timestamp
           
protected  java.lang.String tool
           
 
Constructor Summary
SensorDataRef()
           
 
Method Summary
 java.lang.String getHref()
          Gets the value of the href property.
 javax.xml.datatype.XMLGregorianCalendar getLastMod()
          Gets the value of the lastMod property.
 java.lang.String getOwner()
          Gets the value of the owner 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 isSetHref()
           
 boolean isSetLastMod()
           
 boolean isSetOwner()
           
 boolean isSetSensorDataType()
           
 boolean isSetTimestamp()
           
 boolean isSetTool()
           
 void setHref(java.lang.String value)
          Sets the value of the href property.
 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 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

owner

protected java.lang.String owner

sensorDataType

protected java.lang.String sensorDataType

timestamp

protected javax.xml.datatype.XMLGregorianCalendar timestamp

tool

protected java.lang.String tool

href

protected java.lang.String href

lastMod

protected javax.xml.datatype.XMLGregorianCalendar lastMod
Constructor Detail

SensorDataRef

public SensorDataRef()
Method Detail

getOwner

public java.lang.String getOwner()
Gets the value of the owner property.

Returns:
possible object is String

setOwner

public void setOwner(java.lang.String value)
Sets the value of the owner property.

Parameters:
value - allowed object is String

isSetOwner

public boolean isSetOwner()

getSensorDataType

public java.lang.String getSensorDataType()
Gets the value of the sensorDataType property.

Returns:
possible object is String

setSensorDataType

public void setSensorDataType(java.lang.String value)
Sets the value of the sensorDataType property.

Parameters:
value - allowed object is String

isSetSensorDataType

public boolean isSetSensorDataType()

getTimestamp

public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is XMLGregorianCalendar

setTimestamp

public void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetTimestamp

public boolean isSetTimestamp()

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

isSetTool

public boolean isSetTool()

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

isSetHref

public boolean isSetHref()

getLastMod

public javax.xml.datatype.XMLGregorianCalendar getLastMod()
Gets the value of the lastMod property.

Returns:
possible object is XMLGregorianCalendar

setLastMod

public void setLastMod(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastMod property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetLastMod

public boolean isSetLastMod()