Class VecCoreSpecification

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

public class VecCoreSpecification extends VecConductorSpecification implements Serializable, Visitable

Defines the properties of a circular conductor (core) which are specific for them.

Java class for CoreSpecification complex type.

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


 <complexType name="CoreSpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}ConductorSpecification">
       <sequence>
         <element name="OutsideDiameter" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • outsideDiameter

      protected VecNumericalValue outsideDiameter

      Specifies the outside diameter of the core.

  • Constructor Details

    • VecCoreSpecification

      public VecCoreSpecification()
  • Method Details