Class VecDefaultDimensionSpecification

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasDescription<VecAbstractLocalizedString>, HasIdentification, HasModifiableIdentification, Visitable, Serializable

public class VecDefaultDimensionSpecification extends VecSpecification implements Serializable, Visitable
DefaultDimensionSpecification

Java class for DefaultDimensionSpecification complex type.

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


 <complexType name="DefaultDimensionSpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}Specification">
       <sequence>
         <element name="DefaultDimension" type="{http://www.prostep.org/ecad-if/2011/vec}DefaultDimension"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • VecDefaultDimensionSpecification

      public VecDefaultDimensionSpecification()
  • Method Details