Class VecShieldSpecification

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

public class VecShieldSpecification extends VecConductorSpecification implements Serializable, Visitable

Specifies the properties of a shield.

Java class for ShieldSpecification complex type.

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


 <complexType name="ShieldSpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}ConductorSpecification">
       <sequence>
         <element name="OpticalTissueDensity" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="WindingType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • opticalTissueDensity

      protected VecNumericalValue opticalTissueDensity

      Defines the optical tissue density of the strands of a shield. This is defined as a value in percentage.

    • windingType

      protected String windingType

      Defines the type of winding of the shield. E.g. if the shield is a sheet, it can be folded around the inner elements and along them like a cigarette paper or it can be winded around them like the taping of a harness. Both types result in different manufacturing and EMC properties.

  • Constructor Details

    • VecShieldSpecification

      public VecShieldSpecification()
  • Method Details

    • getOpticalTissueDensity

      public VecNumericalValue getOpticalTissueDensity()
      Gets the value of the opticalTissueDensity property.

      Defines the optical tissue density of the strands of a shield. This is defined as a value in percentage.

      Returns:
      possible object is VecNumericalValue
    • setOpticalTissueDensity

      public void setOpticalTissueDensity(VecNumericalValue value)
      Sets the value of the opticalTissueDensity property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • getWindingType

      public String getWindingType()
      Gets the value of the windingType property.

      Defines the type of winding of the shield. E.g. if the shield is a sheet, it can be folded around the inner elements and along them like a cigarette paper or it can be winded around them like the taping of a harness. Both types result in different manufacturing and EMC properties.

      Returns:
      possible object is String
    • setWindingType

      public void setWindingType(String value)
      Sets the value of the windingType property.
      Parameters:
      value - allowed object is String
      See Also:
    • accept

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