org.hackystat.sensorbase.resource.projects.jaxb
Class SensorDataSummary

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

public class SensorDataSummary
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="{}SensorDataType use="required""/>
       <attribute ref="{}Tool use="required""/>
       <attribute ref="{}NumInstances use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.math.BigInteger numInstances
           
protected  java.lang.String sensorDataType
           
protected  java.lang.String tool
           
 
Constructor Summary
SensorDataSummary()
           
 
Method Summary
 java.math.BigInteger getNumInstances()
          Gets the value of the numInstances property.
 java.lang.String getSensorDataType()
          Gets the value of the sensorDataType property.
 java.lang.String getTool()
          Gets the value of the tool property.
 boolean isSetNumInstances()
           
 boolean isSetSensorDataType()
           
 boolean isSetTool()
           
 void setNumInstances(java.math.BigInteger value)
          Sets the value of the numInstances property.
 void setSensorDataType(java.lang.String value)
          Sets the value of the sensorDataType 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

sensorDataType

protected java.lang.String sensorDataType

tool

protected java.lang.String tool

numInstances

protected java.math.BigInteger numInstances
Constructor Detail

SensorDataSummary

public SensorDataSummary()
Method Detail

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()

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()

getNumInstances

public java.math.BigInteger getNumInstances()
Gets the value of the numInstances property.

Returns:
possible object is BigInteger

setNumInstances

public void setNumInstances(java.math.BigInteger value)
Sets the value of the numInstances property.

Parameters:
value - allowed object is BigInteger

isSetNumInstances

public boolean isSetNumInstances()