java.lang.Object
com.foursoft.harness.vec.v113.VecSize
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, Visitable, Serializable

public class VecSize extends Object implements Serializable, Identifiable, ModifiableIdentifiable, Visitable

Defines the size of an element by width & height. Per definition is width > height.

Java class for Size complex type.

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


 <complexType name="Size">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Width" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue"/>
         <element name="Height" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: