com.kuka.roboticsAPI.persistenceModel.templateModel
Class RoboticsAPIData

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

public class RoboticsAPIData
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Engine" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="DataSource" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="world" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="tools" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="objectTemplates" type="{}objectTemplate" minOccurs="0"/>
         <element name="userDatas" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </all> 
       <attribute name="version" type="{}versionType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object dataSource
           
protected  Object engine
           
protected  ObjectTemplate objectTemplates
           
protected  Object tools
           
protected  Object userDatas
           
protected  BigDecimal version
           
protected  Object world
           
 
Constructor Summary
RoboticsAPIData()
           
 
Method Summary
 Object getDataSource()
          Gets the value of the dataSource property.
 Object getEngine()
          Gets the value of the engine property.
 ObjectTemplate getObjectTemplates()
          Gets the value of the objectTemplates property.
 Object getTools()
          Gets the value of the tools property.
 Object getUserDatas()
          Gets the value of the userDatas property.
 BigDecimal getVersion()
          Gets the value of the version property.
 Object getWorld()
          Gets the value of the world property.
 void setDataSource(Object value)
          Sets the value of the dataSource property.
 void setEngine(Object value)
          Sets the value of the engine property.
 void setObjectTemplates(ObjectTemplate value)
          Sets the value of the objectTemplates property.
 void setTools(Object value)
          Sets the value of the tools property.
 void setUserDatas(Object value)
          Sets the value of the userDatas property.
 void setVersion(BigDecimal value)
          Sets the value of the version property.
 void setWorld(Object value)
          Sets the value of the world property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

engine

protected Object engine

dataSource

protected Object dataSource

world

protected Object world

tools

protected Object tools

objectTemplates

protected ObjectTemplate objectTemplates

userDatas

protected Object userDatas

version

protected BigDecimal version
Constructor Detail

RoboticsAPIData

public RoboticsAPIData()
Method Detail

getEngine

public Object getEngine()
Gets the value of the engine property.

Returns:
possible object is Object

setEngine

public void setEngine(Object value)
Sets the value of the engine property.

Parameters:
value - allowed object is Object

getDataSource

public Object getDataSource()
Gets the value of the dataSource property.

Returns:
possible object is Object

setDataSource

public void setDataSource(Object value)
Sets the value of the dataSource property.

Parameters:
value - allowed object is Object

getWorld

public Object getWorld()
Gets the value of the world property.

Returns:
possible object is Object

setWorld

public void setWorld(Object value)
Sets the value of the world property.

Parameters:
value - allowed object is Object

getTools

public Object getTools()
Gets the value of the tools property.

Returns:
possible object is Object

setTools

public void setTools(Object value)
Sets the value of the tools property.

Parameters:
value - allowed object is Object

getObjectTemplates

public ObjectTemplate getObjectTemplates()
Gets the value of the objectTemplates property.

Returns:
possible object is ObjectTemplate

setObjectTemplates

public void setObjectTemplates(ObjectTemplate value)
Sets the value of the objectTemplates property.

Parameters:
value - allowed object is ObjectTemplate

getUserDatas

public Object getUserDatas()
Gets the value of the userDatas property.

Returns:
possible object is Object

setUserDatas

public void setUserDatas(Object value)
Sets the value of the userDatas property.

Parameters:
value - allowed object is Object

getVersion

public BigDecimal getVersion()
Gets the value of the version property.

Returns:
possible object is BigDecimal

setVersion

public void setVersion(BigDecimal value)
Sets the value of the version property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2019. All rights reserved.