public class InertiaMatrixType extends Object
Java class for InertiaMatrixType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InertiaMatrixType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="Ixx" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Iyy" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Izz" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Ixy" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Ixz" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Iyz" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
ixx |
protected double |
ixy |
protected double |
ixz |
protected double |
iyy |
protected double |
iyz |
protected double |
izz |
Constructor and Description |
---|
InertiaMatrixType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getIxx()
Gets the value of the ixx property.
|
double |
getIxy()
Gets the value of the ixy property.
|
double |
getIxz()
Gets the value of the ixz property.
|
double |
getIyy()
Gets the value of the iyy property.
|
double |
getIyz()
Gets the value of the iyz property.
|
double |
getIzz()
Gets the value of the izz property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIxx(double value)
Sets the value of the ixx property.
|
void |
setIxy(double value)
Sets the value of the ixy property.
|
void |
setIxz(double value)
Sets the value of the ixz property.
|
void |
setIyy(double value)
Sets the value of the iyy property.
|
void |
setIyz(double value)
Sets the value of the iyz property.
|
void |
setIzz(double value)
Sets the value of the izz property.
|
protected double ixx
protected double iyy
protected double izz
protected double ixy
protected double ixz
protected double iyz
protected String description
public double getIxx()
public void setIxx(double value)
public double getIyy()
public void setIyy(double value)
public double getIzz()
public void setIzz(double value)
public double getIxy()
public void setIxy(double value)
public double getIxz()
public void setIxz(double value)
public double getIyz()
public void setIyz(double value)
public String getDescription()
String