org.vrprep.model.instance
Class DimensionsType

java.lang.Object
  extended by org.vrprep.model.instance.DimensionsType

public class DimensionsType
extends Object

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

width

protected double width

height

protected double height

depth

protected Double depth
Constructor Detail

DimensionsType

public DimensionsType()
Method Detail

getWidth

public double getWidth()
Gets the value of the width property.


setWidth

public void setWidth(double value)
Sets the value of the width property.


getHeight

public double getHeight()
Gets the value of the height property.


setHeight

public void setHeight(double value)
Sets the value of the height property.


getDepth

public Double getDepth()
Gets the value of the depth property.

Returns:
possible object is Double

setDepth

public void setDepth(Double value)
Sets the value of the depth property.

Parameters:
value - allowed object is Double


Copyright © 2014 VRP-REP. All rights reserved.