|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.persistenceModel.templateModel.TemplateElement
com.kuka.roboticsAPI.persistenceModel.templateModel.ToolTemplate
public class ToolTemplate
Java class for toolTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="toolTemplate">
<complexContent>
<extension base="{}templateElement">
<sequence>
<element name="loadData" type="{}loadDataTemplate"/>
</sequence>
<attribute name="defaultMotionFrameRef" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
defaultMotionFrameRef
|
protected LoadDataTemplate |
loadData
|
| Fields inherited from class com.kuka.roboticsAPI.persistenceModel.templateModel.TemplateElement |
|---|
additionalInformation, clazz, frames, name, singleton, userInformation |
| Constructor Summary | |
|---|---|
ToolTemplate()
|
|
| Method Summary | |
|---|---|
String |
getDefaultMotionFrameRef()
Gets the value of the defaultMotionFrameRef property. |
LoadDataTemplate |
getLoadData()
Gets the value of the loadData property. |
void |
setDefaultMotionFrameRef(String value)
Sets the value of the defaultMotionFrameRef property. |
void |
setLoadData(LoadDataTemplate value)
Sets the value of the loadData property. |
| Methods inherited from class com.kuka.roboticsAPI.persistenceModel.templateModel.TemplateElement |
|---|
getAdditionalInformation, getClazz, getFrames, getName, getUserInformation, isSingleton, setAdditionalInformation, setClazz, setFrames, setName, setSingleton, setUserInformation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LoadDataTemplate loadData
protected String defaultMotionFrameRef
| Constructor Detail |
|---|
public ToolTemplate()
| Method Detail |
|---|
public LoadDataTemplate getLoadData()
LoadDataTemplatepublic void setLoadData(LoadDataTemplate value)
value - allowed object is LoadDataTemplatepublic String getDefaultMotionFrameRef()
Stringpublic void setDefaultMotionFrameRef(String value)
value - allowed object is String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||