|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrprep.model.instance.DimensionsType
public class DimensionsType
Defines the dimensions of an 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>
| Field Summary | |
|---|---|
protected Double |
depth
|
protected double |
height
|
protected double |
width
|
| Constructor Summary | |
|---|---|
DimensionsType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double width
protected double height
protected Double depth
| Constructor Detail |
|---|
public DimensionsType()
| Method Detail |
|---|
public double getWidth()
public void setWidth(double value)
public double getHeight()
public void setHeight(double value)
public Double getDepth()
Doublepublic void setDepth(Double value)
value - allowed object is
Double
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||