|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.persistenceModel.templateModel.InfoTemplate
public class InfoTemplate
Java class for infoTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="infoTemplate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="base" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="controller" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="creationTime" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="device" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tool" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
base
|
protected String |
controller
|
protected String |
creationTime
|
protected String |
device
|
protected String |
displayName
|
protected String |
key
|
protected String |
tool
|
protected String |
type
|
protected String |
value
|
| Constructor Summary | |
|---|---|
InfoTemplate()
|
|
| Method Summary | |
|---|---|
String |
getBase()
Gets the value of the base property. |
String |
getController()
Gets the value of the controller property. |
String |
getCreationTime()
Gets the value of the creationTime property. |
String |
getDevice()
Gets the value of the device property. |
String |
getDisplayName()
Gets the value of the displayName property. |
String |
getKey()
Gets the value of the key property. |
String |
getTool()
Gets the value of the tool property. |
String |
getType()
Gets the value of the type property. |
String |
getValue()
Gets the value of the value property. |
void |
setBase(String value)
Sets the value of the base property. |
void |
setController(String value)
Sets the value of the controller property. |
void |
setCreationTime(String value)
Sets the value of the creationTime property. |
void |
setDevice(String value)
Sets the value of the device property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setKey(String value)
Sets the value of the key property. |
void |
setTool(String value)
Sets the value of the tool property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String base
protected String controller
protected String creationTime
protected String device
protected String tool
protected String type
protected String key
protected String value
protected String displayName
| Constructor Detail |
|---|
public InfoTemplate()
| Method Detail |
|---|
public String getBase()
Stringpublic void setBase(String value)
value - allowed object is Stringpublic String getController()
Stringpublic void setController(String value)
value - allowed object is Stringpublic String getCreationTime()
Stringpublic void setCreationTime(String value)
value - allowed object is Stringpublic String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is Stringpublic String getTool()
Stringpublic void setTool(String value)
value - allowed object is Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||