|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.persistenceModel.templateModel.TemplateElement
public abstract class TemplateElement
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 |
|---|
protected FramesTemplate frames
protected AdditionalInformation additionalInformation
protected UserInformation userInformation
protected String name
protected String clazz
protected Boolean singleton
| Constructor Detail |
|---|
public TemplateElement()
| Method Detail |
|---|
public FramesTemplate getFrames()
FramesTemplatepublic void setFrames(FramesTemplate value)
value - allowed object is FramesTemplatepublic AdditionalInformation getAdditionalInformation()
AdditionalInformationpublic void setAdditionalInformation(AdditionalInformation value)
value - allowed object is AdditionalInformationpublic UserInformation getUserInformation()
UserInformationpublic void setUserInformation(UserInformation value)
value - allowed object is UserInformationpublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is Stringpublic Boolean isSingleton()
Booleanpublic void setSingleton(Boolean value)
value - allowed object is Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||