Class VecTerminalReceptionSpecification

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

public class VecTerminalReceptionSpecification extends VecSpecification implements Serializable, Visitable

Specification for the definition of terminal receptions. A TerminalReception is the area of a terminal where the contacting with another terminal (e.g. between a connector housing and a control unit) takes place. Normally the terminal reception is placed in a cavity of a connector housing.

Java class for TerminalReceptionSpecification complex type.

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


 <complexType name="TerminalReceptionSpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}Specification">
       <sequence>
         <element name="CavityDesign" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PlatingMaterial" type="{http://www.prostep.org/ecad-if/2011/vec}Material" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PrimaryLockingType" type="{http://www.prostep.org/ecad-if/2011/vec}PrimaryLockingType" minOccurs="0"/>
         <element name="PullOutForce" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="TerminalType" type="{http://www.prostep.org/ecad-if/2011/vec}TerminalType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • cavityDesign

      protected String cavityDesign

      Specifies the structural shape of the cavity, e.g. round, flat, box that the terminal fits in.

    • platingMaterials

      protected List<VecMaterial> platingMaterials

      Specifies the plating material of the terminal reception.

    • primaryLockingType

      protected String primaryLockingType

      Specifies if the terminal reception has a primary locking and of what type it is.

    • pullOutForce

      protected VecNumericalValue pullOutForce

      The force until the terminal is pulled out of the housing (normally a not intended case). KBLFRM-366

    • terminalType

      protected VecTerminalType terminalType

      Specifies the terminal type that is associated with the terminal reception.

  • Constructor Details

    • VecTerminalReceptionSpecification

      public VecTerminalReceptionSpecification()
  • Method Details

    • getCavityDesign

      public String getCavityDesign()
      Gets the value of the cavityDesign property.

      Specifies the structural shape of the cavity, e.g. round, flat, box that the terminal fits in.

      Returns:
      possible object is String
    • setCavityDesign

      public void setCavityDesign(String value)
      Sets the value of the cavityDesign property.
      Parameters:
      value - allowed object is String
      See Also:
    • getPlatingMaterials

      public List<VecMaterial> getPlatingMaterials()
      Gets the value of the platingMaterials 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 platingMaterials property.

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

          getPlatingMaterials().add(newItem);
       

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

      Specifies the plating material of the terminal reception.

      Returns:
      The value of the platingMaterials property.
    • getPrimaryLockingType

      public String getPrimaryLockingType()
      Gets the value of the primaryLockingType property.

      Specifies if the terminal reception has a primary locking and of what type it is.

      Returns:
      possible object is String
    • setPrimaryLockingType

      public void setPrimaryLockingType(String value)
      Sets the value of the primaryLockingType property.
      Parameters:
      value - allowed object is String
      See Also:
    • getPullOutForce

      public VecNumericalValue getPullOutForce()
      Gets the value of the pullOutForce property.

      The force until the terminal is pulled out of the housing (normally a not intended case). KBLFRM-366

      Returns:
      possible object is VecNumericalValue
    • setPullOutForce

      public void setPullOutForce(VecNumericalValue value)
      Sets the value of the pullOutForce property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • getTerminalType

      public VecTerminalType getTerminalType()
      Gets the value of the terminalType property.

      Specifies the terminal type that is associated with the terminal reception.

      Returns:
      possible object is VecTerminalType
    • setTerminalType

      public void setTerminalType(VecTerminalType value)
      Sets the value of the terminalType property.
      Parameters:
      value - allowed object is VecTerminalType
      See Also:
    • getRefTerminalReception

      public Set<VecTerminalReception> getRefTerminalReception()
      Gets a Set of all VecTerminalReception that have a outgoing reference to this object.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
      This property has no effect when the object is marshalled to xml.
    • accept

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