Class DimensionsType


  • public class DimensionsType
    extends Object

    Java class for DimensionsType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DimensionsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}decimal" />
           <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}decimal" />
           <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}decimal" />
         </restriction>
       </complexContent>
     </complexType>