|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensorbase.resource.projects.jaxb.SensorDataSummary
public class SensorDataSummary
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>
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 |
---|
protected java.lang.String sensorDataType
protected java.lang.String tool
protected java.math.BigInteger numInstances
Constructor Detail |
---|
public SensorDataSummary()
Method Detail |
---|
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 getTool()
String
public void setTool(java.lang.String value)
value
- allowed object is
String
public boolean isSetTool()
public java.math.BigInteger getNumInstances()
BigInteger
public void setNumInstances(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetNumInstances()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |