com.kuka.roboticsAPI.persistenceModel.templateModel
Class MeasurementTemplate

java.lang.Object
  extended by com.kuka.roboticsAPI.persistenceModel.templateModel.MeasurementTemplate

public class MeasurementTemplate
extends Object

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

calculationError

protected Double calculationError

timestamp

protected long timestamp

method

protected String method
Constructor Detail

MeasurementTemplate

public MeasurementTemplate()
Method Detail

getCalculationError

public Double getCalculationError()
Gets the value of the calculationError property.

Returns:
possible object is Double

setCalculationError

public void setCalculationError(Double value)
Sets the value of the calculationError property.

Parameters:
value - allowed object is Double

getTimestamp

public long getTimestamp()
Gets the value of the timestamp property.


setTimestamp

public void setTimestamp(long value)
Sets the value of the timestamp property.


getMethod

public String getMethod()
Gets the value of the method property.

Returns:
possible object is String

setMethod

public void setMethod(String value)
Sets the value of the method property.

Parameters:
value - allowed object is String


Copyright © 2019. All rights reserved.