Class VecWireEndAccessorySpecification

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

public class VecWireEndAccessorySpecification extends VecPartOrUsageRelatedSpecification implements Serializable, Visitable

WireEndAccessorySpecificationsare describing parts that are used for a treatment of a wire end before the actual terminal is attached to theWireEnd(e.g. a ferrule).

The actual specification is done by the referencedWireReceptionSpecificationsince aWireEndAccessoryis basically just a singleWireReception.

Java class for WireEndAccessorySpecification complex type.

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


 <complexType name="WireEndAccessorySpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}PartOrUsageRelatedSpecification">
       <sequence>
         <element name="WireReceptionSpecification" type="{http://www.prostep.org/ecad-if/2011/vec}WireReceptionSpecification" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: