|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.persistenceModel.templateModel.LoadDataTemplate
public class LoadDataTemplate
Java class for loadDataTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="loadDataTemplate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="cogX" use="required" type="{}validDoubleType" />
<attribute name="cogY" use="required" type="{}validDoubleType" />
<attribute name="cogZ" use="required" type="{}validDoubleType" />
<attribute name="cogA" use="required" type="{}validDoubleType" />
<attribute name="cogB" use="required" type="{}validDoubleType" />
<attribute name="cogC" use="required" type="{}validDoubleType" />
<attribute name="inertiaX" use="required" type="{}validDoubleType" />
<attribute name="inertiaY" use="required" type="{}validDoubleType" />
<attribute name="inertiaZ" use="required" type="{}validDoubleType" />
<attribute name="mass" use="required" type="{}massType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected double |
cogA
|
protected double |
cogB
|
protected double |
cogC
|
protected double |
cogX
|
protected double |
cogY
|
protected double |
cogZ
|
protected double |
inertiaX
|
protected double |
inertiaY
|
protected double |
inertiaZ
|
protected double |
mass
|
| Constructor Summary | |
|---|---|
LoadDataTemplate()
|
|
| Method Summary | |
|---|---|
double |
getCogA()
Gets the value of the cogA property. |
double |
getCogB()
Gets the value of the cogB property. |
double |
getCogC()
Gets the value of the cogC property. |
double |
getCogX()
Gets the value of the cogX property. |
double |
getCogY()
Gets the value of the cogY property. |
double |
getCogZ()
Gets the value of the cogZ property. |
double |
getInertiaX()
Gets the value of the inertiaX property. |
double |
getInertiaY()
Gets the value of the inertiaY property. |
double |
getInertiaZ()
Gets the value of the inertiaZ property. |
double |
getMass()
Gets the value of the mass property. |
void |
setCogA(double value)
Sets the value of the cogA property. |
void |
setCogB(double value)
Sets the value of the cogB property. |
void |
setCogC(double value)
Sets the value of the cogC property. |
void |
setCogX(double value)
Sets the value of the cogX property. |
void |
setCogY(double value)
Sets the value of the cogY property. |
void |
setCogZ(double value)
Sets the value of the cogZ property. |
void |
setInertiaX(double value)
Sets the value of the inertiaX property. |
void |
setInertiaY(double value)
Sets the value of the inertiaY property. |
void |
setInertiaZ(double value)
Sets the value of the inertiaZ property. |
void |
setMass(double value)
Sets the value of the mass property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double cogX
protected double cogY
protected double cogZ
protected double cogA
protected double cogB
protected double cogC
protected double inertiaX
protected double inertiaY
protected double inertiaZ
protected double mass
| Constructor Detail |
|---|
public LoadDataTemplate()
| Method Detail |
|---|
public double getCogX()
public void setCogX(double value)
public double getCogY()
public void setCogY(double value)
public double getCogZ()
public void setCogZ(double value)
public double getCogA()
public void setCogA(double value)
public double getCogB()
public void setCogB(double value)
public double getCogC()
public void setCogC(double value)
public double getInertiaX()
public void setInertiaX(double value)
public double getInertiaY()
public void setInertiaY(double value)
public double getInertiaZ()
public void setInertiaZ(double value)
public double getMass()
public void setMass(double value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||