Class VecPinComponentBehavior

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

APinComponentBehaviorspecifies the electrical behavior of aPinComponent.Since the behavior of a pin is configuration dependent (e.g. the software deployed on an ECU) thePinComponentBehaviorinherits fromConfigurableElement.Therefore aPinComponentcan specify multiplePinComponentBehavior.

Java class for PinComponentBehavior complex type.

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


 <complexType name="PinComponentBehavior">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}ConfigurableElement">
       <sequence>
         <element name="Identification" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SignalDirection" type="{http://www.prostep.org/ecad-if/2011/vec}SignalDirection" minOccurs="0"/>
         <element name="PinType" type="{http://www.prostep.org/ecad-if/2011/vec}PinType" minOccurs="0"/>
         <element name="ApplianceType" type="{http://www.prostep.org/ecad-if/2011/vec}PinApplianceType" minOccurs="0"/>
         <element name="Description" type="{http://www.prostep.org/ecad-if/2011/vec}AbstractLocalizedString" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Signal" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="CurrentInformation" type="{http://www.prostep.org/ecad-if/2011/vec}PinCurrentInformation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OpticalInformation" type="{http://www.prostep.org/ecad-if/2011/vec}PinOpticalInformation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="VoltageInformation" type="{http://www.prostep.org/ecad-if/2011/vec}PinVoltageInformation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • identification

      protected String identification

      Identification of the PinComponentBehavior which identifies it from a user perspective and which must be distinct for all PinComponentBehaviors of a PinComponent.

    • signalDirection

      protected VecSignalDirection signalDirection

      The direction of the signal on this pin.

    • pinType

      protected String pinType

      Specifies thePinTypeof thePinComponent.

    • applianceType

      protected String applianceType
    • descriptions

      protected List<VecAbstractLocalizedString> descriptions

      Specifies additional, human readable information about thePinComponentBehaviour.

    • signal

      protected VecSignal signal

      Specifies theSignalassociated with the pin in this behavior.

    • currentInformations

      protected List<VecPinCurrentInformation> currentInformations

      Specifies the current information of thePinComponentin thisPinComponentBehavior. Since the current values of a pin can be defined for different types and times it is possible to define multiplePinCurrentInformationsfor aPinComponentBehavior.

    • opticalInformations

      protected List<VecPinOpticalInformation> opticalInformations

      Specifies the optical information of the pin, if it has the type optical.

    • voltageInformations

      protected List<VecPinVoltageInformation> voltageInformations

      Specifies the voltage information of thePinComponentin thisPinComponentBehavior. Since the voltage values of a pin can be defined for different types and times it is possible to define multiplePinVoltageInformationsfor aPinComponentBehavior.

  • Constructor Details

    • VecPinComponentBehavior

      public VecPinComponentBehavior()
  • Method Details

    • getIdentification

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

      Identification of the PinComponentBehavior which identifies it from a user perspective and which must be distinct for all PinComponentBehaviors of a PinComponent.

      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:
    • getSignalDirection

      public VecSignalDirection getSignalDirection()
      Gets the value of the signalDirection property.

      The direction of the signal on this pin.

      Returns:
      possible object is VecSignalDirection
    • setSignalDirection

      public void setSignalDirection(VecSignalDirection value)
      Sets the value of the signalDirection property.
      Parameters:
      value - allowed object is VecSignalDirection
      See Also:
    • getPinType

      public String getPinType()
      Gets the value of the pinType property.

      Specifies thePinTypeof thePinComponent.

      Returns:
      possible object is String
    • setPinType

      public void setPinType(String value)
      Sets the value of the pinType property.
      Parameters:
      value - allowed object is String
      See Also:
    • getApplianceType

      public String getApplianceType()
      Gets the value of the applianceType property.
      Returns:
      possible object is String
    • setApplianceType

      public void setApplianceType(String value)
      Sets the value of the applianceType property.
      Parameters:
      value - allowed object is String
    • getDescriptions

      public List<VecAbstractLocalizedString> getDescriptions()
      Gets the value of the descriptions 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 descriptions property.

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

          getDescriptions().add(newItem);
       

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

      Specifies additional, human readable information about thePinComponentBehaviour.

      Specified by:
      getDescriptions in interface HasDescription<VecAbstractLocalizedString>
      Returns:
      The value of the descriptions property.
    • getSignal

      public VecSignal getSignal()
      Gets the value of the signal property.

      Specifies theSignalassociated with the pin in this behavior.

      Returns:
      possible object is Object
    • setSignal

      public void setSignal(VecSignal value)
      Sets the value of the signal property.
      Parameters:
      value - allowed object is Object
      See Also:
    • getCurrentInformations

      public List<VecPinCurrentInformation> getCurrentInformations()
      Gets the value of the currentInformations 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 currentInformations property.

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

          getCurrentInformations().add(newItem);
       

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

      Specifies the current information of thePinComponentin thisPinComponentBehavior. Since the current values of a pin can be defined for different types and times it is possible to define multiplePinCurrentInformationsfor aPinComponentBehavior.

      Returns:
      The value of the currentInformations property.
    • getOpticalInformations

      public List<VecPinOpticalInformation> getOpticalInformations()
      Gets the value of the opticalInformations 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 opticalInformations property.

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

          getOpticalInformations().add(newItem);
       

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

      Specifies the optical information of the pin, if it has the type optical.

      Returns:
      The value of the opticalInformations property.
    • getVoltageInformations

      public List<VecPinVoltageInformation> getVoltageInformations()
      Gets the value of the voltageInformations 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 voltageInformations property.

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

          getVoltageInformations().add(newItem);
       

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

      Specifies the voltage information of thePinComponentin thisPinComponentBehavior. Since the voltage values of a pin can be defined for different types and times it is possible to define multiplePinVoltageInformationsfor aPinComponentBehavior.

      Returns:
      The value of the voltageInformations property.
    • getParentPinComponent

      public VecPinComponent getParentPinComponent()
      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 VecPinComponent 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