Class DimensionsType


  • public class DimensionsType
    extends Object
    <p>Java class for DimensionsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DimensionsType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="length" type="{http://www.w3.org/2001/XMLSchema}decimal" /&gt; &lt;attribute name="width" type="{http://www.w3.org/2001/XMLSchema}decimal" /&gt; &lt;attribute name="height" type="{http://www.w3.org/2001/XMLSchema}decimal" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>