Class VecContactSystem

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

public class VecContactSystem extends VecExtendableElement implements Serializable, Visitable

Java class for ContactSystem complex type.

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


 <complexType name="ContactSystem">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}ExtendableElement">
       <sequence>
         <element name="ContactResistance" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="JoiningForce" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="FirstTerminal" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="ReferencedCoreSpecification" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="SecondTerminal" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • contactResistance

      protected VecNumericalValue contactResistance
    • joiningForce

      protected VecNumericalValue joiningForce

      Specifies the joining force of the two terminals.

    • firstTerminal

      protected VecPartVersion firstTerminal

      References the first terminal of the ContactSystem.

    • referencedCoreSpecification

      protected VecConductorSpecification referencedCoreSpecification

      References the CoreSpecification that is used on both sides of the ContactSystem.

    • secondTerminal

      protected VecPartVersion secondTerminal

      References the second terminal of the ContactSystem.

  • Constructor Details

    • VecContactSystem

      public VecContactSystem()
  • Method Details

    • getContactResistance

      public VecNumericalValue getContactResistance()
      Gets the value of the contactResistance property.
      Returns:
      possible object is VecNumericalValue
    • setContactResistance

      public void setContactResistance(VecNumericalValue value)
      Sets the value of the contactResistance property.
      Parameters:
      value - allowed object is VecNumericalValue
    • getJoiningForce

      public VecNumericalValue getJoiningForce()
      Gets the value of the joiningForce property.

      Specifies the joining force of the two terminals.

      Returns:
      possible object is VecNumericalValue
    • setJoiningForce

      public void setJoiningForce(VecNumericalValue value)
      Sets the value of the joiningForce property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • getFirstTerminal

      public VecPartVersion getFirstTerminal()
      Gets the value of the firstTerminal property.

      References the first terminal of the ContactSystem.

      Returns:
      possible object is Object
    • setFirstTerminal

      public void setFirstTerminal(VecPartVersion value)
      Sets the value of the firstTerminal property.
      Parameters:
      value - allowed object is Object
      See Also:
    • getReferencedCoreSpecification

      public VecConductorSpecification getReferencedCoreSpecification()
      Gets the value of the referencedCoreSpecification property.

      References the CoreSpecification that is used on both sides of the ContactSystem.

      Returns:
      possible object is Object
    • setReferencedCoreSpecification

      public void setReferencedCoreSpecification(VecConductorSpecification value)
      Sets the value of the referencedCoreSpecification property.
      Parameters:
      value - allowed object is Object
      See Also:
    • getSecondTerminal

      public VecPartVersion getSecondTerminal()
      Gets the value of the secondTerminal property.

      References the second terminal of the ContactSystem.

      Returns:
      possible object is Object
    • setSecondTerminal

      public void setSecondTerminal(VecPartVersion value)
      Sets the value of the secondTerminal property.
      Parameters:
      value - allowed object is Object
      See Also:
    • getParentContactSystemSpecification

      public VecContactSystemSpecification getParentContactSystemSpecification()
      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 VecContactSystemSpecification 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