Class DriverType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2026-01-14T04:58:58Z")
    public class DriverType
    extends java.lang.Object
    Wire port driver type.

    Java class for driverType complex type.

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

     <complexType name="driverType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice minOccurs="0">
             <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}defaultValue" minOccurs="0"/>
             <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}clockDriver" minOccurs="0"/>
             <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}singleShotDriver" minOccurs="0"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • defaultValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected DefaultValue defaultValue
      • clockDriver

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected ClockDriver clockDriver
      • singleShotDriver

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected SingleShotDriver singleShotDriver
    • Constructor Detail

      • DriverType

        public DriverType()
    • Method Detail

      • getDefaultValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public DefaultValue getDefaultValue()
        Gets the value of the defaultValue property.
        Returns:
        possible object is DefaultValue
      • setDefaultValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setDefaultValue​(DefaultValue value)
        Sets the value of the defaultValue property.
        Parameters:
        value - allowed object is DefaultValue
      • getClockDriver

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public ClockDriver getClockDriver()
        Gets the value of the clockDriver property.
        Returns:
        possible object is ClockDriver
      • setClockDriver

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setClockDriver​(ClockDriver value)
        Sets the value of the clockDriver property.
        Parameters:
        value - allowed object is ClockDriver
      • getSingleShotDriver

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public SingleShotDriver getSingleShotDriver()
        Gets the value of the singleShotDriver property.
        Returns:
        possible object is SingleShotDriver
      • setSingleShotDriver

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setSingleShotDriver​(SingleShotDriver value)
        Sets the value of the singleShotDriver property.
        Parameters:
        value - allowed object is SingleShotDriver