|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.persistenceModel.templateModel.FrameTemplate
public class FrameTemplate
Java class for frameTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="frameTemplate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="transformation">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="x" use="required" type="{}validDoubleType" />
<attribute name="y" use="required" type="{}validDoubleType" />
<attribute name="z" use="required" type="{}validDoubleType" />
<attribute name="a" use="required" type="{}validDoubleType" />
<attribute name="b" use="required" type="{}validDoubleType" />
<attribute name="c" use="required" type="{}validDoubleType" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="additionalInformation" type="{}additionalInformation" minOccurs="0"/>
<element name="measurementTranslation" type="{}measurementTemplate" minOccurs="0"/>
<element name="measurementRotation" type="{}measurementTemplate" minOccurs="0"/>
<element name="frames" type="{}framesTemplate" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{}javaConformType" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
FrameTemplate.Transformation
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected AdditionalInformation |
additionalInformation
|
protected FramesTemplate |
frames
|
protected String |
id
|
protected MeasurementTemplate |
measurementRotation
|
protected MeasurementTemplate |
measurementTranslation
|
protected String |
name
|
protected FrameTemplate.Transformation |
transformation
|
| Constructor Summary | |
|---|---|
FrameTemplate()
|
|
| Method Summary | |
|---|---|
AdditionalInformation |
getAdditionalInformation()
Gets the value of the additionalInformation property. |
FramesTemplate |
getFrames()
Gets the value of the frames property. |
String |
getId()
Gets the value of the id property. |
MeasurementTemplate |
getMeasurementRotation()
Gets the value of the measurementRotation property. |
MeasurementTemplate |
getMeasurementTranslation()
Gets the value of the measurementTranslation property. |
String |
getName()
Gets the value of the name property. |
FrameTemplate.Transformation |
getTransformation()
Gets the value of the transformation property. |
void |
setAdditionalInformation(AdditionalInformation value)
Sets the value of the additionalInformation property. |
void |
setFrames(FramesTemplate value)
Sets the value of the frames property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMeasurementRotation(MeasurementTemplate value)
Sets the value of the measurementRotation property. |
void |
setMeasurementTranslation(MeasurementTemplate value)
Sets the value of the measurementTranslation property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setTransformation(FrameTemplate.Transformation value)
Sets the value of the transformation property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FrameTemplate.Transformation transformation
protected AdditionalInformation additionalInformation
protected MeasurementTemplate measurementTranslation
protected MeasurementTemplate measurementRotation
protected FramesTemplate frames
protected String name
protected String id
| Constructor Detail |
|---|
public FrameTemplate()
| Method Detail |
|---|
public FrameTemplate.Transformation getTransformation()
FrameTemplate.Transformationpublic void setTransformation(FrameTemplate.Transformation value)
value - allowed object is FrameTemplate.Transformationpublic AdditionalInformation getAdditionalInformation()
AdditionalInformationpublic void setAdditionalInformation(AdditionalInformation value)
value - allowed object is AdditionalInformationpublic MeasurementTemplate getMeasurementTranslation()
MeasurementTemplatepublic void setMeasurementTranslation(MeasurementTemplate value)
value - allowed object is MeasurementTemplatepublic MeasurementTemplate getMeasurementRotation()
MeasurementTemplatepublic void setMeasurementRotation(MeasurementTemplate value)
value - allowed object is MeasurementTemplatepublic FramesTemplate getFrames()
FramesTemplatepublic void setFrames(FramesTemplate value)
value - allowed object is FramesTemplatepublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||