public class DimensionsType extends Object
Java class for dimensions_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dimensions_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="width" type="{}positive_double"/>
<element name="height" type="{}positive_double"/>
<element name="depth" type="{}positive_double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
depth |
protected double |
height |
protected double |
width |
| Constructor and Description |
|---|
DimensionsType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDepth()
Gets the value of the depth property.
|
double |
getHeight()
Gets the value of the height property.
|
double |
getWidth()
Gets the value of the width property.
|
void |
setDepth(Double value)
Sets the value of the depth property.
|
void |
setHeight(double value)
Sets the value of the height property.
|
void |
setWidth(double value)
Sets the value of the width property.
|
protected double width
protected double height
protected Double depth
public double getWidth()
public void setWidth(double value)
public double getHeight()
public void setHeight(double value)
public Double getDepth()
DoubleCopyright © 2014 VRP-REP. All rights reserved.