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.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>configurableDouble">
                     <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}float.prompt.att"/>
                     <attribute name="units" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}delayValueUnitType" default="ns" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="clockPulseOffset">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>configurableDouble">
                     <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}float.prompt.att"/>
                     <attribute name="units" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}delayValueUnitType" default="ns" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="clockPulseValue">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledNonNegativeInteger">
                     <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="clockPulseDuration">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>configurableDouble">
                     <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}float.prompt.att"/>
                     <attribute name="units" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}delayValueUnitType" default="ns" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
           </sequence>
         </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 ClockDriverType.ClockPulseValue 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
    • Constructor Detail

      • ClockDriverType

        public ClockDriverType()