Class VecMultiCavityPlugSpecification

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

public class VecMultiCavityPlugSpecification extends VecCavityPlugSpecification implements Serializable, Visitable

Specification for the definition of cavity plugs that apply to more than one cavity. A cavity plug is a water tight non-electrical object to fill an empty cavity. MultiCavityPlugs are formed to fit into one connector / slot and to seal more than one cavity at once. Normally there are different variants of these MultiCavityPlugs that can seal a connector in different pinning scenarios. The cavities that are plugged by a MultiCavityPlug are defined with a SealedCavitiesAssignment.

Java class for MultiCavityPlugSpecification complex type.

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


 <complexType name="MultiCavityPlugSpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}CavityPlugSpecification">
       <sequence>
         <element name="Assignment" type="{http://www.prostep.org/ecad-if/2011/vec}SealedCavitiesAssignment" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • assignments

      protected List<VecSealedCavitiesAssignment> assignments

      References theSealedCavitiesAssignmentsthat are valid for thisMultiCavityPlug. One individualSealedCavitiesAssignmentis used for each connector housing that matches witch thisMultiCavityPlug.

  • Constructor Details

    • VecMultiCavityPlugSpecification

      public VecMultiCavityPlugSpecification()
  • Method Details

    • getAssignments

      public List<VecSealedCavitiesAssignment> getAssignments()
      Gets the value of the assignments property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the assignments property.

      For example, to add a new item, do as follows:

          getAssignments().add(newItem);
       

      Objects of the following type(s) are allowed in the list VecSealedCavitiesAssignment

      References theSealedCavitiesAssignmentsthat are valid for thisMultiCavityPlug. One individualSealedCavitiesAssignmentis used for each connector housing that matches witch thisMultiCavityPlug.

      Returns:
      The value of the assignments property.
    • accept

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