com.kuka.roboticsAPI.persistenceModel.templateModel
Class TemplateElement

java.lang.Object
  extended by com.kuka.roboticsAPI.persistenceModel.templateModel.TemplateElement
Direct Known Subclasses:
GeometricObjectTemplate, ToolTemplate, WorkpieceTemplate

public abstract class TemplateElement
extends Object

Java class for templateElement complex type.

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

 <complexType name="templateElement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="frames" type="{}framesTemplate" minOccurs="0"/>
         <element name="additionalInformation" type="{}additionalInformation" minOccurs="0"/>
         <element name="userInformation" type="{}userInformation" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{}javaConformType" />
       <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="singleton" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AdditionalInformation additionalInformation
           
protected  String clazz
           
protected  FramesTemplate frames
           
protected  String name
           
protected  Boolean singleton
           
protected  UserInformation userInformation
           
 
Constructor Summary
TemplateElement()
           
 
Method Summary
 AdditionalInformation getAdditionalInformation()
          Gets the value of the additionalInformation property.
 String getClazz()
          Gets the value of the clazz property.
 FramesTemplate getFrames()
          Gets the value of the frames property.
 String getName()
          Gets the value of the name property.
 UserInformation getUserInformation()
          Gets the value of the userInformation property.
 Boolean isSingleton()
          Gets the value of the singleton property.
 void setAdditionalInformation(AdditionalInformation value)
          Sets the value of the additionalInformation property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setFrames(FramesTemplate value)
          Sets the value of the frames property.
 void setName(String value)
          Sets the value of the name property.
 void setSingleton(Boolean value)
          Sets the value of the singleton property.
 void setUserInformation(UserInformation value)
          Sets the value of the userInformation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frames

protected FramesTemplate frames

additionalInformation

protected AdditionalInformation additionalInformation

userInformation

protected UserInformation userInformation

name

protected String name

clazz

protected String clazz

singleton

protected Boolean singleton
Constructor Detail

TemplateElement

public TemplateElement()
Method Detail

getFrames

public FramesTemplate getFrames()
Gets the value of the frames property.

Returns:
possible object is FramesTemplate

setFrames

public void setFrames(FramesTemplate value)
Sets the value of the frames property.

Parameters:
value - allowed object is FramesTemplate

getAdditionalInformation

public AdditionalInformation getAdditionalInformation()
Gets the value of the additionalInformation property.

Returns:
possible object is AdditionalInformation

setAdditionalInformation

public void setAdditionalInformation(AdditionalInformation value)
Sets the value of the additionalInformation property.

Parameters:
value - allowed object is AdditionalInformation

getUserInformation

public UserInformation getUserInformation()
Gets the value of the userInformation property.

Returns:
possible object is UserInformation

setUserInformation

public void setUserInformation(UserInformation value)
Sets the value of the userInformation property.

Parameters:
value - allowed object is UserInformation

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getClazz

public String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

isSingleton

public Boolean isSingleton()
Gets the value of the singleton property.

Returns:
possible object is Boolean

setSingleton

public void setSingleton(Boolean value)
Sets the value of the singleton property.

Parameters:
value - allowed object is Boolean


Copyright © 2019. All rights reserved.