com.kuka.roboticsAPI.persistenceModel.processDataModel.generated
Class ProcessData

java.lang.Object
  extended by com.kuka.roboticsAPI.persistenceModel.processDataModel.generated.ProcessData

public class ProcessData
extends Object

Java class for processData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="processData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" use="required" type="{}javaConformType" />
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="defaultValue" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="dataType" use="required" type="{}validProcessDataTypes" />
       <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="min" type="{}validDoubleType" />
       <attribute name="max" type="{}validDoubleType" />
       <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="editableOnHmi" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="visibleOnHmi" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String comment
           
protected  ValidProcessDataTypes dataType
           
protected  String defaultValue
           
protected  String displayName
           
protected  Boolean editableOnHmi
           
protected  String id
           
protected  Double max
           
protected  Double min
           
protected  String unit
           
protected  String value
           
protected  Boolean visibleOnHmi
           
 
Constructor Summary
ProcessData()
           
 
Method Summary
 String getComment()
          Gets the value of the comment property.
 ValidProcessDataTypes getDataType()
          Gets the value of the dataType property.
 String getDefaultValue()
          Gets the value of the defaultValue property.
 String getDisplayName()
          Gets the value of the displayName property.
 String getId()
          Gets the value of the id property.
 Double getMax()
          Gets the value of the max property.
 Double getMin()
          Gets the value of the min property.
 String getUnit()
          Gets the value of the unit property.
 String getValue()
          Gets the value of the value property.
 Boolean isEditableOnHmi()
          Gets the value of the editableOnHmi property.
 Boolean isVisibleOnHmi()
          Gets the value of the visibleOnHmi property.
 void setComment(String value)
          Sets the value of the comment property.
 void setDataType(ValidProcessDataTypes value)
          Sets the value of the dataType property.
 void setDefaultValue(String value)
          Sets the value of the defaultValue property.
 void setDisplayName(String value)
          Sets the value of the displayName property.
 void setEditableOnHmi(Boolean value)
          Sets the value of the editableOnHmi property.
 void setId(String value)
          Sets the value of the id property.
 void setMax(Double value)
          Sets the value of the max property.
 void setMin(Double value)
          Sets the value of the min property.
 void setUnit(String value)
          Sets the value of the unit property.
 void setValue(String value)
          Sets the value of the value property.
 void setVisibleOnHmi(Boolean value)
          Sets the value of the visibleOnHmi property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

value

protected volatile String value

defaultValue

protected volatile String defaultValue

dataType

protected ValidProcessDataTypes dataType

displayName

protected String displayName

unit

protected String unit

min

protected volatile Double min

max

protected volatile Double max

comment

protected volatile String comment

editableOnHmi

protected Boolean editableOnHmi

visibleOnHmi

protected Boolean visibleOnHmi
Constructor Detail

ProcessData

public ProcessData()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getDefaultValue

public String getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is String

setDefaultValue

public void setDefaultValue(String value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is String

getDataType

public ValidProcessDataTypes getDataType()
Gets the value of the dataType property.

Returns:
possible object is ValidProcessDataTypes

setDataType

public void setDataType(ValidProcessDataTypes value)
Sets the value of the dataType property.

Parameters:
value - allowed object is ValidProcessDataTypes

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getUnit

public String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String

getMin

public Double getMin()
Gets the value of the min property.

Returns:
possible object is Double

setMin

public void setMin(Double value)
Sets the value of the min property.

Parameters:
value - allowed object is Double

getMax

public Double getMax()
Gets the value of the max property.

Returns:
possible object is Double

setMax

public void setMax(Double value)
Sets the value of the max property.

Parameters:
value - allowed object is Double

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

isEditableOnHmi

public Boolean isEditableOnHmi()
Gets the value of the editableOnHmi property.

Returns:
possible object is Boolean

setEditableOnHmi

public void setEditableOnHmi(Boolean value)
Sets the value of the editableOnHmi property.

Parameters:
value - allowed object is Boolean

isVisibleOnHmi

public Boolean isVisibleOnHmi()
Gets the value of the visibleOnHmi property.

Returns:
possible object is Boolean

setVisibleOnHmi

public void setVisibleOnHmi(Boolean value)
Sets the value of the visibleOnHmi property.

Parameters:
value - allowed object is Boolean


Copyright © 2019. All rights reserved.