Class VecWireReception

java.lang.Object
com.foursoft.harness.vec.v113.VecExtendableElement
com.foursoft.harness.vec.v113.VecWireReception
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasIdentification, HasModifiableIdentification, Visitable, Serializable

A WireReception is the area of a terminal where the contacting with a wire element (e.g. by crimping) takes place. This class represents such an area on the terminal. Its description is done with a WireReceptionSpecification, which is independent from the TerminalSpecification. This allows the reuse of the specification of similar WireReception on different terminals.

Java class for WireReception complex type.

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


 <complexType name="WireReception">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}ExtendableElement">
       <sequence>
         <element name="Identification" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Angle" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" maxOccurs="2" minOccurs="0"/>
         <element name="PlacementPoint" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="WireReceptionSpecification" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • identification

      protected String identification

      Specifies a unique identification of the WireReception. The identification is guaranteed to be unique within the TerminalSpecification (this might be for example a reception number).

    • angles

      protected List<VecNumericalValue> angles

      Specifies the angle against two planes of the connector housing a wire reception can be buckled.

    • placementPoint

      protected VecPlacementPoint placementPoint

      Specifies thePlacementPointthat represents thisWireReceptionin a PlaceableElementSpecification.

    • wireReceptionSpecification

      protected VecWireReceptionSpecification wireReceptionSpecification
  • Constructor Details

    • VecWireReception

      public VecWireReception()
  • Method Details

    • getIdentification

      public String getIdentification()
      Gets the value of the identification property.

      Specifies a unique identification of the WireReception. The identification is guaranteed to be unique within the TerminalSpecification (this might be for example a reception number).

      Specified by:
      getIdentification in interface HasIdentification
      Returns:
      possible object is String
    • setIdentification

      public void setIdentification(String value)
      Sets the value of the identification property.
      Specified by:
      setIdentification in interface HasModifiableIdentification
      Parameters:
      value - allowed object is String
      See Also:
    • getAngles

      public List<VecNumericalValue> getAngles()
      Gets the value of the angles 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 angles property.

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

          getAngles().add(newItem);
       

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

      Specifies the angle against two planes of the connector housing a wire reception can be buckled.

      Returns:
      The value of the angles property.
    • getPlacementPoint

      public VecPlacementPoint getPlacementPoint()
      Gets the value of the placementPoint property.

      Specifies thePlacementPointthat represents thisWireReceptionin a PlaceableElementSpecification.

      Returns:
      possible object is Object
    • setPlacementPoint

      public void setPlacementPoint(VecPlacementPoint value)
      Sets the value of the placementPoint property.
      Parameters:
      value - allowed object is Object
      See Also:
    • getWireReceptionSpecification

      public VecWireReceptionSpecification getWireReceptionSpecification()
      Gets the value of the wireReceptionSpecification property.
      Returns:
      possible object is Object
    • setWireReceptionSpecification

      public void setWireReceptionSpecification(VecWireReceptionSpecification value)
      Sets the value of the wireReceptionSpecification property.
      Parameters:
      value - allowed object is Object
    • getRefInternalTerminalConnection

      public Set<VecInternalTerminalConnection> getRefInternalTerminalConnection()
      Gets a Set of all VecInternalTerminalConnection 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.
    • getRefWireReceptionReference

      public Set<VecWireReceptionReference> getRefWireReceptionReference()
      Gets a Set of all VecWireReceptionReference 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.
    • getParentTerminalSpecification

      public VecTerminalSpecification getParentTerminalSpecification()
      Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is a VecTerminalSpecification otherwise it will be null.
      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