Class VecTerminalReception

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

public class VecTerminalReception extends VecExtendableElement implements Serializable, HasIdentification, HasModifiableIdentification, Visitable

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.

This class represents such an area on the terminal.

Java class for TerminalReception complex type.

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


 <complexType name="TerminalReception">
   <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="Gender" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TerminalReceptionSpecification" 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 TerminalReception. The identification is guaranteed to be unique within the TerminalSpecification (this might be for example a reception number).

    • gender

      protected String gender

      Specifies the gender of the TerminalReception. This should be an enumeration of values defined in a conformance class (e.g. male, female). The gender is included in the TerminalReception class in order to be able to refer the same TerminalReceptionSpecification gender-independent. KBLFRM-360

    • terminalReceptionSpecification

      protected VecTerminalReceptionSpecification terminalReceptionSpecification
  • Constructor Details

    • VecTerminalReception

      public VecTerminalReception()
  • Method Details

    • getIdentification

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

      Specifies a unique identification of the TerminalReception. 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:
    • getGender

      public String getGender()
      Gets the value of the gender property.

      Specifies the gender of the TerminalReception. This should be an enumeration of values defined in a conformance class (e.g. male, female). The gender is included in the TerminalReception class in order to be able to refer the same TerminalReceptionSpecification gender-independent. KBLFRM-360

      Returns:
      possible object is String
    • setGender

      public void setGender(String value)
      Sets the value of the gender property.
      Parameters:
      value - allowed object is String
      See Also:
    • getTerminalReceptionSpecification

      public VecTerminalReceptionSpecification getTerminalReceptionSpecification()
      Gets the value of the terminalReceptionSpecification property.
      Returns:
      possible object is Object
    • setTerminalReceptionSpecification

      public void setTerminalReceptionSpecification(VecTerminalReceptionSpecification value)
      Sets the value of the terminalReceptionSpecification 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.
    • getRefTerminalReceptionReference

      public Set<VecTerminalReceptionReference> getRefTerminalReceptionReference()
      Gets a Set of all VecTerminalReceptionReference 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