|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.persistenceModel.templateModel.MeasurementTemplate
public class MeasurementTemplate
Java class for measurementTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="measurementTemplate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="calculationError" type="{}validDoubleType" />
<attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Double |
calculationError
|
protected String |
method
|
protected long |
timestamp
|
| Constructor Summary | |
|---|---|
MeasurementTemplate()
|
|
| Method Summary | |
|---|---|
Double |
getCalculationError()
Gets the value of the calculationError property. |
String |
getMethod()
Gets the value of the method property. |
long |
getTimestamp()
Gets the value of the timestamp property. |
void |
setCalculationError(Double value)
Sets the value of the calculationError property. |
void |
setMethod(String value)
Sets the value of the method property. |
void |
setTimestamp(long value)
Sets the value of the timestamp property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Double calculationError
protected long timestamp
protected String method
| Constructor Detail |
|---|
public MeasurementTemplate()
| Method Detail |
|---|
public Double getCalculationError()
Doublepublic void setCalculationError(Double value)
value - allowed object is Doublepublic long getTimestamp()
public void setTimestamp(long value)
public String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||