Class VecPinOpticalInformation

java.lang.Object
com.foursoft.harness.vec.v113.VecPinOpticalInformation
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, Visitable, Serializable

public class VecPinOpticalInformation extends Object implements Serializable, Identifiable, ModifiableIdentifiable, Visitable

Allows the specification of optical information in a PinComponentBehavior.

Java class for PinOpticalInformation complex type.

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


 <complexType name="PinOpticalInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Frequency" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue"/>
         <element name="Attenuation" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • frequency

      protected VecNumericalValue frequency

      The frequency of the optical signal.

    • attenuation

      protected VecNumericalValue attenuation

      The attenuation of the optical pin at the defined frequency.

    • xmlId

      protected String xmlId
  • Constructor Details

    • VecPinOpticalInformation

      public VecPinOpticalInformation()
  • Method Details

    • getFrequency

      public VecNumericalValue getFrequency()
      Gets the value of the frequency property.

      The frequency of the optical signal.

      Returns:
      possible object is VecNumericalValue
    • setFrequency

      public void setFrequency(VecNumericalValue value)
      Sets the value of the frequency property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • getAttenuation

      public VecNumericalValue getAttenuation()
      Gets the value of the attenuation property.

      The attenuation of the optical pin at the defined frequency.

      Returns:
      possible object is VecNumericalValue
    • setAttenuation

      public void setAttenuation(VecNumericalValue value)
      Sets the value of the attenuation property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • getXmlId

      public String getXmlId()
      Gets the value of the xmlId property.
      Specified by:
      getXmlId in interface Identifiable
      Returns:
      possible object is String
    • setXmlId

      public void setXmlId(String value)
      Sets the value of the xmlId property.
      Specified by:
      setXmlId in interface ModifiableIdentifiable
      Parameters:
      value - allowed object is String
    • getParentPinComponentBehavior

      public VecPinComponentBehavior getParentPinComponentBehavior()
      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 VecPinComponentBehavior 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
    • toString

      public String toString()
      Overrides:
      toString in class Object