|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.persistenceModel.processDataModel.generated.ProcessData
public class ProcessData
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 |
|---|
protected String id
protected volatile String value
protected volatile String defaultValue
protected ValidProcessDataTypes dataType
protected String displayName
protected String unit
protected volatile Double min
protected volatile Double max
protected volatile String comment
protected Boolean editableOnHmi
protected Boolean visibleOnHmi
| Constructor Detail |
|---|
public ProcessData()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is Stringpublic ValidProcessDataTypes getDataType()
ValidProcessDataTypespublic void setDataType(ValidProcessDataTypes value)
value - allowed object is ValidProcessDataTypespublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is Stringpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is Stringpublic Double getMin()
Doublepublic void setMin(Double value)
value - allowed object is Doublepublic Double getMax()
Doublepublic void setMax(Double value)
value - allowed object is Doublepublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is Stringpublic Boolean isEditableOnHmi()
Booleanpublic void setEditableOnHmi(Boolean value)
value - allowed object is Booleanpublic Boolean isVisibleOnHmi()
Booleanpublic void setVisibleOnHmi(Boolean value)
value - allowed object is Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||