com.kuka.roboticsAPI.persistenceModel.templateModel
Class InfoTemplate

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

public class InfoTemplate
extends Object

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

base

protected String base

controller

protected String controller

creationTime

protected String creationTime

device

protected String device

tool

protected String tool

type

protected String type

key

protected String key

value

protected String value

displayName

protected String displayName
Constructor Detail

InfoTemplate

public InfoTemplate()
Method Detail

getBase

public String getBase()
Gets the value of the base property.

Returns:
possible object is String

setBase

public void setBase(String value)
Sets the value of the base property.

Parameters:
value - allowed object is String

getController

public String getController()
Gets the value of the controller property.

Returns:
possible object is String

setController

public void setController(String value)
Sets the value of the controller property.

Parameters:
value - allowed object is String

getCreationTime

public String getCreationTime()
Gets the value of the creationTime property.

Returns:
possible object is String

setCreationTime

public void setCreationTime(String value)
Sets the value of the creationTime property.

Parameters:
value - allowed object is String

getDevice

public String getDevice()
Gets the value of the device property.

Returns:
possible object is String

setDevice

public void setDevice(String value)
Sets the value of the device property.

Parameters:
value - allowed object is String

getTool

public String getTool()
Gets the value of the tool property.

Returns:
possible object is String

setTool

public void setTool(String value)
Sets the value of the tool property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getKey

public String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Sets the value of the key 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

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


Copyright © 2019. All rights reserved.