Class ClockDriverType

  • Direct Known Subclasses:
    ClockDriver, OtherClockDriver

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:49Z")
    public class ClockDriverType
    extends java.lang.Object

    Java class for clockDriverType complex type.

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

     <complexType name="clockDriverType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="clockPeriod">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>realExpression">
                     <attribute name="units" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}delayValueUnitType" default="ns" />
                     <anyAttribute processContents='lax' namespace='##other'/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="clockPulseOffset">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>realExpression">
                     <attribute name="units" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}delayValueUnitType" default="ns" />
                     <anyAttribute processContents='lax' namespace='##other'/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="clockPulseValue" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedBitVectorExpression"/>
             <element name="clockPulseDuration">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>realExpression">
                     <attribute name="units" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}delayValueUnitType" default="ns" />
                     <anyAttribute processContents='lax' namespace='##other'/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
           </sequence>
           <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • clockPeriod

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected ClockDriverType.ClockPeriod clockPeriod
      • clockPulseOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected ClockDriverType.ClockPulseOffset clockPulseOffset
      • clockPulseValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected UnsignedBitVectorExpression clockPulseValue
      • clockPulseDuration

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected ClockDriverType.ClockPulseDuration clockPulseDuration
      • id

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected java.lang.String id
    • Constructor Detail

      • ClockDriverType

        public ClockDriverType()
    • Method Detail

      • getClockPeriod

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public ClockDriverType.ClockPeriod getClockPeriod()
        Gets the value of the clockPeriod property.
        Returns:
        possible object is ClockDriverType.ClockPeriod
      • setClockPeriod

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setClockPeriod​(ClockDriverType.ClockPeriod value)
        Sets the value of the clockPeriod property.
        Parameters:
        value - allowed object is ClockDriverType.ClockPeriod
      • setClockPulseOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setClockPulseOffset​(ClockDriverType.ClockPulseOffset value)
        Sets the value of the clockPulseOffset property.
        Parameters:
        value - allowed object is ClockDriverType.ClockPulseOffset
      • getClockPulseValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public UnsignedBitVectorExpression getClockPulseValue()
        Gets the value of the clockPulseValue property.
        Returns:
        possible object is UnsignedBitVectorExpression
      • setClockPulseValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setClockPulseValue​(UnsignedBitVectorExpression value)
        Sets the value of the clockPulseValue property.
        Parameters:
        value - allowed object is UnsignedBitVectorExpression
      • getId

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String