|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.persistenceModel.templateModel.RoboticsAPIData
public class RoboticsAPIData
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 |
|---|
protected Object engine
protected Object dataSource
protected Object world
protected Object tools
protected ObjectTemplate objectTemplates
protected Object userDatas
protected BigDecimal version
| Constructor Detail |
|---|
public RoboticsAPIData()
| Method Detail |
|---|
public Object getEngine()
Objectpublic void setEngine(Object value)
value - allowed object is Objectpublic Object getDataSource()
Objectpublic void setDataSource(Object value)
value - allowed object is Objectpublic Object getWorld()
Objectpublic void setWorld(Object value)
value - allowed object is Objectpublic Object getTools()
Objectpublic void setTools(Object value)
value - allowed object is Objectpublic ObjectTemplate getObjectTemplates()
ObjectTemplatepublic void setObjectTemplates(ObjectTemplate value)
value - allowed object is ObjectTemplatepublic Object getUserDatas()
Objectpublic void setUserDatas(Object value)
value - allowed object is Objectpublic BigDecimal getVersion()
BigDecimalpublic void setVersion(BigDecimal value)
value - allowed object is BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||