Class SingleShotDriver


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2024-11-14T04:42:51Z")
    public class SingleShotDriver
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="singleShotOffset" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}realExpression"/>
             <element name="singleShotValue" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedBitVectorExpression"/>
             <element name="singleShotDuration" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}realExpression"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • singleShotOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected RealExpression singleShotOffset
      • singleShotValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected UnsignedBitVectorExpression singleShotValue
      • singleShotDuration

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected RealExpression singleShotDuration
    • Constructor Detail

      • SingleShotDriver

        public SingleShotDriver()
    • Method Detail

      • getSingleShotOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public RealExpression getSingleShotOffset()
        Gets the value of the singleShotOffset property.
        Returns:
        possible object is RealExpression
      • setSingleShotOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setSingleShotOffset​(RealExpression value)
        Sets the value of the singleShotOffset property.
        Parameters:
        value - allowed object is RealExpression
      • getSingleShotValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public UnsignedBitVectorExpression getSingleShotValue()
        Gets the value of the singleShotValue property.
        Returns:
        possible object is UnsignedBitVectorExpression
      • setSingleShotValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setSingleShotValue​(UnsignedBitVectorExpression value)
        Sets the value of the singleShotValue property.
        Parameters:
        value - allowed object is UnsignedBitVectorExpression
      • getSingleShotDuration

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public RealExpression getSingleShotDuration()
        Gets the value of the singleShotDuration property.
        Returns:
        possible object is RealExpression
      • setSingleShotDuration

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setSingleShotDuration​(RealExpression value)
        Sets the value of the singleShotDuration property.
        Parameters:
        value - allowed object is RealExpression