Class VecFlatCoreSpecification

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

public class VecFlatCoreSpecification extends VecConductorSpecification implements Serializable, Visitable

Defines the properties of a flat (rectangular) conductor which are specific for them.

Java class for FlatCoreSpecification complex type.

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


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

  • Constructor Details

    • VecFlatCoreSpecification

      public VecFlatCoreSpecification()
  • Method Details

    • getSize

      public VecSize getSize()
      Gets the value of the size property.
      Returns:
      possible object is VecSize
    • setSize

      public void setSize(VecSize value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is VecSize
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable